release 2023.03.19 - lvl 8
This commit is contained in:
parent
47e37c7924
commit
a8cec57cc5
@ -3,6 +3,10 @@ dev
|
||||
- [ ] source translation
|
||||
- [ ] fix third-party API (temp removed)
|
||||
|
||||
2023.03.19
|
||||
- fix init check
|
||||
- fix some phpstan warnings
|
||||
|
||||
2023.03.17
|
||||
- use container for Manage vars
|
||||
- use modules define
|
||||
|
@ -20,6 +20,7 @@ _translater_ requires:
|
||||
|
||||
* super admin permissions
|
||||
* Dotclear 2.26
|
||||
* PHP >= 8.1
|
||||
|
||||
## USAGE
|
||||
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'Translater',
|
||||
'Translate your Dotclear plugins and themes',
|
||||
'Jean-Christian Denis & contributors',
|
||||
'2023.03.17',
|
||||
'2023.03.19',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => null,
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="translater">
|
||||
<name>Translater</name>
|
||||
<version>2023.03.17</version>
|
||||
<version>2023.03.19</version>
|
||||
<author>Jean-Christian Denis & contributors</author>
|
||||
<desc>Translate your Dotclear plugins and themes</desc>
|
||||
<file>https://github.com/JcDenis/translater/releases/download/v2023.03.17/plugin-translater.zip</file>
|
||||
<file>https://github.com/JcDenis/translater/releases/download/v2023.03.19/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