release 1.0

This commit is contained in:
Jean-Christian Paul Denis 2022-12-23 11:28:55 +01:00
parent 7506fdb918
commit 82a006a2e2
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
1.0 - 2022.12.23
- use anonymous functions
- use namesapce
- use abstract plugin id
0.5 - 2022.11.20
- fix compatibility with Dotclear 2.24 (required)

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Tiny packer',
'Quick pack theme or plugin into public dir',
'Jean-Christian Denis',
'0.5',
'1.0',
[
'requires' => [['core', '2.24']],
'permissions' => null,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="tinyPacker">
<name>Tiny packer</name>
<version>0.5</version>
<version>1.0</version>
<author>Jean-Christian Denis</author>
<desc>Quick pack theme or plugin into public dir</desc>
<file>https://github.com/JcDenis/tinyPacker/releases/download/v0.5/plugin-tinyPacker.zip</file>
<file>https://github.com/JcDenis/tinyPacker/releases/download/v1.0/plugin-tinyPacker.zip</file>
<da:dcmin>2.24</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/tinyPacker</da:details>
<da:support>https://github.com/JcDenis/tinyPacker</da:support>