From 733ba473c6d446ad6e78ee03d928fc26e7f97362 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 28 May 2023 17:12:49 +1200 Subject: [PATCH] 2.2.6 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0faf588..346092b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Notable changes to this project will be documented in this file. +## [2.2.6] + +- Add support for Silverstripe 5 + + ## [2.2.5] - Don't rely on `$_SERVER` values for redirect (thanks [wilr](https://github.com/axllent/silverstripe-trailing-slash/pull/14))