diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ece424..a526a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2023.03.24 +- require dotclear 2.25 +- use namespace + 2022.11.20 - fix compatibility with Dotclear 2.24 (required) diff --git a/README.md b/README.md index 1a5d7e0..2b15420 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![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.24-blue.svg)](https://fr.dotclear.org/download) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.25-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) @@ -19,7 +19,7 @@ Simply show visitors some statistics about current blog. _myBlogNumbers_ requires: * permissions to manage widgets - * Dotclear 2.24 + * Dotclear 2.25 ## USAGE @@ -33,7 +33,7 @@ You can add a dashboard item by enable it from your dashboard preferences. * 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) + * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/myBlogNumbers) * Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?id=40934) ## CONTRIBUTORS diff --git a/_define.php b/_define.php index 50b641d..ba2677d 100644 --- a/_define.php +++ b/_define.php @@ -18,9 +18,9 @@ $this->registerModule( 'My blog numbers', 'Show some figures of your blog', 'Jean-Christian Denis, Pierre Van Glabeke', - '2022.11.20', + '2023.03.24', [ - 'requires' => [['core', '2.24']], + 'requires' => [['core', '2.25']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_USAGE, dcAuth::PERMISSION_CONTENT_ADMIN, diff --git a/dcstore.xml b/dcstore.xml index a85dc8e..fa50bda 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,11 +2,11 @@ My blog numbers - 2022.11.20 + 2023.03.24 Jean-Christian Denis, Pierre Van Glabeke Show some figures of your blog - https://github.com/JcDenis/myBlogNumbers/releases/download/v2022.11.20/plugin-myBlogNumbers.zip - 2.24 + https://github.com/JcDenis/myBlogNumbers/releases/download/v2023.03.24/plugin-myBlogNumbers.zip + 2.25 http://plugins.dotaddict.org/dc2/details/myBlogNumbers http://forum.dotclear.org/viewtopic.php?id=40934 diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php new file mode 100644 index 0000000..87c4d4d --- /dev/null +++ b/locales/fr/main.lang.php @@ -0,0 +1,49 @@ +