From 7204124fa6445f7d5db11725ee77d3f7217b0178 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 23 Jun 2024 20:34:27 -0400 Subject: [PATCH] chore: Version 4.1.18 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b732ece8..4a0de608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * Separate out the plugin settings into **General**, **Statistics**, and **Advanced** tabs * Added a **Set No-Cache Headers** setting (defaulting to on) to set `no-cache` headers on the redirect response to prevent client-side caching ([#306](https://github.com/nystudio107/craft-retour/issues/306)) +### Changed +* When saving a redirect, Retour no longer deletes redirects that have the `redirectDestUrl` of the redirect being saved as their `redirectSrcUrl` ([#303](https://github.com/nystudio107/craft-retour/issues/303)) + ## 4.1.17 - 2024.06.19 ### Fixed * Fixed an issue where the down and up arrows were reversed for sorting purposes ([#299](https://github.com/nystudio107/craft-retour/issues/299))