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