diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea8b72..9fad009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/_define.php b/_define.php index d03357e..5bb03c5 100644 --- a/_define.php +++ b/_define.php @@ -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' ] ); \ No newline at end of file diff --git a/dcstore.xml b/dcstore.xml index 05048ed..7a25b17 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,10 +1,10 @@ pacKman -2021.09.10 +2021.10.28 Jean-Christian Denis Manage your Dotclear packages -https://github.com/JcDenis/pacKman/releases/download/v2021.09.10/plugin-pacKman.zip +https://github.com/JcDenis/pacKman/releases/download/v2021.10.28/plugin-pacKman.zip 2.19 https://plugins.dotaddict.org/dc2/details/pacKman https://github.com/JcDenis/pacKman