From 9d05c543ac4279ca19a54011330cb51f65fa9698 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 23 Apr 2023 11:06:36 +0200 Subject: [PATCH] release 1.3 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- _define.php | 2 +- dcstore.xml | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd8895..733926a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.3 - 2023.04.23 +- require dotclear 2.26 +- require PHP 8.1+ +- use latest dotclear namespace +- fix translation +- fix nullsafe warnings +- add code inline doc + 1.2.2 - 2023.04.06 - fix pager and count (require dc 2.26 nightly) - fix empty submit diff --git a/README.md b/README.md index aec66a8..ac51625 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Display dotclear's logs. _dcLog_ requires: - * PHP >= 8.1 + * PHP 8.1+ * Dotclear 2.26 * super admin permission diff --git a/_define.php b/_define.php index 62f5a87..5baf29d 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( "Dotclear's logs", 'Displays Dotclear logs', 'Tomtom and Contributors', - '1.2.2', + '1.3', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 796632c..6f28c0e 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Dotclear's logs - 1.2.2 + 1.3 Tomtom and Contributors Displays Dotclear logs - https://github.com/JcDenis/dcLog/releases/download/v1.2.2/plugin-dcLog.zip + https://github.com/JcDenis/dcLog/releases/download/v1.3/plugin-dcLog.zip 2.26 https://plugins.dotaddict.org/dc2/details/dcLog https://github.com/JcDenis/dcLog