From fe7cf97bc5bffc531e255e7a3fe1eae10bef6902 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 20 Nov 2022 18:33:02 +0100 Subject: [PATCH] release 2022.11.20 --- CHANGELOG.md | 3 +++ README.md | 9 ++++++++- _admin.php | 24 +++++++++++------------- _define.php | 26 ++++++++++++-------------- _install.php | 24 +++++++++++------------- _public.php | 24 +++++++++++------------- _widgets.php | 24 +++++++++++------------- dcstore.xml | 24 ++++++++++++------------ 8 files changed, 79 insertions(+), 79 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4d1b5..976a908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +2022.11.20 +- fix compatibility with Dotclear 2.24 (required) + 2021.08.27 - cleanup (PSR2,short array, ...) - enhance widget style diff --git a/README.md b/README.md index 0804ced..2f32dcd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # README +[![Release](https://img.shields.io/github/v/release/JcDenis/dcLatestVersions)](https://github.com/JcDenis/dcLatestVersions/releases) +[![Date](https://img.shields.io/github/release-date/JcDenis/dcLatestVersions)](https://github.com/JcDenis/dcLatestVersions/releases) +[![Issues](https://img.shields.io/github/issues/JcDenis/dcLatestVersions)](https://github.com/JcDenis/dcLatestVersions/issues) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download) +[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/dcLatestVersions) +[![License](https://img.shields.io/github/license/JcDenis/dcLatestVersions)](https://github.com/JcDenis/dcLatestVersions/blob/master/LICENSE) + ## WHAT IS DCLATESTVERSION ? "Dotclear's latest versions" is a plugin for the open-source @@ -12,7 +19,7 @@ Simply show visitors last versions of nightly build of Dotclear. dcLatestVersions requires: * permissions to manage widgets - * Dotclear 2.6 + * Dotclear 2.24 ## USAGE diff --git a/_admin.php b/_admin.php index 674a3f8..a8d6272 100644 --- a/_admin.php +++ b/_admin.php @@ -1,17 +1,15 @@ registerModule( 'dcLatestVersions', 'Show the latest available versions of Dotclear', 'Jean-Christian Denis, Pierre Van Glabeke', - '2022.11.12', + '2022.11.20', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/_install.php b/_install.php index 4b92853..a56df38 100644 --- a/_install.php +++ b/_install.php @@ -1,17 +1,15 @@ - -dcLatestVersions -2021.08.27 -Jean-Christian Denis, Pierre Van Glabeke -Show the latest available versions of Dotclear -https://github.com/JcDenis/dcLatestVersions/releases/download/v2021.08.27/plugin-dcLatestVersions.zip -2.19 -http://plugins.dotaddict.org/dc2/details/dcLatestVersions - -http://forum.dotclear.org/viewforum.php?id=16 - - \ No newline at end of file + + dcLatestVersions + 2022.11.20 + Jean-Christian Denis, Pierre Van Glabeke + Show the latest available versions of Dotclear + https://github.com/JcDenis/dcLatestVersions/releases/download/v2022.11.20/plugin-dcLatestVersions.zip + 2.24 + http://plugins.dotaddict.org/dc2/details/dcLatestVersions + http://forum.dotclear.org/viewforum.php?id=16 + +