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,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.24.2] - 2024-10-25
10+
11+ ### Fixed
12+ Revert undefined property declarations #453
13+
914## [ 1.24.1] - 2024-10-15
1015
1116### 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.1 " ,
5+ "version" : " 1.24.2 " ,
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.23.5 ' ;
35+ public const VERSION = '1.24.2 ' ;
3636
3737 /**
3838 * The latest stable version Zend Framework available
You can’t perform that action at this time.
0 commit comments