From 8805ef7a60a166594ad05796ca5401e4700dc930 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 22 Jun 2024 22:31:44 -0400 Subject: [PATCH] chore: Version 3.2.17 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62389383..02f4530d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Retour Changelog +## 3.2.17 - UNRELEASED +### Added +* Separate out the plugin settings into **General**, **Statistics**, and **Advanced** tabs + ## 3.2.16 - 2024.06.19 ### Fixed * Fixed an issue where the "File Not Found URL" link could be wrong when clicked on in some multi-site setups ([#290](https://github.com/nystudio107/craft-retour/issues/290)) diff --git a/composer.json b/composer.json index b476041e..f778da7c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-retour", "description": "Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website", "type": "craft-plugin", - "version": "3.2.16", + "version": "3.2.17", "keywords": [ "craftcms", "craft-plugin",