release 06.1
This commit is contained in:
parent
f6e93f6589
commit
cdb7cfa65b
3 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
dev
|
dev
|
||||||
- [ ] add update from external repositories
|
- [ ] add update from external repositories
|
||||||
|
|
||||||
|
0.6.1 - 2023.01.07
|
||||||
|
- fix previously introduced unix bug
|
||||||
|
|
||||||
0.6 - 2023.01.06
|
0.6 - 2023.01.06
|
||||||
- use namespace
|
- use namespace
|
||||||
- use abstract plugin id
|
- use abstract plugin id
|
||||||
|
|
|
@ -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.6',
|
'0.6.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.24']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
|
|
@ -2,10 +2,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.6</version>
|
<version>0.6.1</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.6/plugin-tweakStores.zip</file>
|
<file>https://github.com/JcDenis/tweakStores/releases/download/v0.6.1/plugin-tweakStores.zip</file>
|
||||||
<da:dcmin>2.24</da:dcmin>
|
<da:dcmin>2.24</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>
|
||||||
|
|
Loading…
Reference in a new issue