diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b96d0f..737aaa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +1.4.1 - 2026.04.26 +* add special chars to convert + 1.4 - 2023.04.23 * require dotclear 2.26 * use latest dotclear namespace diff --git a/_define.php b/_define.php index 3732717..28bc669 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.4', + '1.4.1', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index 6a22365..2699957 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Clean URLs - 1.4 + 1.4.1 Pierre Rudloff and contributors Removes diacritics and punctuation from URLs - https://github.com/JcDenis/cleanURLs/releases/download/v1.4/plugin-cleanURLs.zip + https://github.com/JcDenis/cleanURLs/releases/download/v1.4.1/plugin-cleanURLs.zip 2.26 https://github.com/JcDenis/cleanURLs https://github.com/JcDenis/cleanURLs