release 0.5
This commit is contained in:
parent
4c0e33c83f
commit
44e74e7e05
3 changed files with 4 additions and 21 deletions
19
README.md
19
README.md
|
@ -16,7 +16,7 @@ It helps dev to clean up plugin or theme before publishing code.
|
|||
|
||||
* Open to third party plugin
|
||||
* Easy and fast to use
|
||||
* Esay and fast to extend
|
||||
* Easy and fast to extend
|
||||
|
||||
## REQUIREMENTS
|
||||
|
||||
|
@ -33,23 +33,6 @@ Dotaddict repository. (See Dotclear's documentation to know how do this)
|
|||
Manage tools from sidebar plugin menu **improve**.
|
||||
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
|
||||
and help devs to maintain their plugins and themes.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'improve',
|
||||
'Tiny tools to fix things for module devs',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'0.4',
|
||||
'0.5',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => null,
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="improve">
|
||||
<name>improve</name>
|
||||
<version>0.4</version>
|
||||
<version>0.5</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<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:details>https://github.com/JcDenis/improve</da:details>
|
||||
<da:support>https://github.com/JcDenis/improve</da:support>
|
||||
|
|
Loading…
Reference in a new issue