Skip to content

Commit 8eef22d

Browse files
Merge pull request #524 from develart-projects/master
1.24.5
2 parents daa3a68 + fa37fcb commit 8eef22d

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.24.5] - 2025-06-26
10+
11+
### Added
12+
13+
* Customizable regex in Zend_Db_Select by @mauriziosmt in https://github.com/Shardj/zf1-future/pull/513
14+
* Add missing polyfill for 8.2 by @gnovaro in https://github.com/Shardj/zf1-future/pull/500
15+
* feat: add extra TLD support to hostname validator by @lukebsh in https://github.com/Shardj/zf1-future/pull/522
16+
17+
### Fixed
18+
19+
* Zend_File_Transfer_Adapter_Abstract::addValidator(): fix $validator parameter type in PHPDoc by @holtkamp in https://github.com/Shardj/zf1-future/pull/503
20+
* Fix object caching in Zend_Translate_Adapter by @BorislavSabev in https://github.com/Shardj/zf1-future/pull/504
21+
* PHP8.5: Fixes non-canonical cast by @sreichel in https://github.com/Shardj/zf1-future/pull/509
22+
* Fixes some DocsBlocks by @sreichel in https://github.com/Shardj/zf1-future/pull/514
23+
* PHP8.4: Fixes missing escape parameter by @sreichel in https://github.com/Shardj/zf1-future/pull/510
24+
* Update Imap.php by @kamildabrowski in https://github.com/Shardj/zf1-future/pull/499
25+
* Fix broken PhpUnit tests by @sreichel in https://github.com/Shardj/zf1-future/pull/515
26+
* PHP8.5: Fix missing non-canonical cast by @sukhwinder33445 in https://github.com/Shardj/zf1-future/pull/517
27+
* Silence deprecation warning for SOAP_FUNCTIONS_ALL on 8.4+ by @NattyNarwhal in https://github.com/Shardj/zf1-future/pull/519
28+
29+
930
## [1.24.4] - 2025-06-26
1031

1132
### Added

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.4",
5+
"version": "1.24.5",
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.4';
35+
public const VERSION = '1.24.5';
3636

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

0 commit comments

Comments
 (0)