release 0.3.1
This commit is contained in:
parent
99bd51e7b0
commit
42fcd1d204
@ -1,3 +1,8 @@
|
|||||||
|
0.3.1 - 2003.03.19
|
||||||
|
- fix init check
|
||||||
|
- fix missing closing div
|
||||||
|
- fix tab methods names
|
||||||
|
|
||||||
0.3 - 2023.03.11
|
0.3 - 2023.03.11
|
||||||
- required Dotclear 2.25, up to 2.25.3
|
- required Dotclear 2.25, up to 2.25.3
|
||||||
- use php namespace
|
- use php namespace
|
||||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'Check store version',
|
'Check store version',
|
||||||
'Check plugins and themes available version before update',
|
'Check plugins and themes available version before update',
|
||||||
'Jean-Christian Denis and Contributors',
|
'Jean-Christian Denis and Contributors',
|
||||||
'0.3',
|
'0.3.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.25']],
|
'requires' => [['core', '2.25']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="checkStoreVersion">
|
<module id="checkStoreVersion">
|
||||||
<name>Check store version</name>
|
<name>Check store version</name>
|
||||||
<version>0.3</version>
|
<version>0.3.1</version>
|
||||||
<author>Jean-Christian Denis and Contributors</author>
|
<author>Jean-Christian Denis and Contributors</author>
|
||||||
<desc>Check plugins and themes available version before update</desc>
|
<desc>Check plugins and themes available version before update</desc>
|
||||||
<file>https://github.com/JcDenis/checkStoreVersion/releases/download/v0.3/plugin-checkStoreVersion.zip</file>
|
<file>https://github.com/JcDenis/checkStoreVersion/releases/download/v0.3.1/plugin-checkStoreVersion.zip</file>
|
||||||
<da:dcmin>2.25</da:dcmin>
|
<da:dcmin>2.25</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/checkStoreVersion</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/checkStoreVersion</da:details>
|
||||||
<da:support>https://github.com/JcDenis/checkStoreVersion</da:support>
|
<da:support>https://github.com/JcDenis/checkStoreVersion</da:support>
|
||||||
|
Loading…
Reference in New Issue
Block a user