release 1.2.1 - lvl 8
This commit is contained in:
parent
5c20252fa9
commit
785adf5798
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user