release 0.7.1
This commit is contained in:
parent
68e87ed8e2
commit
f406831b7f
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
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
|
||||
===========================================================
|
||||
* require dotclear 2.27
|
||||
|
|
|
@ -14,7 +14,7 @@ $this->registerModule(
|
|||
'Dotclear Watch',
|
||||
'Send report about your Dotclear',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'0.7',
|
||||
'0.7.1',
|
||||
[
|
||||
'requires' => [
|
||||
['php', '7.4'],
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="DotclearWatch">
|
||||
<name>Dotclear Watch</name>
|
||||
<version>0.7</version>
|
||||
<version>0.7.1</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<desc>Send report about your Dotclear</desc>
|
||||
<file>https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.7/plugin-DotclearWatch.zip</file>
|
||||
<file>https://git.dotclear.watch/dw/DotclearWatch/releases/download/v0.7.1/plugin-DotclearWatch.zip</file>
|
||||
<da:dcmin>2.27</da:dcmin>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue