release 0.8

master
Jean-Christian Paul Denis 2023-04-29 15:44:24 +02:00
parent c28d1e679a
commit 6f8969f9d4
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 12 additions and 6 deletions

View File

@ -1,8 +1,15 @@
dev dev
- [ ] add update from external repositories - [ ] add update from external repositories
0.7.1 - 2023.04.24 0.8 - 2023.04.29
- require Dotclear 2.26
- require PHP 8.1+ - 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 - require Dotclear 2.26
- use latest dotclear namespace - use latest dotclear namespace
- fix nullsafe warnings - fix nullsafe warnings

View File

@ -20,7 +20,7 @@ It helps devs to manage dcstore.xml file.
* superadmin permissions * superadmin permissions
* Dotclear 2.26 * Dotclear 2.26
* PHP >= 8.1 * PHP 8.1+
## USAGE ## 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) 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 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 _tweakStores_ can interact with plugin pacKman to create .xml file at
package creation. package creation.

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.7.1', '0.8',
[ [
'requires' => [['core', '2.26']], 'requires' => [['core', '2.26']],
'permissions' => null, 'permissions' => null,

View File

@ -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.7.1</version> <version>0.8</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.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:dcmin>2.26</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>