@@ -6,6 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.24.3] - 2025-04-11
10+
11+ ### Added
12+
13+ * Quality: add phpstan to checks by @sreichel in https://github.com/Shardj/zf1-future/pull/431
14+ * Made all E_STRICT uses conditional. by @boenrobot in https://github.com/Shardj/zf1-future/pull/485
15+
16+ ### Fixed
17+
18+ * Fix placement of distinct in sqlsrv limit by @muuvmuuv in https://github.com/Shardj/zf1-future/pull/458
19+ * Fixed null deprecation in Zend/Pdf/Resource/Font/Simple by @kiatng in https://github.com/Shardj/zf1-future/pull/459
20+ * Fix str_replace null in Zend_Form_Element::_ getErrorMessages() by @t-gebauer in https://github.com/Shardj/zf1-future/pull/460
21+ * Update HeaderValue.php by @icyz in https://github.com/Shardj/zf1-future/pull/463
22+ * fix Dojo ComboBox autocomplete param in declarative mode by @timum-viw in https://github.com/Shardj/zf1-future/pull/464
23+ * Updated Seiden PHP+ branding by @alanseiden in https://github.com/Shardj/zf1-future/pull/466
24+ * PHP-8.3.: fix decrement on bool by @sreichel in https://github.com/Shardj/zf1-future/pull/465
25+
26+ * Fix deprecation notice when using AjaxContext by @robskr in https://github.com/Shardj/zf1-future/pull/469
27+ * Fixed bug #467 : Added trait check in Zend_Loader to prevent Zend_Exce… by @sanhe in https://github.com/Shardj/zf1-future/pull/471
28+ * Update INSTALL.md fix requirements url by @gnovaro in https://github.com/Shardj/zf1-future/pull/472
29+ * Handle edge case for failed splitText in lucene Html.php by @GuillaumeCible in https://github.com/Shardj/zf1-future/pull/473
30+ * Fix phpstan errors by @sreichel in https://github.com/Shardj/zf1-future/pull/475
31+ * Fix #437 empty null parameter in Statement.php by @gnovaro in https://github.com/Shardj/zf1-future/pull/482
32+ * Fix Passing null to parameter 4 ($exptime) of type int is deprecated by @simonschaufi in https://github.com/Shardj/zf1-future/pull/476
33+ * Workaround for return type deprecation notice at PHP 8.4 by @alexgit2k in https://github.com/Shardj/zf1-future/pull/487
34+ * Fix: Passing null is deprecated in ` Zend_Mail::_filterEmail() ` by @sreichel in https://github.com/Shardj/zf1-future/pull/488
35+
36+
937## [ 1.24.2] - 2024-10-25
1038
1139### Fixed
0 commit comments