release 2023.03.27
This commit is contained in:
parent
de2becbe4e
commit
f8a1cf7d2f
@ -1,6 +1,9 @@
|
|||||||
|
2023.03.27
|
||||||
|
* use dotclear Helper
|
||||||
|
|
||||||
2023.03.11
|
2023.03.11
|
||||||
* Update to Dotclear 2.26
|
* Update to Dotclear 2.26
|
||||||
* use abstract pligin id
|
* use abstract plugin id
|
||||||
* use php namespace
|
* use php namespace
|
||||||
* use json instead of serialize
|
* use json instead of serialize
|
||||||
* rename settings
|
* rename settings
|
||||||
|
@ -15,10 +15,10 @@ if (!defined('DC_RC_PATH')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->registerModule(
|
$this->registerModule(
|
||||||
'My URL handlers',
|
'URL handlers',
|
||||||
'Change Dotclear URL handlers',
|
'Change Dotclear URL handlers',
|
||||||
'Alex Pirine and contributors',
|
'Alex Pirine and contributors',
|
||||||
'2023.03.11',
|
'2023.03.27',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="myUrlHandlers">
|
<module id="myUrlHandlers">
|
||||||
<name>My URL handlers</name>
|
<name>URL handlers</name>
|
||||||
<version>2023.03.11</version>
|
<version>2023.03.27</version>
|
||||||
<author>Alex Pirine and contributors</author>
|
<author>Alex Pirine and contributors</author>
|
||||||
<desc>Change Dotclear URL handlers</desc>
|
<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:dcmin>2.26</da:dcmin>
|
||||||
<da:details>http://plugins.dotaddict.org/dc2/details/myUrlHandlers</da:details>
|
<da:details>http://plugins.dotaddict.org/dc2/details/myUrlHandlers</da:details>
|
||||||
<da:support>https://github.com/JcDenis/myUrlHandlers</da:support>
|
<da:support>https://github.com/JcDenis/myUrlHandlers</da:support>
|
||||||
|
@ -34,7 +34,8 @@ class Manage extends dcNsProcess
|
|||||||
&& dcCore::app()->auth->check(
|
&& dcCore::app()->auth->check(
|
||||||
dcCore::app()->auth->makePermissions([
|
dcCore::app()->auth->makePermissions([
|
||||||
dcAuth::PERMISSION_CONTENT_ADMIN,
|
dcAuth::PERMISSION_CONTENT_ADMIN,
|
||||||
]), dcCore::app()->blog->id
|
]),
|
||||||
|
dcCore::app()->blog->id
|
||||||
);
|
);
|
||||||
|
|
||||||
return static::$init;
|
return static::$init;
|
||||||
|
Loading…
Reference in New Issue
Block a user