release 2021.09.10
This commit is contained in:
parent
b397ea81fc
commit
f6881f8f11
3 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
0.7.1 - dev
|
0.8 - 2021.09.10
|
||||||
- [ ] ?
|
- clean up code
|
||||||
- [x] clean up code
|
- add dcstore file
|
||||||
|
|
||||||
0.7 - 2021-08-19
|
0.7 - 2021-08-19
|
||||||
- fix PSR2 coding style
|
- fix PSR2 coding style
|
||||||
|
|
|
@ -19,7 +19,7 @@ $this->registerModule(
|
||||||
'Whitelist comments',
|
'Whitelist comments',
|
||||||
'Whitelists for comments moderation',
|
'Whitelists for comments moderation',
|
||||||
'Jean-Christian Denis and Contributors',
|
'Jean-Christian Denis and Contributors',
|
||||||
'0.7.1',
|
'0.8',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => 'admin',
|
'permissions' => 'admin',
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="whiteListCom">
|
<module id="whiteListCom">
|
||||||
<name>Liste blanche des commentaires</name>
|
<name>Liste blanche des commentaires</name>
|
||||||
<version>0.7.1</version>
|
<version>0.8</version>
|
||||||
<author>Jean-Christian Denis and Contributors</author>
|
<author>Jean-Christian Denis and Contributors</author>
|
||||||
<desc>Whitelists for comments moderation</desc>
|
<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:details>https://plugins.dotaddict.org/dc2/details/whiteListCom</da:details>
|
||||||
<da:support>https://github.com/JcDenis/whiteListCom</da:support>
|
<da:support>https://github.com/JcDenis/whiteListCom</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in a new issue