diff --git a/CHANGELOG.md b/CHANGELOG.md index 5258131..640fb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.7.1 - 2023.06.16 +- require dotclear 2.26 +- fix non php 7.4 type hint + 1.7 - 2023.05.13 - require dotclear 2.26 - release for dc2.26 stable diff --git a/_define.php b/_define.php index ccc44de..9b38308 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.7', + '1.7.1', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index eca99c9..c365cd5 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ alias - 1.7 + 1.7.1 Olivier Meunier and contributors Create aliases of your blog's URLs - https://github.com/JcDenis/alias/releases/download/v1.7/plugin-alias.zip + https://github.com/JcDenis/alias/releases/download/v1.7.1/plugin-alias.zip 2.26 https://plugins.dotaddict.org/dc2/details/alias https://github.com/JcDenis/alias