release 1.3.2
This commit is contained in:
parent
f863b80465
commit
247534855e
@ -1,3 +1,6 @@
|
|||||||
|
1.3.2 - 2023.03.19
|
||||||
|
* fix init check
|
||||||
|
|
||||||
1.3.1 - 2023.03.12
|
1.3.1 - 2023.03.12
|
||||||
* fix previously introduced bug
|
* fix previously introduced bug
|
||||||
* add method to clean a string
|
* add method to clean a string
|
||||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'Clean URLs',
|
'Clean URLs',
|
||||||
'Removes diacritics and punctuation from URLs',
|
'Removes diacritics and punctuation from URLs',
|
||||||
'Pierre Rudloff and contributors',
|
'Pierre Rudloff and contributors',
|
||||||
'1.3.1',
|
'1.3.2',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.25']],
|
'requires' => [['core', '2.25']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="cleanURLs">
|
<module id="cleanURLs">
|
||||||
<name>Clean URLs</name>
|
<name>Clean URLs</name>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<author>Pierre Rudloff and contributors</author>
|
<author>Pierre Rudloff and contributors</author>
|
||||||
<desc>Removes diacritics and punctuation from URLs</desc>
|
<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:dcmin>2.25</da:dcmin>
|
||||||
<da:details>https://github.com/JcDenis/cleanURLs</da:details>
|
<da:details>https://github.com/JcDenis/cleanURLs</da:details>
|
||||||
<da:support>https://github.com/JcDenis/cleanURLs</da:support>
|
<da:support>https://github.com/JcDenis/cleanURLs</da:support>
|
||||||
|
Loading…
Reference in New Issue
Block a user