release 2023.05.13

This commit is contained in:
Jean-Christian Paul Denis 2023-05-13 15:05:50 +02:00
parent 80ad25907d
commit 4c599d8320
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2023.05.13
* require dotclear 2.26
* cleanup for dc2.26 stable
2023.04.22 2023.04.22
* require dotclear 2.26 * require dotclear 2.26
* add plugin Uninstaller features * add plugin Uninstaller features

View File

@ -10,7 +10,7 @@
* @copyright Jean-Christian Denis * @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/ */
if (!defined('DC_RC_PATH')) { if (!defined('DC_RC_PATH') || is_null(dcCore::app()->auth)) {
return null; return null;
} }
@ -18,11 +18,11 @@ $this->registerModule(
'URL handlers', 'URL handlers',
'Change Dotclear URL handlers', 'Change Dotclear URL handlers',
'Alex Pirine and contributors', 'Alex Pirine and contributors',
'2023.04.22', '2023.05.13',
[ [
'requires' => [['core', '2.26']], 'requires' => [['core', '2.26']],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([
dcAuth::PERMISSION_CONTENT_ADMIN, dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
]), ]),
'priority' => 150000, 'priority' => 150000,
'type' => 'plugin', 'type' => 'plugin',

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="myUrlHandlers"> <module id="myUrlHandlers">
<name>URL handlers</name> <name>URL handlers</name>
<version>2023.04.22</version> <version>2023.05.13</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.04.22/plugin-myUrlHandlers.zip</file> <file>https://github.com/JcDenis/myUrlHandlers/releases/download/v2023.05.13/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>