release 2021.11.06
This commit is contained in:
parent
6ba756800d
commit
37c7513cea
@ -2,8 +2,11 @@ dev
|
||||
- [ ] help translation
|
||||
- [ ] source translation
|
||||
- [ ] fix third-party API (temp removed)
|
||||
|
||||
2021.11.06
|
||||
- sort modules by id
|
||||
- fix extra whitespace in exported files
|
||||
- update to PSR12
|
||||
|
||||
2021.09.28
|
||||
- Fix help (thx Pierre Van Glabeke)
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'Translater',
|
||||
'Translate your Dotclear plugins and themes',
|
||||
'Jean-Christian Denis & contributors',
|
||||
'2021.09.28',
|
||||
'2021.11.06',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => null,
|
||||
|
23
dcstore.xml
23
dcstore.xml
@ -1,12 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="translater">
|
||||
<name>Translater</name>
|
||||
<version>2021.09.28</version>
|
||||
<author>Jean-Christian Denis & contributors</author>
|
||||
<desc>Translate your Dotclear plugins and themes</desc>
|
||||
<file>https://github.com/JcDenis/translater/releases/download/v2021.09.28/plugin-translater.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/translater</da:details>
|
||||
<da:support>http://forum.dotclear.org/viewtopic.php?id=39220</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
<module id="translater">
|
||||
<name>Translater</name>
|
||||
<version>2021.11.06</version>
|
||||
<author>Jean-Christian Denis & contributors</author>
|
||||
<desc>Translate your Dotclear plugins and themes</desc>
|
||||
<file>https://github.com/JcDenis/translater/releases/download/v2021.11.06/plugin-translater.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/translater</da:details>
|
||||
<da:support>http://forum.dotclear.org/viewtopic.php?id=39220</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
|
Loading…
Reference in New Issue
Block a user