From 7bc5f98e474f7c5725e7ae7668048ba323637d6d Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 22 Dec 2022 00:10:23 +0100 Subject: [PATCH] release 0.7.1 --- CHANGELOG.md | 4 ++++ _define.php | 10 +++++----- dcstore.xml | 4 ++-- locales/fr/main.lang.php | 31 +++++++++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 7 deletions(-) create mode 100644 locales/fr/main.lang.php diff --git a/CHANGELOG.md b/CHANGELOG.md index 7212018..8215022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.7.1 - 2022.12.21 +- use abstract plugin id +- fix install + 0.7 - 2022.12.04 - update to Dotclear 2.24 - refresh admin UI diff --git a/_define.php b/_define.php index b61a8b0..807f21e 100644 --- a/_define.php +++ b/_define.php @@ -14,16 +14,16 @@ $this->registerModule( 'Files alias', "Manage aliases of your blog's media", 'Osku and contributors', - '0.7', + '0.7.1', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_CONTENT_ADMIN, ]), - 'type' => 'plugin', + 'type' => 'plugin', //'support' => 'http://forum.dotclear.org/viewtopic.php?id=42317', - 'support' => 'https://github.com/JcDenis/filesAlias', - 'details' => 'https://plugins.dotaddict.org/dc2/details/filesAlias', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/filesAlias/master/dcstore.xml', + 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), + 'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), + 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index d53f58a..18965b0 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Files alias - 0.7 + 0.7.1 Osku and contributors Manage aliases of your blog's media - https://github.com/JcDenis/filesAlias/releases/download/v0.7/plugin-filesAlias.zip + https://github.com/JcDenis/filesAlias/releases/download/v0.7.1/plugin-filesAlias.zip 2.24 https://plugins.dotaddict.org/dc2/details/filesAlias https://github.com/JcDenis/filesAlias diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php new file mode 100644 index 0000000..5cfc484 --- /dev/null +++ b/locales/fr/main.lang.php @@ -0,0 +1,31 @@ +