From 80b0032e2b148a0a3005cd5c129077d43485e1cf Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 26 Aug 2023 17:56:23 +0200 Subject: [PATCH] release 0.7.3 --- CHANGELOG.md | 7 +++++++ README.md | 23 +++++++++++------------ _define.php | 2 +- dcstore.xml | 4 ++-- src/Utils.php | 1 - 5 files changed, 21 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 768b134..f35a95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +DotclearWatch 0.7.2 - 2023.08.26 +=========================================================== +* Require dotclear 2.27 +* Require php 7.4 +* fix type hint +* fix README + DotclearWatch 0.7.2 - 2023.08.16 =========================================================== * Require dotclear 2.27 diff --git a/README.md b/README.md index 42e4c13..0a1d1a1 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # README -[![Release](https://img.shields.io/badge/release-0.7-a2cbe9.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases) -[![Date](https://img.shields.io/badge/date-2023.08.12-c44d58.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases) +[![Release](https://img.shields.io/badge/release-0.7.3-a2cbe9.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases) +![Date](https://img.shields.io/badge/date-2023.08.26-c44d58.svg)] [![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/DotclearWatch) -[![License](https://img.shields.io/github/license/JcDenis/DotclearWatch)](https://git.dotclear.watch/dw/DotclearWatch/blob/master/LICENSE) +[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/LICENSE) -## WHAT IS DOTCLEARWATCH ? +## ABOUT -"dotclear watch" is a plugin for the open-source -web publishing software called Dotclear. +_dotclear watch_ is a plugin for the open-source web publishing software called [Dotclear](https://www.dotclear.org). + +> Send report about your Dotclear It tracks Dotclear's installation to get stats about it. Default statistics server is located at https://stat.dotclear.watch @@ -28,8 +29,6 @@ in aboutConfig global parameters called DotclearWatch->hidden_modules ## REQUIREMENTS -DotclearWatch requires: - * super admin permission to intall it * Dotclear 2.27 * PHP 7.4+ @@ -43,10 +42,10 @@ To disable sending stats, just deactivate or uninstall this plugin. ## LINKS -* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) -* Source & contributions : [Gitea Page](https://git.dotclear.watch/dw/DotclearWatch) or [GitHub Page](https://github.com/JcDenis/DotclearWatch) -* Packages & details : [Gitea Page](https://git.dotclear.watch/dw/DotclearWatch/releases) or[Dotaddict Page](https://plugins.dotaddict.org/dc2/details/DotclearWatch) -* Discussion & Help : [Gitea Page](https://github.com/dw/DotclearWatch/issues) +* [License](https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/LICENSE) +* [Packages & details](https://git.dotclear.watch/dw/DotclearWatch/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/DotclearWatch)) +* [Sources & contributions](https://git.dotclear.watch/dw/DotclearWatch) (or on [GitHub](https://github.com/JcDenis/DotclearWatch)) +* [Issues & security](https://git.dotclear.watch/dw/DotclearWatch/issues) (or on [GitHub](https://github.com/JcDenis/DotclearWatch/issues)) ## CONTRIBUTORS diff --git a/_define.php b/_define.php index 9d134de..45d5b47 100644 --- a/_define.php +++ b/_define.php @@ -14,7 +14,7 @@ $this->registerModule( 'Dotclear Watch', 'Send report about your Dotclear', 'Jean-Christian Denis and contributors', - '0.7.2', + '0.7.3', [ 'requires' => [ ['php', '7.4'], diff --git a/dcstore.xml b/dcstore.xml index 42e481a..1efb0d3 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Dotclear Watch - 0.7.2 + 0.7.3 Jean-Christian Denis and contributors Send report about your Dotclear - https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.7.2/plugin-DotclearWatch.zip + https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.7.3/plugin-DotclearWatch.zip 2.27 https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/README.md https://git.dotclear.watch/dw/DotclearWatch/issues diff --git a/src/Utils.php b/src/Utils.php index 53f49ae..2ff70f2 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -19,7 +19,6 @@ use dcLog; use dcModuleDefine; use dcThemes; use Dotclear\Helper\Crypt; -use Dotclear\Helper\Date; use Dotclear\Helper\Network\HttpClient; use Exception;