File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments