From 38492c3c208887404083336c1aa96ed4a5f72a91 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Wed, 7 Jun 2023 16:23:38 +1200 Subject: [PATCH] 2.2.7 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346092b..13c63c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Notable changes to this project will be documented in this file. +## [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