release 2021.11.06
parent
19f70a0b64
commit
a49db43016
|
@ -2,6 +2,8 @@ dev
|
||||||
- fix PSR12 CS
|
- fix PSR12 CS
|
||||||
- update readme file
|
- update readme file
|
||||||
- remove .lang.php file
|
- remove .lang.php file
|
||||||
|
- add test on blog pref form
|
||||||
|
- fix public url test
|
||||||
|
|
||||||
2021.09.02
|
2021.09.02
|
||||||
- clean up code
|
- clean up code
|
||||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||||
'Simply favicon',
|
'Simply favicon',
|
||||||
'Multi-agents favicon',
|
'Multi-agents favicon',
|
||||||
'Jean-Christian Denis',
|
'Jean-Christian Denis',
|
||||||
'2021.09.02.1',
|
'2021.11.06',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => 'admin',
|
'permissions' => 'admin',
|
||||||
|
|
22
dcstore.xml
22
dcstore.xml
|
@ -1,11 +1,13 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="simplyFavicon">
|
<module id="simplyFavicon">
|
||||||
<name>Simply favicon</name>
|
<name>Simply favicon</name>
|
||||||
<version>2021.09.02</version>
|
<version>2021.11.06</version>
|
||||||
<author>Jean-Christian Denis</author>
|
<author>Jean-Christian Denis</author>
|
||||||
<desc>Multi-agents favicon</desc>
|
<desc>Multi-agents favicon</desc>
|
||||||
<file>https://github.com/JcDenis/simplyFavicon/releases/download/v2021.09.02/plugin-simplyFavicon.zip</file>
|
<file>https://github.com/JcDenis/simplyFavicon/releases/download/v2021.11.06/plugin-simplyFavicon.zip</file>
|
||||||
<da:details>http://plugins.dotaddict.org/dc2/details/simplyFavicon</da:details>
|
<da:dcmin>2.19</da:dcmin>
|
||||||
<da:support>https://github.com/JcDenis/simplyFavicon</da:support>
|
<da:details>http://plugins.dotaddict.org/dc2/details/simplyFavicon</da:details>
|
||||||
</module>
|
<da:support>https://github.com/JcDenis/simplyFavicon</da:support>
|
||||||
</modules>
|
</module>
|
||||||
|
</modules>
|
||||||
|
|
Loading…
Reference in New Issue