diff --git a/CHANGELOG.md b/CHANGELOG.md index 5afb083..1c3dbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2023.03.2025 +- 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 18f8cd0..b4ea5d5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release](https://img.shields.io/github/v/release/JcDenis/lastBlogUpdate)](https://github.com/JcDenis/lastBlogUpdate/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/lastBlogUpdate)](https://github.com/JcDenis/lastBlogUpdate/releases) [![Issues](https://img.shields.io/github/issues/JcDenis/lastBlogUpdate)](https://github.com/JcDenis/lastBlogUpdate/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/lastBlogUpdate) [![License](https://img.shields.io/github/license/JcDenis/lastBlogUpdate)](https://github.com/JcDenis/lastBlogUpdate/blob/master/LICENSE) @@ -19,7 +19,7 @@ Simply show visitors last update of posts, comments, etc of your blog. **lastBlogUpdate** requires: * permissions to manage widgets - * Dotclear 2.24 + * Dotclear 2.26 ## USAGE diff --git a/_define.php b/_define.php index 95b2ed5..a338288 100644 --- a/_define.php +++ b/_define.php @@ -18,9 +18,9 @@ $this->registerModule( 'Last blog update', 'Show the dates of last updates of your blog in a widget', 'Jean-Christian Denis, Pierre Van Glabeke', - '2022.11.20', + '2023.03.25', [ - 'requires' => [['core', '2.24']], + 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_USAGE, dcAuth::PERMISSION_CONTENT_ADMIN, diff --git a/dcstore.xml b/dcstore.xml index e4dd1cf..669cb75 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,11 +2,11 @@ Last blog update - 2022.11.20 + 2023.03.25 Jean-Christian Denis, Pierre Van Glabeke Show the dates of last updates of your blog in a widget - https://github.com/JcDenis/lastBlogUpdate/releases/download/v2022.11.20/plugin-lastBlogUpdate.zip - 2.24 + https://github.com/JcDenis/lastBlogUpdate/releases/download/v2023.03.25/plugin-lastBlogUpdate.zip + 2.26 http://plugins.dotaddict.org/dc2/details/lastBlogUpdate http://forum.dotclear.org/viewtopic.php?pid=332950#p332950 diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php new file mode 100644 index 0000000..e42d7e9 --- /dev/null +++ b/locales/fr/main.lang.php @@ -0,0 +1,30 @@ +