release 2021.11.06
This commit is contained in:
parent
57722643b8
commit
47045e1bef
@ -1,3 +1,7 @@
|
|||||||
|
2021.11.06
|
||||||
|
- update translation (thanks @Philippe-dev)
|
||||||
|
- update to PSR12
|
||||||
|
|
||||||
2021.10.28
|
2021.10.28
|
||||||
- add option to convert newline from files content on the fly
|
- add option to convert newline from files content on the fly
|
||||||
- clean up again...
|
- clean up again...
|
||||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'pacKman',
|
'pacKman',
|
||||||
'Manage your Dotclear packages',
|
'Manage your Dotclear packages',
|
||||||
'Jean-Christian Denis',
|
'Jean-Christian Denis',
|
||||||
'2021.10.28',
|
'2021.11.06',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
21
dcstore.xml
21
dcstore.xml
@ -1,12 +1,13 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
<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>2021.10.28</version>
|
<version>2021.11.06</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/v2021.10.28/plugin-pacKman.zip</file>
|
<file>https://github.com/JcDenis/pacKman/releases/download/v2021.11.06/plugin-pacKman.zip</file>
|
||||||
<da:dcmin>2.19</da:dcmin>
|
<da:dcmin>2.19</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>
|
||||||
</module>
|
</module>
|
||||||
</modules>
|
</modules>
|
Loading…
Reference in New Issue
Block a user