release 0.7.2

master v0.7.2
Jean-Christian Paul Denis 2023-08-16 16:24:24 +02:00
parent 2672486b69
commit 5fa9b0bdea
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 12 additions and 3 deletions

View File

@ -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 DotclearWatch 0.7.1 - 2023.08.14
=========================================================== ===========================================================
* Require dotclear 2.27 * Require dotclear 2.27

View File

@ -14,7 +14,7 @@ $this->registerModule(
'Dotclear Watch', 'Dotclear Watch',
'Send report about your Dotclear', 'Send report about your Dotclear',
'Jean-Christian Denis and contributors', 'Jean-Christian Denis and contributors',
'0.7.1', '0.7.2',
[ [
'requires' => [ 'requires' => [
['php', '7.4'], ['php', '7.4'],

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="DotclearWatch"> <module id="DotclearWatch">
<name>Dotclear Watch</name> <name>Dotclear Watch</name>
<version>0.7.1</version> <version>0.7.2</version>
<author>Jean-Christian Denis and contributors</author> <author>Jean-Christian Denis and contributors</author>
<desc>Send report about your Dotclear</desc> <desc>Send report about your Dotclear</desc>
<file>https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.7.1/plugin-DotclearWatch.zip</file> <file>https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.7.2/plugin-DotclearWatch.zip</file>
<da:dcmin>2.27</da:dcmin> <da:dcmin>2.27</da:dcmin>
<da:details>https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/README.md</da:details> <da:details>https://git.dotclear.watch/dw/DotclearWatch/src/branch/master/README.md</da:details>
<da:support>https://git.dotclear.watch/dw/DotclearWatch/issues</da:support> <da:support>https://git.dotclear.watch/dw/DotclearWatch/issues</da:support>

View File

@ -11,6 +11,8 @@
use Dotclear\Helper\L10n; 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['Cache directory sucessfully cleared.'] = 'Répertoire de cache des rapports nettoyé.';
L10n::$locales['Settings successfully updated.'] = 'Paramètres mis à jour.'; L10n::$locales['Settings successfully updated.'] = 'Paramètres mis à jour.';
L10n::$locales['Report sent.'] = 'Rapport envoyé.'; L10n::$locales['Report sent.'] = 'Rapport envoyé.';