release 2021.10.28

This commit is contained in:
Jean-Christian Paul Denis 2021-10-28 23:45:24 +02:00
parent d436e3e340
commit bbf3bf122e
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
2021.08.22.1 - dev
2021.10.28
- add option to convert newline from files content on the fly
- clean up again...
- fix wrong version on repository
- fix modules sort
- hide empty tabs
2021.08.22
- fix PSR2 coding style

View File

@ -19,13 +19,13 @@ $this->registerModule(
'pacKman',
'Manage your Dotclear packages',
'Jean-Christian Denis',
'2021.09.10.1',
'2021.10.28',
[
'requires' => [['core', '2.19']],
'permissions' => null,
'type' => 'plugin',
'support' => 'https://github.com/JcDenis/pacKman',
'details' => 'https://plugins.dotaddict.org/dc2/details/pacKman',
'repository' => 'https://raw.githubusercontent.com/JcDenis/pacKman/master/dcstore.xml'
'repository' => 'https://raw.githubusercontent.com/JcDenis/pacKman/master/dcstore.xml'
]
);

View File

@ -1,10 +1,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="pacKman">
<name>pacKman</name>
<version>2021.09.10</version>
<version>2021.10.28</version>
<author>Jean-Christian Denis</author>
<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:details>https://plugins.dotaddict.org/dc2/details/pacKman</da:details>
<da:support>https://github.com/JcDenis/pacKman</da:support>