release 2021.10.28
This commit is contained in:
parent
d436e3e340
commit
bbf3bf122e
@ -1,8 +1,9 @@
|
|||||||
2021.08.22.1 - dev
|
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...
|
||||||
- fix wrong version on repository
|
- fix wrong version on repository
|
||||||
- fix modules sort
|
- fix modules sort
|
||||||
|
- hide empty tabs
|
||||||
|
|
||||||
2021.08.22
|
2021.08.22
|
||||||
- fix PSR2 coding style
|
- fix PSR2 coding style
|
||||||
|
@ -19,7 +19,7 @@ $this->registerModule(
|
|||||||
'pacKman',
|
'pacKman',
|
||||||
'Manage your Dotclear packages',
|
'Manage your Dotclear packages',
|
||||||
'Jean-Christian Denis',
|
'Jean-Christian Denis',
|
||||||
'2021.09.10.1',
|
'2021.10.28',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
@ -1,10 +1,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>2021.09.10</version>
|
<version>2021.10.28</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.09.10/plugin-pacKman.zip</file>
|
<file>https://github.com/JcDenis/pacKman/releases/download/v2021.10.28/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>
|
||||||
|
Loading…
Reference in New Issue
Block a user