release 2023.05.13
This commit is contained in:
parent
4305d12954
commit
04c6a067fa
@ -2,6 +2,13 @@ dev
|
||||
- [ ] help translation
|
||||
- [ ] source translation
|
||||
- [ ] fix third-party API (temp removed)
|
||||
- [ ] fix multiline translations
|
||||
|
||||
2023.05.13
|
||||
- require dotclear 2.26
|
||||
- require php 8.1+
|
||||
- use define php_min
|
||||
- fix settings
|
||||
|
||||
2023.04.23
|
||||
- require dotclear 2.26
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'Translater',
|
||||
'Translate your Dotclear plugins and themes',
|
||||
'Jean-Christian Denis & contributors',
|
||||
'2023.04.23',
|
||||
'2023.05.13',
|
||||
[
|
||||
'requires' => [
|
||||
['php', '8.1'],
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="translater">
|
||||
<name>Translater</name>
|
||||
<version>2023.04.23</version>
|
||||
<version>2023.05.13</version>
|
||||
<author>Jean-Christian Denis & contributors</author>
|
||||
<desc>Translate your Dotclear plugins and themes</desc>
|
||||
<file>https://github.com/JcDenis/translater/releases/download/v2023.04.23/plugin-translater.zip</file>
|
||||
<file>https://github.com/JcDenis/translater/releases/download/v2023.05.13/plugin-translater.zip</file>
|
||||
<da:dcmin>2.26</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>
|
||||
|
Loading…
Reference in New Issue
Block a user