We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e42c5f commit 247b190Copy full SHA for 247b190
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 0.1.1 - 2016-10-01
8
+
9
+Fixed composer.json to include the latest version of `middlewares/utils 0.*`
10
11
## 0.1.0 - 2016-09-30
12
13
First version
src/TrailingSlash.php
@@ -17,7 +17,7 @@ class TrailingSlash implements MiddlewareInterface
17
/**
18
* @var bool Returns a redirect response or not
19
*/
20
- private $redirect;
+ private $redirect = false;
21
22
23
* Configure whether add or remove the slash.
0 commit comments