diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cff9a5..200ce33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ +2023.03.27 +* use dotclear Helper + 2023.03.11 * Update to Dotclear 2.26 -* use abstract pligin id +* use abstract plugin id * use php namespace * use json instead of serialize * rename settings diff --git a/_define.php b/_define.php index 7c64152..882c4ed 100644 --- a/_define.php +++ b/_define.php @@ -15,10 +15,10 @@ if (!defined('DC_RC_PATH')) { } $this->registerModule( - 'My URL handlers', + 'URL handlers', 'Change Dotclear URL handlers', 'Alex Pirine and contributors', - '2023.03.11', + '2023.03.27', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index c15daaa..80c3c1c 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,11 +1,11 @@ - My URL handlers - 2023.03.11 + URL handlers + 2023.03.27 Alex Pirine and contributors Change Dotclear URL handlers - https://github.com/JcDenis/myUrlHandlers/releases/download/v2023.03.11/plugin-myUrlHandlers.zip + https://github.com/JcDenis/myUrlHandlers/releases/download/v2023.03.27/plugin-myUrlHandlers.zip 2.26 http://plugins.dotaddict.org/dc2/details/myUrlHandlers https://github.com/JcDenis/myUrlHandlers diff --git a/src/Manage.php b/src/Manage.php index 73a17b2..13f1871 100644 --- a/src/Manage.php +++ b/src/Manage.php @@ -34,7 +34,8 @@ class Manage extends dcNsProcess && dcCore::app()->auth->check( dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_CONTENT_ADMIN, - ]), dcCore::app()->blog->id + ]), + dcCore::app()->blog->id ); return static::$init;