From 3e5be5d5d64dd2067f04f12c0d626a6b8bd3558d Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 20 Apr 2023 19:05:19 +0200 Subject: [PATCH] release 1.5.1 --- CHANGELOG.md | 4 ++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5be10d..6c6a9dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.5.1 - 2023.04.09 +- require dotclear 2.26 +- use sql statement + 1.5 - 2023.04.08 - require dotclear 2.26 - use namespace diff --git a/_define.php b/_define.php index a125de5..a69bda9 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'alias', "Create aliases of your blog's URLs", 'Olivier Meunier and contributors', - '1.5', + '1.5.1', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index cbbcc58..7ae145f 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ alias - 1.5 + 1.5.1 Olivier Meunier and contributors Create aliases of your blog's URLs - https://github.com/JcDenis/alias/releases/download/v1.5/plugin-alias.zip + https://github.com/JcDenis/alias/releases/download/v1.5.1/plugin-alias.zip 2.26 https://plugins.dotaddict.org/dc2/details/alias https://github.com/JcDenis/alias