release 2023.03.27

This commit is contained in:
Jean-Christian Paul Denis 2023-03-27 23:50:30 +02:00
parent de2becbe4e
commit f8a1cf7d2f
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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([

View File

@ -1,11 +1,11 @@
<?xml version="1.0"?>
<modules xmlns:da="http://dotaddict.org/da/">
<module id="myUrlHandlers">
<name>My URL handlers</name>
<version>2023.03.11</version>
<name>URL handlers</name>
<version>2023.03.27</version>
<author>Alex Pirine and contributors</author>
<desc>Change Dotclear URL handlers</desc>
<file>https://github.com/JcDenis/myUrlHandlers/releases/download/v2023.03.11/plugin-myUrlHandlers.zip</file>
<file>https://github.com/JcDenis/myUrlHandlers/releases/download/v2023.03.27/plugin-myUrlHandlers.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>http://plugins.dotaddict.org/dc2/details/myUrlHandlers</da:details>
<da:support>https://github.com/JcDenis/myUrlHandlers</da:support>

View File

@ -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;