From b5993081a8d9bc5d3faf214a1c12a904521cbdf8 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 24 Oct 2023 00:15:01 +0200 Subject: [PATCH] fix repo branch --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- _define.php | 2 +- dcstore.xml | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2669728..7e737a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +countdown 2.4.1 - 2023.10.123 +=========================================================== +* Require Dotclear 2.28 +* Require PHP 8.1 +* Fix repository branch + countdown 2.4 - 2023.10.15 =========================================================== * Require Dotclear 2.28 diff --git a/README.md b/README.md index 8a248de..8d1e2ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # README -[![Release](https://img.shields.io/badge/release-2.4-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/countdown/releases) -![Date](https://img.shields.io/badge/date-2023.10.15-c44d58.svg) +[![Release](https://img.shields.io/badge/release-2.4.1-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/countdown/releases) +![Date](https://img.shields.io/badge/date-2023.10.23-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/countdown) [![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/countdown/src/branch/master/LICENSE) diff --git a/_define.php b/_define.php index 2ed6cd2..64b59b3 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'CountDown', 'Countdown and stopwatch', 'Moe (http://gniark.net/) and contributors', - '2.4', + '2.4.1', [ 'requires' => [['core', '2.28']], 'permissions' => 'My', diff --git a/dcstore.xml b/dcstore.xml index b756f0f..4896473 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ CountDown - 2.4 + 2.4.1 Moe (http://gniark.net/) and contributors Countdown and stopwatch - https://git.dotclear.watch/JcDenis/countdown/releases/download/v2.4/plugin-countdown.zip + https://git.dotclear.watch/JcDenis/countdown/releases/download/v2.4.1/plugin-countdown.zip 2.28 https://git.dotclear.watch/JcDenis/countdown/src/branch/master/README.md https://git.dotclear.watch/JcDenis/countdown/issues