release 0.4
This commit is contained in:
parent
008d347893
commit
44ca9bacb6
3 changed files with 17 additions and 12 deletions
|
@ -1,6 +1,10 @@
|
|||
dev
|
||||
- [ ] add update from external repositories
|
||||
|
||||
0.4 - 2021.11.06
|
||||
- add colored synthax for xml content
|
||||
- display checked url on ui
|
||||
|
||||
0.3.1 - 2021.11.05
|
||||
- fix permissions
|
||||
- add copy to clipboard button
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'Tweak stores',
|
||||
'Helper to manage external repositories',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'0.3.1',
|
||||
'0.4',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => null,
|
||||
|
|
21
dcstore.xml
21
dcstore.xml
|
@ -1,12 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="tweakStores">
|
||||
<name>Tweak stores</name>
|
||||
<version>0.3.1</version>
|
||||
<author>Jean-Christian Denis and Contributors</author>
|
||||
<desc>Helper to manage external repositories</desc>
|
||||
<file>https://github.com/JcDenis/tweakStores/releases/download/v0.3.1/plugin-tweakStores.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/tweakStores</da:details>
|
||||
<da:support>https://github.com/JcDenis/tweakStores</da:support>
|
||||
</module>
|
||||
<module id="tweakStores">
|
||||
<name>Tweak stores</name>
|
||||
<version>0.4</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>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/tweakStores</da:details>
|
||||
<da:support>https://github.com/JcDenis/tweakStores</da:support>
|
||||
</module>
|
||||
</modules>
|
Loading…
Reference in a new issue