release 1.2.1 - lvl 8

This commit is contained in:
Jean-Christian Paul Denis 2023-03-19 22:53:55 +01:00
parent 5c20252fa9
commit 785adf5798
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
1.2.1 - 2023.03.19
- require php 8.1
- add container for admin vars
- fix init check
- fix phpstan lvl 8 warnings
1.2 - 2023.03.11
- Update to Dotclear 2.26
- use abstract plugin id

View File

@ -18,7 +18,7 @@ $this->registerModule(
"Dotclear's logs",
'Displays Dotclear logs',
'Tomtom and Contributors',
'1.2',
'1.2.1',
[
'requires' => [['core', '2.26']],
'permissions' => null,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="dcLog">
<name>Dotclear's logs</name>
<version>1.2</version>
<version>1.2.1</version>
<author>Tomtom and Contributors</author>
<desc>Displays Dotclear logs</desc>
<file>https://github.com/JcDenis/dcLog/releases/download/v1.2/plugin-dcLog.zip</file>
<file>https://github.com/JcDenis/dcLog/releases/download/v1.2.1/plugin-dcLog.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/dcLog</da:details>
<da:support>https://github.com/JcDenis/dcLog</da:support>