release 2021.09.10

This commit is contained in:
Jean-Christian Denis 2021-09-10 18:47:23 +02:00
parent b397ea81fc
commit f6881f8f11
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
0.7.1 - dev
- [ ] ?
- [x] clean up code
0.8 - 2021.09.10
- clean up code
- add dcstore file
0.7 - 2021-08-19
- fix PSR2 coding style

View file

@ -19,7 +19,7 @@ $this->registerModule(
'Whitelist comments',
'Whitelists for comments moderation',
'Jean-Christian Denis and Contributors',
'0.7.1',
'0.8',
[
'requires' => [['core', '2.19']],
'permissions' => 'admin',

View file

@ -1,10 +1,11 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="whiteListCom">
<name>Liste blanche des commentaires</name>
<version>0.7.1</version>
<version>0.8</version>
<author>Jean-Christian Denis and Contributors</author>
<desc>Whitelists for comments moderation</desc>
<file>https://github.com/JcDenis/whiteListCom/releases/download/v0.7.1/plugin-whiteListCom.zip</file>
<file>https://github.com/JcDenis/whiteListCom/releases/download/v0.8/plugin-whiteListCom.zip</file>
<da:dcmin>2.19</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/whiteListCom</da:details>
<da:support>https://github.com/JcDenis/whiteListCom</da:support>
</module>