Skip to content

Commit

Permalink
2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Jun 23, 2021
1 parent 249c309 commit 0e94f8e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

Notable changes to this project will be documented in this file.

## [2.2.5]

- Don't rely on `$_SERVER` values for redirect (thanks [wilr](https://github.com/axllent/silverstripe-trailing-slash/pull/14))


## [2.2.4]

- Fixes some setups of unwrapped % in yml breaking site
- Fixes some setups of unwrapped % in yaml breaking site


## [2.2.3]
Expand All @@ -19,7 +24,7 @@ Notable changes to this project will be documented in this file.

## [2.2.1]

- Fix deprecation notice on php7.4 (switched params in `implode()` function.)
- Fix deprecation notice on php7.4 (switched parameters in `implode()` function.)


## [2.2.0]
Expand All @@ -29,7 +34,7 @@ Notable changes to this project will be documented in this file.

## [2.1.3]

- Better handling as dev/tasks do not return getURL() value
- Better handling as `dev/tasks` do not return getURL() value


## [2.1.2]
Expand Down Expand Up @@ -61,4 +66,4 @@ Notable changes to this project will be documented in this file.

- Support for SilverStripe 4
- Different detection logic due to changes in `$request->getURL()`
- Ignore urls with query parameters
- Ignore URLs with query parameters

0 comments on commit 0e94f8e

Please sign in to comment.