diff --git a/CHANGELOG.md b/CHANGELOG.md index b743b6c..95e6a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,56 @@ -2023.04.22 -- require dotclear 2.26 -- use latest helper namespace -- fix plural translations -- fix nullsafe warnings +myBlogNumbers 2023.08.13 +=========================================================== +* Require Dotclear 2.27 +* Require PHP 7.4 +* Upgrade to Dotclear 2.27 +* Move third party repository +* Use Dotclear style for CHANGELOG -2023.03.24 -- require dotclear 2.25 -- use namespace +myBlogNumbers 2023.04.22 +=========================================================== +* require dotclear 2.26 +* use latest helper namespace +* fix plural translations +* fix nullsafe warnings -2022.11.20 -- fix compatibility with Dotclear 2.24 (required) +myBlogNumbers 2023.03.24 +=========================================================== +* require dotclear 2.25 +* use namespace -2021.08.27 -- cleanup (PSR2, short array, ...) -- enhance widget style -- update license +myBlogNumbers 2022.11.20 +=========================================================== +* fix compatibility with Dotclear 2.24 (required) -2015.04.23 - Pierre Van Glabeke -- modif url support +myBlogNumbers 2021.08.27 +=========================================================== +* cleanup (PSR2, short array, ...) +* enhance widget style +* update license -2015.01.20 - Pierre Van Glabeke -- Ajout hors ligne dans widget (dc2.7) -- Corrections typo +myBlogNumbers 2015.04.23 - Pierre Van Glabeke +=========================================================== +* modif url support -2013.11.12 -- Use plural form -- Add options to widgets +myBlogNumbers 2015.01.20 - Pierre Van Glabeke +=========================================================== +* Ajout hors ligne dans widget (dc2.7) +* Corrections typo -2013.06.29 -- Used new 'homeonly' option -- Fixed text for 0 count +myBlogNumbers 2013.11.12 +=========================================================== +* Use plural form +* Add options to widgets -0.2 - 2010-06-05 -- Switched to DC 2.2 +myBlogNumbers 2013.06.29 +=========================================================== +* Used new 'homeonly' option +* Fixed text for 0 count -0.1 - 2009-10-16 -- First lab release \ No newline at end of file +myBlogNumbers 0.2 - 2010-06-05 +=========================================================== +* Switched to DC 2.2 + +myBlogNumbers 0.1 - 2009-10-16 +=========================================================== +* First lab release \ No newline at end of file diff --git a/README.md b/README.md index fbad293..1d68a4d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # README -[![Release](https://img.shields.io/github/v/release/JcDenis/myBlogNumbers)](https://github.com/JcDenis/myBlogNumbers/releases) -[![Date](https://img.shields.io/github/release-date/JcDenis/myBlogNumbers)](https://github.com/JcDenis/myBlogNumbers/releases) -[![Issues](https://img.shields.io/github/issues/JcDenis/myBlogNumbers)](https://github.com/JcDenis/myBlogNumbers/issues) -[![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/myBlogNumbers) -[![License](https://img.shields.io/github/license/JcDenis/myBlogNumbers)](https://github.com/JcDenis/myBlogNumbers/blob/master/LICENSE) +[![Release](https://img.shields.io/badge/release-2023.08.13-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/myBlogNumber/releases) +[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/myBlogNumber/releases) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download) +[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/myBlogNumber) +[![License](https://img.shields.io/github/license/JcDenis/myBlogNumber)](https://git.dotclear.watch/JcDenis/myBlogNumber/blob/master/LICENSE) ## WHAT IS MYBLOGNUMBERS ? @@ -16,10 +15,11 @@ Simply show visitors some statistics about current blog. ## REQUIREMENTS - _myBlogNumbers_ requires: +_myBlogNumbers_ requires: - * permissions to manage widgets - * Dotclear 2.26 +* permissions to manage widgets +* Dotclear 2.27 +* PHP 7.4+ ## USAGE @@ -31,14 +31,14 @@ You can add a dashboard item by enable it from your dashboard preferences. ## LINKS - * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) - * Source & contribution : [GitHub Page](https://github.com/JcDenis/myBlogNumbers) - * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/myBlogNumbers) - * Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?id=40934) +* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) +* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/myBlogNumber) or [GitHub Page](https://github.com/JcDenis/myBlogNumber) +* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/myBlogNumber/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/myBlogNumber) +* Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?id=40934) ## CONTRIBUTORS - * Jean-Christian Denis - * Pierre Van Glabeke +* Jean-Christian Denis +* Pierre Van Glabeke - You are welcome to contribute to this code. \ No newline at end of file +You are welcome to contribute to this code. diff --git a/_define.php b/_define.php index 9038ffc..d7cc27b 100644 --- a/_define.php +++ b/_define.php @@ -18,16 +18,16 @@ $this->registerModule( 'My blog numbers', 'Show some figures of your blog', 'Jean-Christian Denis, Pierre Van Glabeke', - '2023.04.22', + '2023.08.13', [ - 'requires' => [['core', '2.26']], + 'requires' => [['core', '2.27']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_USAGE, dcAuth::PERMISSION_CONTENT_ADMIN, ]), 'type' => 'plugin', - 'support' => 'http://forum.dotclear.org/viewtopic.php?id=40934', - 'details' => 'http://plugins.dotaddict.org/dc2/details/myBlogNumbers', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/myBlogNumbers/master/dcstore.xml', + 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues', + 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md', + 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index 5de1b2e..4430827 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ My blog numbers - 2023.04.22 + 2023.08.13 Jean-Christian Denis, Pierre Van Glabeke Show some figures of your blog - https://github.com/JcDenis/myBlogNumbers/releases/download/v2023.04.22/plugin-myBlogNumbers.zip - 2.26 - http://plugins.dotaddict.org/dc2/details/myBlogNumbers - http://forum.dotclear.org/viewtopic.php?id=40934 + https://git.dotclear.watch/JcDenis/myBlogNumbers/releases/download/v2023.08.13/plugin-myBlogNumbers.zip + 2.27 + https://git.dotclear.watch/JcDenis/myBlogNumbers/src/branch/master/README.md + https://git.dotclear.watch/JcDenis/myBlogNumbers/issues