release 0.2

master
Jean-Christian Paul Denis 2022-12-03 20:03:07 +01:00
parent 4963e165d4
commit 0d6c076568
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
0.2 - 2022.12.03
- Fix direct link to repository
- Add Dotclear maximum version compatibility
0.1.1 - 2022.12.03
- Required Dotclear 2.19
- First release

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Check store version',
'Check plugins and themes available version before update',
'Jean-Christian Denis and Contributors',
'0.1.2',
'0.2',
[
'requires' => [['core', '2.19']],
'permissions' => null,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="checkStoreVersion">
<name>Check store version</name>
<version>0.1.2</version>
<version>0.2</version>
<author>Jean-Christian Denis and Contributors</author>
<desc>Check plugins and themes available version before update</desc>
<file>https://github.com/JcDenis/checkStoreVersion/releases/download/v0.1.2/plugin-checkStoreVersion.zip</file>
<file>https://github.com/JcDenis/checkStoreVersion/releases/download/v0.2/plugin-checkStoreVersion.zip</file>
<da:dcmin>2.19</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/checkStoreVersion</da:details>
<da:support>https://github.com/JcDenis/checkStoreVersion</da:support>