Skip to content

Commit 26020e9

Browse files
authored
Merge pull request #2861 from l0gicgate/4.3-Release
4.3 - Release
2 parents 3224271 + fc79a96 commit 26020e9

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 4.3.0 - 2019-10-05
4+
5+
### Added
6+
- [2819](https://github.com/slimphp/Slim/pull/2819) Added description to addRoutingMiddleware()
7+
- [2820](https://github.com/slimphp/Slim/pull/2820) Update link to homepage in composer.json
8+
- [2828](https://github.com/slimphp/Slim/pull/2828) Allow URIs with leading multi-slashes
9+
- [2832](https://github.com/slimphp/Slim/pull/2832) Refactor `FastRouteDispatcher`
10+
- [2835](https://github.com/slimphp/Slim/pull/2835) Rename `pathFor` to `urlFor` in docblock
11+
- [2846](https://github.com/slimphp/Slim/pull/2846) Correcting the branch name as per issue-2843
12+
- [2849](https://github.com/slimphp/Slim/pull/2849) Create class alias for FastRoute\RouteCollector
13+
- [2855](https://github.com/slimphp/Slim/pull/2855) Add list of allowed methods to HttpMethodNotAllowedException
14+
- [2860](https://github.com/slimphp/Slim/pull/2860) Add base path to `$request` and use `RouteContext` to read
15+
16+
### Fixed
17+
- [2839](https://github.com/slimphp/Slim/pull/2839) Fix description for handler signature in phpdocs
18+
- [2844](https://github.com/slimphp/Slim/pull/2844) Handle base path by routeCollector instead of RouteCollectorProxy
19+
- [2845](https://github.com/slimphp/Slim/pull/2845) Fix composer scripts
20+
- [2851](https://github.com/slimphp/Slim/pull/2851) Fix example of 'Hello World' app
21+
- [2854](https://github.com/slimphp/Slim/pull/2854) Fix undefined property in tests
22+
23+
### Removed
24+
- [2853](https://github.com/slimphp/Slim/pull/2853) Remove unused classes
25+
326
## 4.2.0 - 2019-08-20
427

528
### Added

Slim/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
3434
*
3535
* @var string
3636
*/
37-
public const VERSION = '4.2.0';
37+
public const VERSION = '4.3.0';
3838

3939
/**
4040
* @var RouteResolverInterface

0 commit comments

Comments
 (0)