release 2023.01.07
This commit is contained in:
parent
7a884d6721
commit
3a70196636
@ -1,3 +1,6 @@
|
|||||||
|
2023.01.07
|
||||||
|
- fix previously introduced unix bug
|
||||||
|
|
||||||
2023.01.05
|
2023.01.05
|
||||||
- harmonise structure (with my plugins)
|
- harmonise structure (with my plugins)
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ themes and plugins from Dotclear administration pages.
|
|||||||
* Super administrator permissions
|
* Super administrator permissions
|
||||||
* Dotclear 2.24
|
* Dotclear 2.24
|
||||||
* A writable cache directory
|
* A writable cache directory
|
||||||
* A writable directory to put paquetages.
|
* A writable directory to put packages. (can be VAR dir)
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ $this->registerModule(
|
|||||||
'pacKman',
|
'pacKman',
|
||||||
'Manage your Dotclear packages',
|
'Manage your Dotclear packages',
|
||||||
'Jean-Christian Denis',
|
'Jean-Christian Denis',
|
||||||
'2023.01.05',
|
'2023.01.07',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.24']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="pacKman">
|
<module id="pacKman">
|
||||||
<name>pacKman</name>
|
<name>pacKman</name>
|
||||||
<version>2023.01.05</version>
|
<version>2023.01.07</version>
|
||||||
<author>Jean-Christian Denis</author>
|
<author>Jean-Christian Denis</author>
|
||||||
<desc>Manage your Dotclear packages</desc>
|
<desc>Manage your Dotclear packages</desc>
|
||||||
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.01.05/plugin-pacKman.zip</file>
|
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.01.07/plugin-pacKman.zip</file>
|
||||||
<da:dcmin>2.24</da:dcmin>
|
<da:dcmin>2.24</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/pacKman</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/pacKman</da:details>
|
||||||
<da:support>https://github.com/JcDenis/pacKman</da:support>
|
<da:support>https://github.com/JcDenis/pacKman</da:support>
|
||||||
|
Loading…
Reference in New Issue
Block a user