Releases: axllent/silverstripe-trailing-slash
Releases · axllent/silverstripe-trailing-slash
2.2.7
- Disable redirection via CanonicalURLMiddleware in Silverstripe 5 as this blanket-redirects all request types including POST.
2.2.6
- Add support for Silverstripe 5
2.2.5
- Don't rely on
$_SERVER
values for redirect (thanks wilr)
2.2.4
- Fixes some setups of unwrapped % in yml breaking site
2.2.3
- Add
silverstripe/staticpublishqueue
to configurable list of ignored user agents
2.2.2
- Add support for
silverstripe/staticpublishqueue
(PR)
2.2.1
- Fix deprecation notice on php7.4 (switched params in
implode()
function)
- PSR2 fixes
2.2.0
- Add config yaml to skip additional paths
2.1.3
- Better handling as dev/tasks do not return getURL() value
2.1.2
- Don't redirect from within
admin/
or /dev/