Skip to content

Commit

Permalink
1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DevelArt Ivan Vlk committed Oct 25, 2024
1 parent d7529e9 commit 394e773
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.24.2] - 2024-10-25

### Fixed
Revert undefined property declarations #453

## [1.24.1] - 2024-10-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shardj/zf1-future",
"description": "Zend Framework 1. The aim is to keep ZF1 working with the latest PHP versions",
"type": "library",
"version": "1.24.1",
"version": "1.24.2",
"keywords": [
"framework",
"zf1"
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class Zend_Version
/**
* Zend Framework version identification - see compareVersion()
*/
public const VERSION = '1.23.5';
public const VERSION = '1.24.2';

/**
* The latest stable version Zend Framework available
Expand Down

0 comments on commit 394e773

Please sign in to comment.