From 5799443ffd6faac7ae5d1024097df7f5fddd2152 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 4 Nov 2023 11:55:04 +0100 Subject: [PATCH] release 1.2.1 --- CHANGELOG.md | 7 +++++++ README.md | 5 +++-- _define.php | 2 +- dcstore.xml | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13938e5..5d865f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +filesAlias 1.2.1 - 2023.11.04 +=========================================================== +* Require Dotclear 2.28 +* Require PHP 8.1 +* Fix typo +* Code review + filesAlias 1.2 - 2023.10.17 =========================================================== * Require Dotclear 2.28 diff --git a/README.md b/README.md index 515aace..35c78fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # README -[![Release](https://img.shields.io/badge/release-1.2-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/filesAlias/releases) -![Date](https://img.shields.io/badge/date-2023.10.17-c44d58.svg) +[![Release](https://img.shields.io/badge/release-1.2.1-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/filesAlias/releases) +![Date](https://img.shields.io/badge/date-2023.11.04-c44d58.svg) [![Dotclear](https://img.shields.io/badge/dotclear-v2.28-137bbb.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/filesAlias) [![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/filesAlias/src/branch/master/LICENSE) @@ -32,6 +32,7 @@ You can change public URL handler (default is _pub/_) by using plugin myUrlhandl * [Packages & details](https://git.dotclear.watch/JcDenis/filesAlias/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/filesAlias)) * [Sources & contributions](https://git.dotclear.watch/JcDenis/filesAlias) (or on [GitHub](https://github.com/JcDenis/filesAlias)) * [Issues & security](https://git.dotclear.watch/JcDenis/filesAlias/issues) (or on [GitHub](https://github.com/JcDenis/filesAlias/issues)) +* [Discuss & help](https://forum.dotclear.org/viewtopic.php?id=42317) ## CONTRIBUTORS diff --git a/_define.php b/_define.php index 1395e1a..92f0fb0 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Files alias', "Manage aliases of your blog's media", 'Osku and contributors', - '1.2', + '1.2.1', [ 'requires' => [['core', '2.28']], 'permissions' => 'My', diff --git a/dcstore.xml b/dcstore.xml index 2221cc9..b71626e 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Files alias - 1.2 + 1.2.1 Osku and contributors Manage aliases of your blog's media - https://git.dotclear.watch/JcDenis/filesAlias/releases/download/v1.2/plugin-filesAlias.zip + https://git.dotclear.watch/JcDenis/filesAlias/releases/download/v1.2.1/plugin-filesAlias.zip 2.28 https://git.dotclear.watch/JcDenis/filesAlias/src/branch/master/README.md https://git.dotclear.watch/JcDenis/filesAlias/issues