release 2021.10.30

master
Jean-Christian Paul Denis 2021-10-30 16:20:54 +02:00
parent 655ea0a760
commit 7197ffe98c
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,7 @@
dev
- ...
2021.11.01
- clean up code
- update license
- update translations

View File

@ -19,9 +19,9 @@ $this->registerModule(
'Post widget text',
'Add a widget with a text related to an entry',
'Jean-Christian Denis and Contributors',
'2021.00.00.1',
'2021.10.30',
[
'requires' => [['core', '2.19']],
'requires' => [['core', '2.20']],
'permissions' => 'usage,contentadmin',
'type' => 'plugin',
'support' => 'https://github.com/JcDenis/postWidgetText',

View File

@ -1,11 +1,11 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="postWidgetText">
<name>Widget texte de billet</name>
<version>2021.00.00.1</version>
<name>Post widget text</name>
<version>2021.10.30</version>
<author>Jean-Christian Denis and Contributors</author>
<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>
<da:dcmin>2.19</da:dcmin>
<file>https://github.com/JcDenis/postWidgetText/releases/download/v2021.10.30/plugin-postWidgetText.zip</file>
<da:dcmin>2.20</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/postWidgetText</da:details>
<da:support>https://github.com/JcDenis/postWidgetText</da:support>
</module>