From 6e0b4a0f6750df1818464047ab1ffc816e9f8a06 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 23 Jun 2024 20:34:38 -0400 Subject: [PATCH] chore: Version 5.0.2 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bc415c..c4be4bbd 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)) + ## 5.0.1 - 2024.06.19 ### Added * Added better inline preview support via `getPreviewHtml()`