release 2023.03.19 - lvl 8
This commit is contained in:
parent
47e37c7924
commit
a8cec57cc5
4 changed files with 8 additions and 3 deletions
|
@ -3,6 +3,10 @@ dev
|
||||||
- [ ] source translation
|
- [ ] source translation
|
||||||
- [ ] fix third-party API (temp removed)
|
- [ ] fix third-party API (temp removed)
|
||||||
|
|
||||||
|
2023.03.19
|
||||||
|
- fix init check
|
||||||
|
- fix some phpstan warnings
|
||||||
|
|
||||||
2023.03.17
|
2023.03.17
|
||||||
- use container for Manage vars
|
- use container for Manage vars
|
||||||
- use modules define
|
- use modules define
|
||||||
|
|
|
@ -20,6 +20,7 @@ _translater_ requires:
|
||||||
|
|
||||||
* super admin permissions
|
* super admin permissions
|
||||||
* Dotclear 2.26
|
* Dotclear 2.26
|
||||||
|
* PHP >= 8.1
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
|
|
@ -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',
|
||||||
'2023.03.17',
|
'2023.03.19',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
<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>2023.03.17</version>
|
<version>2023.03.19</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/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:dcmin>2.26</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>
|
||||||
|
|
Loading…
Reference in a new issue