release 0.5
This commit is contained in:
parent
51f36fd6cc
commit
006e17f3cc
3 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,9 @@
|
|||
dev
|
||||
- [ ] add update from external repositories
|
||||
|
||||
0.5 - 2022.11.20
|
||||
- fix compatibility with Dotclear 2.24 (required)
|
||||
|
||||
0.4 - 2021.11.06
|
||||
- add colored synthax for xml content
|
||||
- display checked url on ui
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[![Release](https://img.shields.io/github/v/release/JcDenis/tweakStores)](https://github.com/JcDenis/tweakStores/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/tweakStores)](https://github.com/JcDenis/tweakStores/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/tweakStores)](https://github.com/JcDenis/tweakStores/issues)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/tweakStores)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/tweakStores)](https://github.com/JcDenis/tweakStores/blob/master/LICENSE)
|
||||
|
||||
|
@ -19,7 +19,7 @@ It helps devs to manage dcstore.xml file.
|
|||
_tweakStores_ requires:
|
||||
|
||||
* superadmin permissions
|
||||
* Dotclear 2.19
|
||||
* Dotclear 2.24
|
||||
|
||||
## USAGE
|
||||
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="tweakStores">
|
||||
<name>Tweak stores</name>
|
||||
<version>0.4</version>
|
||||
<version>0.5</version>
|
||||
<author>Jean-Christian Denis and Contributors</author>
|
||||
<desc>Helper to manage external repositories</desc>
|
||||
<file>https://github.com/JcDenis/tweakStores/releases/download/v0.4/plugin-tweakStores.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<file>https://github.com/JcDenis/tweakStores/releases/download/v0.5/plugin-tweakStores.zip</file>
|
||||
<da:dcmin>2.24</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/tweakStores</da:details>
|
||||
<da:support>https://github.com/JcDenis/tweakStores</da:support>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue