release 2021.10.30
This commit is contained in:
parent
655ea0a760
commit
7197ffe98c
3 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,7 @@
|
||||||
dev
|
dev
|
||||||
|
- ...
|
||||||
|
|
||||||
|
2021.11.01
|
||||||
- clean up code
|
- clean up code
|
||||||
- update license
|
- update license
|
||||||
- update translations
|
- update translations
|
||||||
|
|
|
@ -19,9 +19,9 @@ $this->registerModule(
|
||||||
'Post widget text',
|
'Post widget text',
|
||||||
'Add a widget with a text related to an entry',
|
'Add a widget with a text related to an entry',
|
||||||
'Jean-Christian Denis and Contributors',
|
'Jean-Christian Denis and Contributors',
|
||||||
'2021.00.00.1',
|
'2021.10.30',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.20']],
|
||||||
'permissions' => 'usage,contentadmin',
|
'permissions' => 'usage,contentadmin',
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'https://github.com/JcDenis/postWidgetText',
|
'support' => 'https://github.com/JcDenis/postWidgetText',
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="postWidgetText">
|
<module id="postWidgetText">
|
||||||
<name>Widget texte de billet</name>
|
<name>Post widget text</name>
|
||||||
<version>2021.00.00.1</version>
|
<version>2021.10.30</version>
|
||||||
<author>Jean-Christian Denis and Contributors</author>
|
<author>Jean-Christian Denis and Contributors</author>
|
||||||
<desc>Add a widget with a text related to an entry</desc>
|
<desc>Add a widget with a text related to an entry</desc>
|
||||||
<file>https://github.com/JcDenis/postWidgetText/releases/download/v2021.00.00.1/plugin-postWidgetText.zip</file>
|
<file>https://github.com/JcDenis/postWidgetText/releases/download/v2021.10.30/plugin-postWidgetText.zip</file>
|
||||||
<da:dcmin>2.19</da:dcmin>
|
<da:dcmin>2.20</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/postWidgetText</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/postWidgetText</da:details>
|
||||||
<da:support>https://github.com/JcDenis/postWidgetText</da:support>
|
<da:support>https://github.com/JcDenis/postWidgetText</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in a new issue