diff --git a/CHANGELOG.md b/CHANGELOG.md index c07c870..768b134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +DotclearWatch 0.7.2 - 2023.08.16 +=========================================================== +* Require dotclear 2.27 +* Require php 7.4 +* Fix unset user prefs +* Change page footer + DotclearWatch 0.7.1 - 2023.08.14 =========================================================== * Require dotclear 2.27 diff --git a/_define.php b/_define.php index 9b068ac..9d134de 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.7.1', + '0.7.2', [ 'requires' => [ ['php', '7.4'], diff --git a/dcstore.xml b/dcstore.xml index b143e27..42e481a 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Dotclear Watch - 0.7.1 + 0.7.2 Jean-Christian Denis and contributors Send report about your Dotclear - https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.7.1/plugin-DotclearWatch.zip + https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.7.2/plugin-DotclearWatch.zip 2.27 https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/README.md https://git.dotclear.watch/dw/DotclearWatch/issues diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index fe90a0e..35669b3 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -11,6 +11,8 @@ use Dotclear\Helper\L10n; +L10n::$locales['Uses DotclearWatch plugin statistics'] = 'Utilise le plugin de statistiques DotclearWatch'; +L10n::$locales['Shared statistics'] = 'Statistiques partagées'; L10n::$locales['Cache directory sucessfully cleared.'] = 'Répertoire de cache des rapports nettoyé.'; L10n::$locales['Settings successfully updated.'] = 'Paramètres mis à jour.'; L10n::$locales['Report sent.'] = 'Rapport envoyé.';