release 0.5

This commit is contained in:
Jean-Christian Denis 2021-11-05 22:54:47 +01:00
parent 4c0e33c83f
commit 44e74e7e05
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
3 changed files with 4 additions and 21 deletions

View file

@ -16,7 +16,7 @@ It helps dev to clean up plugin or theme before publishing code.
* Open to third party plugin * Open to third party plugin
* Easy and fast to use * Easy and fast to use
* Esay and fast to extend * Easy and fast to extend
## REQUIREMENTS ## REQUIREMENTS
@ -33,23 +33,6 @@ Dotaddict repository. (See Dotclear's documentation to know how do this)
Manage tools from sidebar plugin menu **improve**. Manage tools from sidebar plugin menu **improve**.
Configure actions. Select actions and module to work with, then click fix. Configure actions. Select actions and module to work with, then click fix.
## DEFAULT FEATURES
* Fix Tab to Space
* Fix End Of Line
* Fix End Of File on php files
* Fix header (phpdoc) on php files
* Fix license file
* Fix dcstore.xml file
* Fix README.md shields.io badges
* Check deprecated Dotclear functions
* Create package
## NEXT
* Scan for missing files
* ...
Hope some of you have idea to complete function of this plugin Hope some of you have idea to complete function of this plugin
and help devs to maintain their plugins and themes. and help devs to maintain their plugins and themes.

View file

@ -18,7 +18,7 @@ $this->registerModule(
'improve', 'improve',
'Tiny tools to fix things for module devs', 'Tiny tools to fix things for module devs',
'Jean-Christian Denis and contributors', 'Jean-Christian Denis and contributors',
'0.4', '0.5',
[ [
'requires' => [['core', '2.19']], 'requires' => [['core', '2.19']],
'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="improve"> <module id="improve">
<name>improve</name> <name>improve</name>
<version>0.4</version> <version>0.5</version>
<author>Jean-Christian Denis and contributors</author> <author>Jean-Christian Denis and contributors</author>
<desc>Tiny tools to fix things for module devs</desc> <desc>Tiny tools to fix things for module devs</desc>
<file>https://github.com/JcDenis/improve/releases/download/v0.4/plugin-improve.zip</file> <file>https://github.com/JcDenis/improve/releases/download/v0.5/plugin-improve.zip</file>
<da:dcmin>2.19</da:dcmin> <da:dcmin>2.19</da:dcmin>
<da:details>https://github.com/JcDenis/improve</da:details> <da:details>https://github.com/JcDenis/improve</da:details>
<da:support>https://github.com/JcDenis/improve</da:support> <da:support>https://github.com/JcDenis/improve</da:support>