release 0.3.1
This commit is contained in:
parent
8984f759ed
commit
5825212e07
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
dev
|
||||
- [ ] add update from external repositories
|
||||
|
||||
0.3.0 - 2021.11.05
|
||||
0.3.1 - 2021.11.05
|
||||
- fix permissions
|
||||
- add copy to clipboard button
|
||||
- add check third party repository
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'Tweak stores',
|
||||
'Helper to manage external repositories',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'0.3.0',
|
||||
'0.3.1',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => null,
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="tweakStores">
|
||||
<name>Tweak stores</name>
|
||||
<version>0.3.0</version>
|
||||
<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.0/plugin-tweakStores.zip</file>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue