diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e13c8c..5b2b999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,40 @@ -2023.07.29 +myUrlHandlers 2023.08.13 +=========================================================== +* Require Dotclear 2.27 +* Require PHP 7.4 +* Move third party repository +* Use Dotclear style for CHANGELOG + +myUrlHandlers 2023.07.29 +=========================================================== * require dotclear 2.27 * require PHP 7.4+ * update to dotclear 2.27-dev -2023.05.13 +myUrlHandlers 2023.05.13 +=========================================================== * require dotclear 2.26 * cleanup for dc2.26 stable -2023.04.22 +myUrlHandlers 2023.04.22 +=========================================================== * require dotclear 2.26 * add plugin Uninstaller features * fix nullsafe warnings -2023.03.27 +myUrlHandlers 2023.03.27 +=========================================================== * require dotclear 2.26 * use dotclear Helper -2023.03.11 +myUrlHandlers 2023.03.11 +=========================================================== * Update to Dotclear 2.26 * use abstract plugin id * use php namespace * use json instead of serialize * rename settings -2022.11.26 +myUrlHandlers 2022.11.26 +=========================================================== * update to Dotclear 2.24 \ No newline at end of file diff --git a/README.md b/README.md index 7819795..efd4098 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # README -[![Release](https://img.shields.io/github/v/release/JcDenis/myUrlHandlers)](https://github.com/JcDenis/myUrlHandlers/releases) -[![Date](https://img.shields.io/github/release-date/JcDenis/myUrlHandlers)](https://github.com/JcDenis/myUrlHandlers/releases) -[![Issues](https://img.shields.io/github/issues/JcDenis/myUrlHandlers)](https://github.com/JcDenis/myUrlHandlers/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download) -[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/myUrlHandlers) -[![License](https://img.shields.io/github/license/JcDenis/myUrlHandlers)](https://github.com/JcDenis/myUrlHandlers/blob/master/LICENSE) +[![Release](https://img.shields.io/badge/release-2023.08.13-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/myUrlHandlers/releases) +[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/myUrlHandlers/releases) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download) +[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/myUrlHandlers) +[![License](https://img.shields.io/github/license/JcDenis/myUrlHandlers)](https://git.dotclear.watch/JcDenis/myUrlHandlers/blob/master/LICENSE) ## WHAT IS MYURLHANLDERS ? @@ -17,11 +16,11 @@ like post, category, etc and some plugins having public parts. ## REQUIREMENTS - _myUrlHandlers_ requires: +_myUrlHandlers_ requires: - * contentadmin permissions for management - * Dotclear 2.27 - * PHP 7.4+ +* contentadmin permissions for management +* Dotclear 2.27 +* PHP 7.4+ ## USAGE @@ -33,15 +32,15 @@ or you can add dashboard icon. ## LINKS - * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) - * Source & contribution : [GitHub Page](https://github.com/JcDenis/myUrlHandlers) - * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/myUrlHandlers) - * Discuss and help : [Dotclear Forum](https://forum.dotclear.org/viewtopic.php?id=40893) +* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) +* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/myUrlHandlers) or [GitHub Page](https://github.com/JcDenis/myUrlHandlers) +* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/myUrlHandlers/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/myUrlHandlers) +* Discuss and help : [Dotclear Forum](https://forum.dotclear.org/viewtopic.php?id=40893) ## CONTRIBUTORS - * Alex pirine (First author) - * te2dy - * Jean-Christian Denis +* Alex pirine (First author) +* te2dy +* Jean-Christian Denis - You are welcome to contribute to this code. \ No newline at end of file +You are welcome to contribute to this code. diff --git a/_define.php b/_define.php index 76b911e..5447b65 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'URL handlers', 'Change Dotclear URL handlers', 'Alex Pirine and contributors', - '2023.07.29', + '2023.08.13', [ 'requires' => [['core', '2.27']], 'permissions' => dcCore::app()->auth->makePermissions([ @@ -26,8 +26,8 @@ $this->registerModule( ]), 'priority' => 150000, 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/myUrlHandlers', - 'details' => 'http://plugins.dotaddict.org/dc2/details/myUrlHandlers', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/myUrlHandlers/master/dcstore.xml', + 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues', + 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md', + 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index 3cf3954..d00e0fc 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ URL handlers - 2023.07.29 + 2023.08.13 Alex Pirine and contributors Change Dotclear URL handlers - https://github.com/JcDenis/myUrlHandlers/releases/download/v2023.07.29/plugin-myUrlHandlers.zip + https://git.dotclear.watch/JcDenis/myUrlHandlers/releases/download/v2023.08.13/plugin-myUrlHandlers.zip 2.27 - http://plugins.dotaddict.org/dc2/details/myUrlHandlers - https://github.com/JcDenis/myUrlHandlers + https://git.dotclear.watch/JcDenis/myUrlHandlers/src/branch/master/README.md + https://git.dotclear.watch/JcDenis/myUrlHandlers/issues diff --git a/src/Backend.php b/src/Backend.php index a468c4b..9ec55be 100644 --- a/src/Backend.php +++ b/src/Backend.php @@ -16,7 +16,7 @@ namespace Dotclear\Plugin\myUrlHandlers; use dcCore; use Dotclear\Core\Process; -use Dotclear\Core\backend\Favorites; +use Dotclear\Core\Backend\Favorites; class Backend extends Process {