release 1.3.1
This commit is contained in:
parent
9c18513b32
commit
22f9028b71
@ -1,3 +1,10 @@
|
||||
1.3.1 - 2023.04.29
|
||||
- require dotclear 2.26
|
||||
- require PHP 8.1+
|
||||
- use Html Form Component everywhere
|
||||
- fix submit contidions (js)
|
||||
- fix phpstan level9 warnings
|
||||
|
||||
1.3 - 2023.04.23
|
||||
- require dotclear 2.26
|
||||
- require PHP 8.1+
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
"Dotclear's logs",
|
||||
'Displays Dotclear logs',
|
||||
'Tomtom and Contributors',
|
||||
'1.3',
|
||||
'1.3.1',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => null,
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="dcLog">
|
||||
<name>Dotclear's logs</name>
|
||||
<version>1.3</version>
|
||||
<version>1.3.1</version>
|
||||
<author>Tomtom and Contributors</author>
|
||||
<desc>Displays Dotclear logs</desc>
|
||||
<file>https://github.com/JcDenis/dcLog/releases/download/v1.3/plugin-dcLog.zip</file>
|
||||
<file>https://github.com/JcDenis/dcLog/releases/download/v1.3.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>
|
||||
|
Loading…
Reference in New Issue
Block a user