release 1.0
This commit is contained in:
parent
7506fdb918
commit
82a006a2e2
@ -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)
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user