From 6a1d3657622a09dc44fd42630e30fde0bb751655 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 6 Nov 2021 16:45:11 +0100 Subject: [PATCH] release 2021.11.06 --- CHANGELOG.md | 12 +++++++++-- README.md | 4 ++-- _define.php | 4 ++-- _uninstall.php | 56 +++++++++++++++++++++++++------------------------- dcstore.xml | 23 +++++++++++---------- 5 files changed, 54 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb2fc2..0bd2c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,19 @@ xxx.xx.xx - [ ] Add bit.ly custom domain - [ ] Add public page of the list of know urls and in/visible status - [ ] Add passworded links -- Never fix breaking comments or complexe public url (add warning) -- fix permissions + +2021.11.06 +- never fix breaking comments or complexe public url (add warning) +- fix permissions (dc 2.20) - fix js load +- fix various bugs, typo and ui enhancment - add user pref on table cols - add user pref on filters (dc 2.20) +- add constant to disable service on entire plateform +- re-add bit.ly (partially) +- move settings to plugin config page +- update translations (and remove .lang.php file) +- update to PSR12 2021.09.16 - remove deprecated external service diff --git a/README.md b/README.md index a9bf9e5..d744b77 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release](https://img.shields.io/github/v/release/JcDenis/kUtRL)](https://github.com/JcDenis/kUtRL/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/kUtRL)](https://github.com/JcDenis/kUtRL/releases) [![Issues](https://img.shields.io/github/issues/JcDenis/kUtRL)](https://github.com/JcDenis/kUtRL/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.20-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/kUtRL) [![License](https://img.shields.io/github/license/JcDenis/kUtRL)](https://github.com/JcDenis/kUtRL/blob/master/LICENSE) @@ -20,7 +20,7 @@ Create short URL on its own or from external services. * admin permission to configure * no permissions to shorten links on the fly - * Dotclear 2.19 + * Dotclear 2.20 ## USAGE diff --git a/_define.php b/_define.php index f6d04c5..25f7a93 100644 --- a/_define.php +++ b/_define.php @@ -18,9 +18,9 @@ $this->registerModule( 'Links shortener', 'Use, create and serve short url on your blog', 'Jean-Christian Denis and contributors', - '2021.09.16', + '2021.11.06', [ - 'requires' => [['core', '2.19']], + 'requires' => [['core', '2.20']], 'permissions' => 'usage,contentadmin,admin', 'type' => 'plugin', 'support' => 'https://github.com/JcDenis/kUtRL', diff --git a/_uninstall.php b/_uninstall.php index c938e4c..c949f5c 100644 --- a/_uninstall.php +++ b/_uninstall.php @@ -15,46 +15,46 @@ if (!defined('DC_CONTEXT_ADMIN')) { } $this->addUserAction( - /* type */ + /* type */ 'settings', - /* action */ + /* action */ 'delete_all', - /* ns */ + /* ns */ 'kUtRL', - /* description */ + /* description */ __('delete all settings') ); $this->addUserAction( - /* type */ + /* type */ 'tables', - /* action */ + /* action */ 'delete', - /* ns */ + /* ns */ 'kutrl', - /* description */ + /* description */ __('delete table') ); $this->addUserAction( - /* type */ + /* type */ 'plugins', - /* action */ + /* action */ 'delete', - /* ns */ + /* ns */ 'kUtRL', - /* description */ + /* description */ __('delete plugin files') ); $this->addUserAction( - /* type */ + /* type */ 'versions', - /* action */ + /* action */ 'delete', - /* ns */ + /* ns */ 'kUtRL', - /* description */ + /* description */ __('delete the version number') ); @@ -62,34 +62,34 @@ $this->addUserAction( # Keep table $this->addDirectAction( - /* type */ + /* type */ 'settings', - /* action */ + /* action */ 'delete_all', - /* ns */ + /* ns */ 'kUtRL', - /* description */ + /* description */ sprintf(__('delete all %s settings'), 'kUtRL') ); $this->addDirectAction( - /* type */ + /* type */ 'versions', - /* action */ + /* action */ 'delete', - /* ns */ + /* ns */ 'kUtRL', - /* description */ + /* description */ sprintf(__('delete %s version number'), 'kUtRL') ); $this->addDirectAction( - /* type */ + /* type */ 'plugins', - /* action */ + /* action */ 'delete', - /* ns */ + /* ns */ 'kUtRL', - /* description */ + /* description */ sprintf(__('delete %s plugin files'), 'kUtRL') ); diff --git a/dcstore.xml b/dcstore.xml index 71eb60b..207fda2 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,12 +1,13 @@ + - -URL shortener -2021.09.16 -Jean-Christian Denis and contributors -Use, create and serve short url on your blog -https://github.com/JcDenis/kUtRL/releases/download/v2021.09.16/plugin-kUtRL.zip -2.19 -http://plugins.dotaddict.org/dc2/details/kUtRL -https://github.com/JcDenis/kUtRL - - \ No newline at end of file + + Links shortener + 2021.11.06 + Jean-Christian Denis and contributors + Use, create and serve short url on your blog + https://github.com/JcDenis/kUtRL/releases/download/v2021.11.06/plugin-kUtRL.zip + 2.20 + http://plugins.dotaddict.org/dc2/details/kUtRL + https://github.com/JcDenis/kUtRL + +