release 1.2.1
This commit is contained in:
parent
21796045c7
commit
7057ffb7b9
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
1.2.1 - 2023.05.13
|
||||
- require dotclear 2.26
|
||||
- cleanup for dotclear 2.26 stable
|
||||
|
||||
1.2 - 2023.04.24
|
||||
- require dotclear 2.26
|
||||
- use latest dotclear namespace
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'Whitelist comments',
|
||||
'Whitelists for comments moderation',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'1.2',
|
||||
'1.2.1',
|
||||
[
|
||||
'requires' => [
|
||||
['core', '2.26'],
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="whiteListCom">
|
||||
<name>Whitelist comments</name>
|
||||
<version>1.2</version>
|
||||
<version>1.2.1</version>
|
||||
<author>Jean-Christian Denis and Contributors</author>
|
||||
<desc>Whitelists for comments moderation</desc>
|
||||
<file>https://github.com/JcDenis/whiteListCom/releases/download/v1.2/plugin-whiteListCom.zip</file>
|
||||
<file>https://github.com/JcDenis/whiteListCom/releases/download/v1.2.1/plugin-whiteListCom.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/whiteListCom</da:details>
|
||||
<da:support>https://github.com/JcDenis/whiteListCom</da:support>
|
||||
|
|
Loading…
Reference in a new issue