Compare commits

..

No commits in common. "f406831b7ff022071ff293239178b61981a7c121" and "c3adc7123b6cbda44c6f5aa245d0d1c8bfcb468c" have entirely different histories.

5 changed files with 8 additions and 15 deletions

View File

@ -1,10 +1,3 @@
DotclearWatch 0.7.1 - 2023.08.14
===========================================================
* Require dotclear 2.27
* Require php 7.4
* Fix help URLs, fix #2
* Fix server public URL
DotclearWatch 0.7 - 2023.08.12 DotclearWatch 0.7 - 2023.08.12
=========================================================== ===========================================================
* require dotclear 2.27 * require dotclear 2.27

View File

@ -12,7 +12,7 @@
web publishing software called Dotclear. web publishing software called Dotclear.
It tracks Dotclear's installation to get stats about it. It tracks Dotclear's installation to get stats about it.
Default statistics server is located at https://stat.dotclear.watch Default statistics server is located at https://dotclear.watch/statistics
What's being track : What's being track :
* Dotclear version, * Dotclear version,

View File

@ -14,15 +14,15 @@ $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',
[ [
'requires' => [ 'requires' => [
['php', '7.4'], ['php', '7.4'],
['core', '2.27'], ['core', '2.27'],
], ],
'type' => 'plugin', 'type' => 'plugin',
'support' => 'https://git.dotclear.watch/dw/' . basename(__DIR__) . '/issues', 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://git.dotclear.watch/dw/' . basename(__DIR__) . '/src/branch/master/README.md', 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://git.dotclear.watch/dw/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
] ]
); );

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</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/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

@ -48,7 +48,7 @@ class Utils
if (My::settings()->getGlobal('distant_api_url')) { if (My::settings()->getGlobal('distant_api_url')) {
echo sprintf( echo sprintf(
'<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>', '<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>',
'https://stat.dotclear.watch', 'https://statistics.dotclear.watch',
__('DotclearWatch plugin statistics'), __('DotclearWatch plugin statistics'),
__('Tracked by dotclear.watch'), __('Tracked by dotclear.watch'),
My::fileURL('icon.svg') My::fileURL('icon.svg')