File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 66
77### Added
88
9- - Add support for PHP 8.4
9+ ### Changed
1010
1111### Removed
1212
13+ ## 4.15.0 - 2025-08-24
14+
15+ ### Fixed
16+
17+ - Fix DocBlocks for callable route handlers (#3389 )
18+ - Change class keyword to lowercase (#3346 )
19+ - Fix tests for PHP 8.3
20+ - Fixes the build status badge in Readme (#3331 )
21+ - Fix text and eol attributes for * selector in .gitattributes (#3391 )
22+ - Deprecate setArgument/s (#3383 )
23+
24+ ### Added
25+
26+ - Add support for PHP 8.4
27+ - Add phpstan v2
28+
29+ ### Changed
30+
31+ - Update http urls in composer.json (#3399 )
32+
33+ ** Full Changelog** : https://github.com/slimphp/Slim/compare/4.14.0...4.15.0
34+
1335## 4.14.0 - 2024-06-13
1436
1537### Changed
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
4343 *
4444 * @var string
4545 */
46- public const VERSION = '4.14 .0 ' ;
46+ public const VERSION = '4.15 .0 ' ;
4747
4848 protected RouteResolverInterface $ routeResolver ;
4949
You can’t perform that action at this time.
0 commit comments