release 2021.11.06

This commit is contained in:
Jean-Christian Paul Denis 2021-11-06 14:57:46 +01:00
parent 57722643b8
commit 47045e1bef
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 17 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2021.11.06
- update translation (thanks @Philippe-dev)
- update to PSR12
2021.10.28
- add option to convert newline from files content on the fly
- clean up again...

View File

@ -18,7 +18,7 @@ $this->registerModule(
'pacKman',
'Manage your Dotclear packages',
'Jean-Christian Denis',
'2021.10.28',
'2021.11.06',
[
'requires' => [['core', '2.19']],
'permissions' => null,

View File

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