release 1.3

This commit is contained in:
Jean-Christian Paul Denis 2023-04-23 11:06:36 +02:00
parent 31f19ab03d
commit 9d05c543ac
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
1.3 - 2023.04.23
- require dotclear 2.26
- require PHP 8.1+
- use latest dotclear namespace
- fix translation
- fix nullsafe warnings
- add code inline doc
1.2.2 - 2023.04.06
- fix pager and count (require dc 2.26 nightly)
- fix empty submit

View File

@ -18,7 +18,7 @@ Display dotclear's logs.
_dcLog_ requires:
* PHP >= 8.1
* PHP 8.1+
* Dotclear 2.26
* super admin permission

View File

@ -18,7 +18,7 @@ $this->registerModule(
"Dotclear's logs",
'Displays Dotclear logs',
'Tomtom and Contributors',
'1.2.2',
'1.3',
[
'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.2</version>
<version>1.3</version>
<author>Tomtom and Contributors</author>
<desc>Displays Dotclear logs</desc>
<file>https://github.com/JcDenis/dcLog/releases/download/v1.2.2/plugin-dcLog.zip</file>
<file>https://github.com/JcDenis/dcLog/releases/download/v1.3/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>