From 37b55a0229ee61af240ecddcca0ec7b0bbc712f5 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Fri, 17 Sep 2021 00:20:50 +0200 Subject: [PATCH] release 2021.09.17 --- README.md | 18 ++++++++++++++---- _define.php | 4 ++-- dcstore.xml | 6 +++--- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ed40a0e..1035929 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # README +[![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.20-dev-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) + ## WHAT IS LASTBLOGUPDATE ? "last blog update" is a plugin for the open-source @@ -12,7 +19,7 @@ Simply show visitors last update of posts, comments, etc of your blog. lastBlogUpdate requires: * permissions to manage widgets - * Dotclear 2.6 + * Dotclear 2.19 ## USAGE @@ -21,13 +28,16 @@ Dotaddict repository. (See Dotclear's documentation to know how do this) Add and configure "Last blog update" from widgets manager. -## MORE +## LINKS - * License : GNU GPL v2 + * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) * Source & contribution : [GitHub Page](https://github.com/JcDenis/lastBlogUpdate) * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/lastBlogUpdate) + * Discuss and help : [Dotclear Forum](ttp://forum.dotclear.org/viewtopic.php?pid=332950#p332950) ## CONTRIBUTORS * Jean-Chirstian Denis - * Pierre Van Glabeke \ No newline at end of file + * Pierre Van Glabeke + + You are welcome to contribute to this code. \ No newline at end of file diff --git a/_define.php b/_define.php index 52711cf..0c6da06 100644 --- a/_define.php +++ b/_define.php @@ -16,10 +16,10 @@ if (!defined('DC_RC_PATH')) { } $this->registerModule( - 'lastBlogUpdate', + 'Last blog update', 'Show the dates of last updates of your blog in a widget', 'Jean-Christian Denis, Pierre Van Glabeke', - '2021.08.27.1', + '2021.09.17', [ 'permissions' => 'usage,contentadmin', 'type' => 'plugin', diff --git a/dcstore.xml b/dcstore.xml index c4d3bcd..63bd1f4 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,10 +1,10 @@ -lastBlogUpdate -2021.08.27.1 +Last blog update +2021.09.17 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/v2021.08.27.1/plugin-lastBlogUpdate.zip +https://github.com/JcDenis/lastBlogUpdate/releases/download/v2021.09.17/plugin-lastBlogUpdate.zip 2.19 http://plugins.dotaddict.org/dc2/details/lastBlogUpdate http://forum.dotclear.org/viewtopic.php?pid=332950#p332950