From 0e94f8ebcbe86220582dad2fe98b53462222b60a Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Wed, 23 Jun 2021 14:34:41 +1200 Subject: [PATCH] 2.2.5 --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5aa21a..0faf588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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] @@ -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] @@ -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