Notable changes to this project will be documented in this file.
- Disable redirection via CanonicalURLMiddleware in Silverstripe 5 as this blanket-redirects all request types including POST.
- Add support for Silverstripe 5
- Don't rely on
$_SERVER
values for redirect (thanks wilr)
- Fixes some setups of unwrapped % in yaml breaking site
- Add
silverstripe/staticpublishqueue
to configurable list of ignored user agents
- Add support for
silverstripe/staticpublishqueue
(link)
- Fix deprecation notice on php7.4 (switched parameters in
implode()
function.)
- Add config yaml to skip additional paths
- Better handling as
dev/tasks
do not return getURL() value
- Don't redirect from within
admin/
or/dev/
- Remove hardcoded check for 'home'
- Use HTTPMiddleware for SS4
- Switch to silverstripe-vendormodule
- Don't redirect 'home' (endless loop)
- Support for SilverStripe 4
- Different detection logic due to changes in
$request->getURL()
- Ignore URLs with query parameters