diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a82f4..dde7d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ todo: - cleanup plugin importExport features +2023.05.13 +- require dotclear 2.26 +- require PHP 8.0+ +- use define php_min +- fix post editor + 2023.04.26 - require dotclear 2.26 - require PHP 8.0+ diff --git a/_define.php b/_define.php index fb5a767..c84fdc8 100644 --- a/_define.php +++ b/_define.php @@ -18,9 +18,9 @@ $this->registerModule( 'Post widget text', 'Add a widget with a text related to an entry', 'Jean-Christian Denis and Contributors', - '2023.04.25', + '2023.05.13', [ - 'requires' => [ + 'requires' => [ ['php', '8.0'], ['core', '2.26'], ], diff --git a/dcstore.xml b/dcstore.xml index f0bce21..99e5596 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Post widget text - 2023.04.25 + 2023.05.13 Jean-Christian Denis and Contributors Add a widget with a text related to an entry - https://github.com/JcDenis/postWidgetText/releases/download/v2023.04.25/plugin-postWidgetText.zip + https://github.com/JcDenis/postWidgetText/releases/download/v2023.05.13/plugin-postWidgetText.zip 2.26 https://plugins.dotaddict.org/dc2/details/postWidgetText https://github.com/JcDenis/postWidgetText