Skip to content

Commit 2c5f8bc

Browse files
Merge pull request #489 from develart-projects/master
1.24.3
2 parents 3917199 + f5a0338 commit 2c5f8bc

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shardj/zf1-future",
33
"description": "Zend Framework 1. The aim is to keep ZF1 working with the latest PHP versions",
44
"type": "library",
5-
"version": "1.24.2",
5+
"version": "1.24.3",
66
"keywords": [
77
"framework",
88
"zf1"

library/Zend/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class Zend_Version
3232
/**
3333
* Zend Framework version identification - see compareVersion()
3434
*/
35-
public const VERSION = '1.24.2';
35+
public const VERSION = '1.24.3';
3636

3737
/**
3838
* The latest stable version Zend Framework available

0 commit comments

Comments
 (0)