diff --git a/CHANGELOG.md b/CHANGELOG.md index 042078a..1a3cec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ -todo -- plop - -2021.08.28 +2021.08.22.1 - dev - add option to convert newline from files content on the fly +- clean up again... 2021.08.22 - fix PSR2 coding style @@ -45,4 +43,4 @@ todo - Added install and uninstall features - Added help - Added LICENSE -- Cleaned up +- Cleaned up \ No newline at end of file diff --git a/_admin.php b/_admin.php index 9966368..7da3631 100644 --- a/_admin.php +++ b/_admin.php @@ -1,15 +1,15 @@ addUserAction( /* desc */ __('delete the version number') ); - $this->addDirectAction( /* type */ 'settings', /* action */ 'delete_all', diff --git a/dcstore.xml b/dcstore.xml new file mode 100644 index 0000000..4e5c984 --- /dev/null +++ b/dcstore.xml @@ -0,0 +1,11 @@ + + +pacKman +2021.08.22.1 +Jean-Christian Denis +Manage your Dotclear packages +https://github.com/JcDenis/pacKman/releases/download/v2021.08.22.1/plugin-pacKman.zip +https://plugins.dotaddict.org/dc2/details/pacKman +https://github.com/JcDenis/pacKman + + \ No newline at end of file diff --git a/inc/class.dc.packman.php b/inc/class.dc.packman.php index c582d22..ec9139c 100644 --- a/inc/class.dc.packman.php +++ b/inc/class.dc.packman.php @@ -1,15 +1,15 @@ '; } - + public static function repository($core, $modules, $type, $title) { if (!in_array($type, ['plugins', 'themes', 'repository'])) { @@ -147,7 +147,7 @@ class libPackman } $combo_action = [__('delete') => 'delete']; - + if ($type == 'plugins' || $type == 'themes') { $combo_action[__('install')] = 'install'; } diff --git a/index.php b/index.php index 12fcffa..40e337e 100644 --- a/index.php +++ b/index.php @@ -1,15 +1,15 @@