diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f78038..e374811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +DotclearWatch 0.9.2 - 2023.10.14 +=========================================================== +* Require dotclear 2.28 +* Require php 8.1 +* Fix last minute update from Dtoclear 2.28 + DotclearWatch 0.9.1 - 2023.10.09 =========================================================== * Require dotclear 2.28 diff --git a/README.md b/README.md index 7ed9aee..d7d22a3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # README -[![Release](https://img.shields.io/badge/release-0.9-a2cbe9.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases) -![Date](https://img.shields.io/badge/date-2023.10.07-c44d58.svg) +[![Release](https://img.shields.io/badge/release-0.9.2-a2cbe9.svg)](https://git.dotclear.watch/dw/DotclearWatch/releases) +![Date](https://img.shields.io/badge/date-2023.10.14-c44d58.svg) [![Dotclear](https://img.shields.io/badge/dotclear-v2.28-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/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/LICENSE) @@ -29,9 +29,9 @@ in aboutConfig global parameters called DotclearWatch->hidden_modules ## REQUIREMENTS -* super admin permission to intall it * Dotclear 2.28 * PHP 8.1+ +* super admin permission to intall it ## USAGE diff --git a/_define.php b/_define.php index a514480..2dd3eee 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Dotclear Watch', 'Send report about your Dotclear', 'Jean-Christian Denis and contributors', - '0.9.1', + '0.9.2', [ 'requires' => [['core', '2.28']], 'permissions' => 'My', diff --git a/dcstore.xml b/dcstore.xml index 9851ff4..497cb7d 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Dotclear Watch - 0.9.1 + 0.9.2 Jean-Christian Denis and contributors Send report about your Dotclear - https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.9.1/plugin-DotclearWatch.zip + https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.9.2/plugin-DotclearWatch.zip 2.28 https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/README.md https://git.dotclear.watch/dw/DotclearWatch/issues diff --git a/src/Config.php b/src/Config.php index 970e52c..ff63c6c 100644 --- a/src/Config.php +++ b/src/Config.php @@ -86,7 +86,7 @@ class Config extends Process } } - App::backend()->url->redirect('admin.plugins', ['module' => My::id(), 'conf' => '1']); + App::backend()->url()->redirect('admin.plugins', ['module' => My::id(), 'conf' => '1']); return true; }