Skip to content

Commit 394e773

Browse files
author
DevelArt Ivan Vlk
committed
1.24.2
1 parent d7529e9 commit 394e773

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

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

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

0 commit comments

Comments
 (0)