release 0.2 - 2021.09.28

master
Jean-Christian Paul Denis 2021-09-28 00:51:44 +02:00
parent 32dee637a0
commit 04b2980d82
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 11 additions and 6 deletions

View File

@ -1,13 +1,18 @@
tweakStore 0.x.x 0.2.x
- add update from external repositories - add update from external repositories
- fix permissions - fix permissions
tweakStores 0.0.x - 2021.08.xx 0.2.0 - 2021.09.28
- use xmlTag() to manage file content
- fix module name
- enhance user interface
0.1.0 - 2021.08.27
- add write dcstore.xml for modules tab - add write dcstore.xml for modules tab
- add themes tab - add themes tab
- fix translation - fix translation
tweakStores 0.0.2 - 2021.08.26 0.0.2 - 2021.08.26
- initial commit - initial commit
- add config page - add config page
- add plugins tab - add plugins tab

View File

@ -19,7 +19,7 @@ $this->registerModule(
'Tweak stores', 'Tweak stores',
'Helper to manage external repositories', 'Helper to manage external repositories',
'Jean-Christian Denis and Contributors', 'Jean-Christian Denis and Contributors',
'0.1.0', '0.2.0',
[ [
'requires' => [['core', '2.19']], 'requires' => [['core', '2.19']],
'permissions' => null, 'permissions' => null,

View File

@ -1,10 +1,10 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="tweakStores"> <module id="tweakStores">
<name>Tweak stores</name> <name>Tweak stores</name>
<version>0.1.0</version> <version>0.2.0</version>
<author>Jean-Christian Denis and Contributors</author> <author>Jean-Christian Denis and Contributors</author>
<desc>Helper to manage external repositories</desc> <desc>Helper to manage external repositories</desc>
<file>https://github.com/JcDenis/tweakStores/releases/download/v0.1.0/plugin-tweakStores.zip</file> <file>https://github.com/JcDenis/tweakStores/releases/download/v0.2.0/plugin-tweakStores.zip</file>
<da:dcmin>2.19</da:dcmin> <da:dcmin>2.19</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/tweakStores</da:details> <da:details>https://plugins.dotaddict.org/dc2/details/tweakStores</da:details>
<da:support>https://github.com/JcDenis/tweakStores</da:support> <da:support>https://github.com/JcDenis/tweakStores</da:support>