release 1.3.2

This commit is contained in:
Jean-Christian Paul Denis 2023-03-19 21:53:53 +01:00
parent f863b80465
commit 247534855e
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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([

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="cleanURLs">
<name>Clean URLs</name>
<version>1.3.1</version>
<version>1.3.2</version>
<author>Pierre Rudloff and contributors</author>
<desc>Removes diacritics and punctuation from URLs</desc>
<file>https://github.com/JcDenis/cleanURLs/releases/download/v1.3.1/plugin-cleanURLs.zip</file>
<file>https://github.com/JcDenis/cleanURLs/releases/download/v1.3.2/plugin-cleanURLs.zip</file>
<da:dcmin>2.25</da:dcmin>
<da:details>https://github.com/JcDenis/cleanURLs</da:details>
<da:support>https://github.com/JcDenis/cleanURLs</da:support>