Skip to content

Commit 5cb7734

Browse files
authored
Update version to 4.15.0 (#3403)
1 parent 4ad2b75 commit 5cb7734

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,32 @@
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

Slim/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)