From 247534855e2d1c3f40053e188413a24d550c73ae Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 19 Mar 2023 21:53:53 +0100 Subject: [PATCH] release 1.3.2 --- CHANGELOG.md | 3 +++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de4c8a7..ea9a26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +1.3.2 - 2023.03.19 +* fix init check + 1.3.1 - 2023.03.12 * fix previously introduced bug * add method to clean a string diff --git a/_define.php b/_define.php index e69e4a1..2dd15fd 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Clean URLs', 'Removes diacritics and punctuation from URLs', 'Pierre Rudloff and contributors', - '1.3.1', + '1.3.2', [ 'requires' => [['core', '2.25']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index 95f413b..8be2db7 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Clean URLs - 1.3.1 + 1.3.2 Pierre Rudloff and contributors Removes diacritics and punctuation from URLs - https://github.com/JcDenis/cleanURLs/releases/download/v1.3.1/plugin-cleanURLs.zip + https://github.com/JcDenis/cleanURLs/releases/download/v1.3.2/plugin-cleanURLs.zip 2.25 https://github.com/JcDenis/cleanURLs https://github.com/JcDenis/cleanURLs