release 1.4.1
This commit is contained in:
parent
381b962bbd
commit
9942c80ccf
@ -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
|
||||
|
@ -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([
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="cleanURLs">
|
||||
<name>Clean URLs</name>
|
||||
<version>1.4</version>
|
||||
<version>1.4.1</version>
|
||||
<author>Pierre Rudloff and contributors</author>
|
||||
<desc>Removes diacritics and punctuation from URLs</desc>
|
||||
<file>https://github.com/JcDenis/cleanURLs/releases/download/v1.4/plugin-cleanURLs.zip</file>
|
||||
<file>https://github.com/JcDenis/cleanURLs/releases/download/v1.4.1/plugin-cleanURLs.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://github.com/JcDenis/cleanURLs</da:details>
|
||||
<da:support>https://github.com/JcDenis/cleanURLs</da:support>
|
||||
|
Loading…
Reference in New Issue
Block a user