File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 3.0.0] - 2024-10-21
9
+
8
10
### Added
9
11
10
12
- Add support for PHP 8.4
11
13
12
14
### Changed
13
15
14
16
- Drop support for PHP < 8.1
15
- - Rename Stack constructor parameter ` $defaultResponse ` to ` $response `
17
+ - Rename Stack constructor parameter ` $response ` to ` $defaultResponse `
16
18
17
19
## [ 2.0.1] - 2021-03-14
18
20
@@ -47,7 +49,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
47
49
48
50
First draft of middleware stack implementing PSR-15 Draft for PHP7+ runtime environment.
49
51
50
- [ Unreleased ] : https://github.com/idealo/php-middleware-stack/compare/v2.0.1...HEAD
52
+ [ Unreleased ] : https://github.com/idealo/php-middleware-stack/compare/v3.0.0...HEAD
53
+ [ 3.0.0 ] : https://github.com/idealo/php-middleware-stack/compare/v2.0.1...v3.0.0
51
54
[ 2.0.1 ] : https://github.com/idealo/php-middleware-stack/compare/v2.0.0...v2.0.1
52
55
[ 2.0.0 ] : https://github.com/idealo/php-middleware-stack/compare/v1.0.0...v2.0.0
53
56
[ 1.0.0 ] : https://github.com/idealo/php-middleware-stack/compare/v0.2.0...v1.0.0
You can’t perform that action at this time.
0 commit comments