release 0.1
This commit is contained in:
parent
ef4c93f5bf
commit
11961520b3
2 changed files with 6 additions and 1 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
RestrictedReading 0.1 - 2025.01.11
|
||||
===========================================================
|
||||
* Require Dotclear 2.33
|
||||
* Require PHP 8.1
|
||||
* First version.
|
|
@ -17,7 +17,7 @@ $this->registerModule(
|
|||
'Restricted reading',
|
||||
'Show some entries to registred users only',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'0.0.1',
|
||||
'0.1',
|
||||
[
|
||||
'requires' => [['core', '2.33']],
|
||||
'permissions' => 'My',
|
||||
|
|
Loading…
Reference in a new issue