Skip to content

Commit

Permalink
Merge pull request #404 from develart-projects/master
Browse files Browse the repository at this point in the history
1.24.0 release
  • Loading branch information
develart-projects authored Feb 5, 2024
2 parents dbdd481 + e0dcbb3 commit b87c150
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
9 changes: 9 additions & 0 deletions BREAKING-CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
![zf1-future logo](https://imgur.com/S0i6qOh.png)
<sub><sup>Thanks to [WebTigers](https:/WebTigers) for the logo</sup></sub>

#AIM of this doc.
As pressure to implement some PHP 8.2+ related changes are raising, we are goig to track any possible breaking change, starting from version 1.24.0

### 1.24.0
* some depracation messages have been suppresses for 8.1, but reverted: https:/Shardj/zf1-future/issues/377

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.24.0] - 2024-02-05
- introduced BREAKING CHANGES doc.

### Added
- support "samesite" cookie attribute in Zend_Http_Header_SetCookie in https:/Shardj/zf1-future/issues/315
- Support X-Forwarded-Proto header in https:/Shardj/zf1-future/pull/386
- added setting to disable automatic strigify of pdo mysql in https:/Shardj/zf1-future/pull/378

### Fixed
- reverted Deprecated : Return type on Zend_Session_SaveHandler_DbTable in https:/Shardj/zf1-future/issues/377
- Zend_Db_Adapter_Db2 limit does not work in https:/Shardj/zf1-future/issues/391
- Zend_Http_Client-Adapter_Socket - check transfer-encoding header is a string (and not an array) in https:/Shardj/zf1-future/pull/396
- Fixes A non-numeric value encountered in PhpMath.php in https:/Shardj/zf1-future/pull/402
- Updated DocBlocks to return $this for fluent interface in https:/Shardj/zf1-future/pull/390
- add "array" as allowed type of $value in https:/Shardj/zf1-future/pull/387
- Avoid undefined array key access inside url assembly in https:/Shardj/zf1-future/pull/383
- Fixed #357 return type backward-compatible issue reported in https:/Shardj/zf1-future/pull/379
- Fixed missing property in https:/Shardj/zf1-future/pull/376


## [1.23.5] - 2023-08-24
### Fixed
- further Zend Mail sendmail transport validation tweak
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Zend Framework 1 now for PHP 8.1!
### Classic ZF1 Reborn
Zend may have abandoned the original Zend Framework, but the global Zend Framework Community has not! Since Zend sentenced ZF1 to EOL, the Zend Framework community around the globe has continued to work and build on what we consider to be one of the best PHP frameworks of all time.
Framework is tested by users up to PHP version 8.1. Note, that with 8.2+ you can experience some incompatibilities.

# ZF1-Future Sponsors
### Products and Projects built with ZF1-Future:
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.23.5",
"version": "1.24.0",
"keywords": [
"framework",
"zf1"
Expand Down

0 comments on commit b87c150

Please sign in to comment.