From 18311b998546f5b0599ca432958491e3fa7b3120 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 25 Mar 2023 21:20:51 +0100 Subject: [PATCH] release 2023.03.25 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- _define.php | 12 ++++++------ dcstore.xml | 6 +++--- locales/fr/main.lang.php | 26 ++++++++++++++++++++++++++ 5 files changed, 41 insertions(+), 11 deletions(-) create mode 100644 locales/fr/main.lang.php diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb873f..ede70b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2023.03.25 +- require dotclear 2.26 +- use namespace + 2022.11.20 - fix compatibility with Dotclear 2.24 (required) diff --git a/README.md b/README.md index 71c5f6f..4f03d99 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release](https://img.shields.io/github/v/release/JcDenis/lastpostsExtend)](https://github.com/JcDenis/lastpostsExtend/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/lastpostsExtend)](https://github.com/JcDenis/lastpostsExtend/releases) [![Issues](https://img.shields.io/github/issues/JcDenis/lastpostsExtend)](https://github.com/JcDenis/lastpostsExtend/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/lastpostsExtend) [![License](https://img.shields.io/github/license/JcDenis/lastpostsExtend)](https://github.com/JcDenis/lastpostsExtend/blob/master/LICENSE) @@ -19,7 +19,7 @@ Like widget lastposts but with more options. lastpostsExtend requires: * permissions to manage widgets - * Dotclear 2.24 + * Dotclear 2.26 ## USAGE diff --git a/_define.php b/_define.php index 8616a41..82caea8 100644 --- a/_define.php +++ b/_define.php @@ -18,15 +18,15 @@ $this->registerModule( 'Last entries (Extended)', 'Extended list of entries', 'Jean-Christian Denis and contributors', - '2022.11.20', + '2023.03.25', [ - 'requires' => [['core', '2.24']], + 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_ADMIN, ]), - 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/lastpostsExtend', - 'details' => 'http://plugins.dotaddict.org/dc2/details/lastpostsExtend', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/lastpostsExtend/master/repository.xml', + 'type' => 'plugin', + 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), + 'details' => 'http://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), + 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/repository.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index 57fb78e..8cbd629 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,11 +2,11 @@ Last entries (Extended) - 2022.11.20 + 2023.03.25 Jean-Christian Denis and contributors Extended list of entries - https://github.com/JcDenis/lastpostsExtend/releases/download/v2022.11.20/plugin-lastpostsExtend.zip - 2.24 + https://github.com/JcDenis/lastpostsExtend/releases/download/v2023.03.25/plugin-lastpostsExtend.zip + 2.26 http://plugins.dotaddict.org/dc2/details/lastpostsExtend https://github.com/JcDenis/lastpostsExtend diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php new file mode 100644 index 0000000..2429c9c --- /dev/null +++ b/locales/fr/main.lang.php @@ -0,0 +1,26 @@ +