diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbc249..b77b908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +DotclearWatch 0.7 - 2023.08.12 +=========================================================== +* require dotclear 2.27 +* require php 7.4 +* Use asynchronous report sending +* Use HttpClient first to send report + DotclearWatch 0.6 - 2023.08.09 =========================================================== * require dotclear 2.27 diff --git a/README.md b/README.md index 80a5996..d95a15b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # README -[![Release](https://img.shields.io/badge/release-0.6-a2cbe9.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases) -[![Date](https://img.shields.io/badge/date-2023.08.09-c44d58.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases) +[![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) [![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) diff --git a/_define.php b/_define.php index f7904a3..e6c15ea 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.6', + '0.7', [ 'requires' => [ ['php', '7.4'], diff --git a/dcstore.xml b/dcstore.xml index 6ea45a4..5c651fe 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ Dotclear Watch - 0.6 + 0.7 Jean-Christian Denis and contributors Send report about your Dotclear - https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.6/plugin-DotclearWatch.zip + https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.7/plugin-DotclearWatch.zip 2.27 - http://plugins.dotaddict.org/dc2/details/DotclearWatch + https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/README.md https://git.dotclear.watch/dw/DotclearWatch/issues