release 0.5
This commit is contained in:
parent
c254545abf
commit
621c94b456
2 changed files with 8 additions and 2 deletions
|
@ -20,4 +20,10 @@ Proofreading 0.4 - 2025.01.11
|
||||||
===========================================================
|
===========================================================
|
||||||
* Require Dotclear 2.33
|
* Require Dotclear 2.33
|
||||||
* Require PHP 8.1
|
* Require PHP 8.1
|
||||||
* Change status levels
|
* Change status levels
|
||||||
|
|
||||||
|
Proofreading 0.5 - 2025.01.11
|
||||||
|
===========================================================
|
||||||
|
* Require Dotclear 2.33
|
||||||
|
* Require PHP 8.1
|
||||||
|
* Remove subscriber stuff (now to plugin RestrictedReading)
|
|
@ -17,7 +17,7 @@ $this->registerModule(
|
||||||
'Proofreading',
|
'Proofreading',
|
||||||
'Add proofreading statuses for your posts',
|
'Add proofreading statuses for your posts',
|
||||||
'Jean-Christian Denis and Contributors',
|
'Jean-Christian Denis and Contributors',
|
||||||
'0.4',
|
'0.5',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.33']],
|
'requires' => [['core', '2.33']],
|
||||||
'permissions' => 'My',
|
'permissions' => 'My',
|
||||||
|
|
Loading…
Reference in a new issue