branch 0.8

This commit is contained in:
Jean-Christian Paul Denis 2021-09-02 16:29:17 +02:00
parent 53df2f9c4a
commit 27baace4e4
2 changed files with 13 additions and 10 deletions

View File

@ -1,32 +1,35 @@
v0.7 - 2021.08.27
0.8
- [ ] clean up php files
0.7 - 2021.08.27
- cleanup (PSR2,short array, ...)
v0.6 - 22-04-2015 - Pierre Van Glabeke
0.6 - 22.04.2015 - Pierre Van Glabeke
- Modifs typo
- Ajout message
- Modif url support
v0.5 - 2013-11-12
0.5 - 2013.11.12
- Clean up code
v0.4 - 2011-01-20
0.4 - 2011.01.20
- Fixed call to blog object on prepend
- New year copyright
v0.3.2 - 2010-11-12
0.3.2 - 2010.11.12
- Fixed install on nightly build
v0.3.1 - 2010-06-22
0.3.1 - 2010.06.22
- Fixed me!
v0.3 - 2010-06-05
0.3 - 2010.06.05
- Switched to DC 2.2
v0.2 - 2009-12-13
0.2 - 2009.12.13
- Fixed trigger blogs
- Enabled min length of comment to filter
- Prepared DC 2.2 Break
- Added versioning
v0.1 - 2009-10-09
0.1 - 2009.10.09
- First lab release

View File

@ -19,7 +19,7 @@ $this->registerModule(
"dcFilterDuplicate",
"Antispam for duplicate comments on multiblog",
"Jean-Christian Denis, Pierre Van Glabeke",
'0.7',
'0.8',
[
'permissions' => 'admin',
'priority' => 200,