release 0.3.0

master
Jean-Christian Paul Denis 2021-11-05 00:47:45 +01:00
parent eed3736534
commit 81c6cee481
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,10 @@
0.2.x dev
- add update from external repositories - [ ] add update from external repositories
0.3.0 - 2021.11.05
- fix permissions - fix permissions
- add copy to clipboard button - add copy to clipboard button
- add check third party repository
0.2.0 - 2021.09.28 0.2.0 - 2021.09.28
- use xmlTag() to manage file content - use xmlTag() to manage file content

View File

@ -18,7 +18,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.2.0', '0.3.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.2.0</version> <version>0.3.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.2.0/plugin-tweakStores.zip</file> <file>https://github.com/JcDenis/tweakStores/releases/download/v0.3.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>