diff --git a/CHANGELOG.md b/CHANGELOG.md index 146dce0..64dfdc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ dev - [ ] help translation - [ ] source translation - [ ] fix third-party API (temp removed) +- [ ] fix multiline translations + +2023.05.13 +- require dotclear 2.26 +- require php 8.1+ +- use define php_min +- fix settings 2023.04.23 - require dotclear 2.26 diff --git a/_define.php b/_define.php index c77bf43..f978262 100644 --- a/_define.php +++ b/_define.php @@ -18,9 +18,9 @@ $this->registerModule( 'Translater', 'Translate your Dotclear plugins and themes', 'Jean-Christian Denis & contributors', - '2023.04.23', + '2023.05.13', [ - 'requires' => [ + 'requires' => [ ['php', '8.1'], ['core', '2.26'], ], diff --git a/dcstore.xml b/dcstore.xml index 5302819..a30cfeb 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Translater - 2023.04.23 + 2023.05.13 Jean-Christian Denis & contributors Translate your Dotclear plugins and themes - https://github.com/JcDenis/translater/releases/download/v2023.04.23/plugin-translater.zip + https://github.com/JcDenis/translater/releases/download/v2023.05.13/plugin-translater.zip 2.26 https://plugins.dotaddict.org/dc2/details/translater http://forum.dotclear.org/viewtopic.php?id=39220