release 0.7
This commit is contained in:
parent
5417d20742
commit
166ac1b00e
4 changed files with 7 additions and 4 deletions
|
@ -5,6 +5,10 @@ dev
|
|||
- [ ] add module to create full README file
|
||||
- [ ] write documentation of php class
|
||||
|
||||
0.7 - 2021.11.08
|
||||
- add phpstan module
|
||||
- fix some errors from phpstan analyze
|
||||
|
||||
0.6 - 2021.11.06
|
||||
- add header for modules configuration
|
||||
- add options to hide details of executed actions
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'improve',
|
||||
'Tiny tools to fix things for module devs',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'0.6',
|
||||
'0.7',
|
||||
[
|
||||
'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.6</version>
|
||||
<version>0.7</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.6/plugin-improve.zip</file>
|
||||
<file>https://github.com/JcDenis/improve/releases/download/v0.7/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>
|
||||
|
|
|
@ -187,7 +187,6 @@ class ImproveActionZip extends ImproveAction
|
|||
unset($zip);
|
||||
|
||||
$this->setSuccess(sprintf(__('Zip module into "%s"'), $path));
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue