Skip to content

Commit 3582cce

Browse files
Merge pull request #501 from develart-projects/master
1.24.4
2 parents b589288 + f8b0c70 commit 3582cce

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.24.4] - 2025-06-26
10+
11+
### Added
12+
13+
* feat: Support for OS/2 table v4 by @wex in https://github.com/Shardj/zf1-future/pull/493
14+
* Adds Straight Join to Zend_Db_Select by @kazsaj in https://github.com/Shardj/zf1-future/pull/497
15+
16+
### Fixed
17+
18+
* Declare dynamic property to avoid error in PHP8.4 when Session is started by @vuvanly in https://github.com/Shardj/zf1-future/pull/496
19+
* Fix Zend_Pdf_Element regression by added $value prop by @onlime in https://github.com/Shardj/zf1-future/pull/490
20+
* Update fgetcsv call to specify $escape parameter due to deprecation by @DrRago in https://github.com/Shardj/zf1-future/pull/498
21+
922
## [1.24.3] - 2025-04-11
1023

1124
### 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.3",
5+
"version": "1.24.4",
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.3';
35+
public const VERSION = '1.24.4';
3636

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

0 commit comments

Comments
 (0)