release 0.8
This commit is contained in:
parent
c28d1e679a
commit
6f8969f9d4
4 changed files with 12 additions and 6 deletions
|
@ -1,8 +1,15 @@
|
|||
dev
|
||||
- [ ] add update from external repositories
|
||||
|
||||
0.7.1 - 2023.04.24
|
||||
0.8 - 2023.04.29
|
||||
- require Dotclear 2.26
|
||||
- require PHP 8.1+
|
||||
- add js code to for forms submits
|
||||
- move settings to modules tab
|
||||
- fix settings and remove 'active' setting
|
||||
- use only one modules list for all actions
|
||||
|
||||
0.7.1 - 2023.04.24
|
||||
- require Dotclear 2.26
|
||||
- use latest dotclear namespace
|
||||
- fix nullsafe warnings
|
||||
|
|
|
@ -20,7 +20,7 @@ It helps devs to manage dcstore.xml file.
|
|||
|
||||
* superadmin permissions
|
||||
* Dotclear 2.26
|
||||
* PHP >= 8.1
|
||||
* PHP 8.1+
|
||||
|
||||
## USAGE
|
||||
|
||||
|
@ -28,7 +28,6 @@ First install _tweakStores_, manualy from a zip package or from
|
|||
Dotaddict repository. (See Dotclear's documentation to know how do this)
|
||||
|
||||
Manage plugins/themes dcstore.xml file from tab "store tools" on plugins/themes page.
|
||||
Manage settings from plugins configuration page.
|
||||
_tweakStores_ can interact with plugin pacKman to create .xml file at
|
||||
package creation.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'Tweak stores',
|
||||
'Helper to manage external repositories',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'0.7.1',
|
||||
'0.8',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => null,
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="tweakStores">
|
||||
<name>Tweak stores</name>
|
||||
<version>0.7.1</version>
|
||||
<version>0.8</version>
|
||||
<author>Jean-Christian Denis and Contributors</author>
|
||||
<desc>Helper to manage external repositories</desc>
|
||||
<file>https://github.com/JcDenis/tweakStores/releases/download/v0.7.1/plugin-tweakStores.zip</file>
|
||||
<file>https://github.com/JcDenis/tweakStores/releases/download/v0.8/plugin-tweakStores.zip</file>
|
||||
<da:dcmin>2.26</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