release 0.2

This commit is contained in:
Jean-Christian Denis 2025-01-08 18:23:09 +01:00
parent dbde71003b
commit a0625e24d3
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
2 changed files with 7 additions and 1 deletions

View file

@ -3,3 +3,9 @@ Proofreading 0.1 - 2025.01.08
* Require Dotclear 2.33 * Require Dotclear 2.33
* Require PHP 8.1 * Require PHP 8.1
* Add 3 status to posts * Add 3 status to posts
Proofreading 0.2 - 2025.01.08
===========================================================
* Require Dotclear 2.33
* Require PHP 8.1
* Use better status id

View file

@ -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.1', '0.2',
[ [
'requires' => [['core', '2.33']], 'requires' => [['core', '2.33']],
'permissions' => 'My', 'permissions' => 'My',