From e1129e39d6f403a89e325c941007c23003b7fb87 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 11 Mar 2023 15:58:36 +0100 Subject: [PATCH] preview for Dotclear 2.26 --- CHANGELOG.md | 2 +- README.md | 4 ++-- _define.php | 2 +- dcstore.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01a601..8cff9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ 2023.03.11 -* Update to Dotclear 2.25 +* Update to Dotclear 2.26 * use abstract pligin id * use php namespace * use json instead of serialize diff --git a/README.md b/README.md index 08b563a..b211b5b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![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.25-blue.svg)](https://fr.dotclear.org/download) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-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) @@ -20,7 +20,7 @@ like post, category, etc and some plugins having public parts. _myUrlHandlers_ requires: * contentadmin permissions for management - * Dotclear 2.24 + * Dotclear 2.26 ## USAGE diff --git a/_define.php b/_define.php index e8baa8d..7c64152 100644 --- a/_define.php +++ b/_define.php @@ -20,7 +20,7 @@ $this->registerModule( 'Alex Pirine and contributors', '2023.03.11', [ - 'requires' => [['core', '2.25']], + 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_CONTENT_ADMIN, ]), diff --git a/dcstore.xml b/dcstore.xml index e8f9055..c15daaa 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -6,7 +6,7 @@ Alex Pirine and contributors Change Dotclear URL handlers https://github.com/JcDenis/myUrlHandlers/releases/download/v2023.03.11/plugin-myUrlHandlers.zip - 2.25 + 2.26 http://plugins.dotaddict.org/dc2/details/myUrlHandlers https://github.com/JcDenis/myUrlHandlers