release 2021.10.30
parent
655ea0a760
commit
7197ffe98c
|
@ -1,4 +1,7 @@
|
|||
dev
|
||||
- ...
|
||||
|
||||
2021.11.01
|
||||
- clean up code
|
||||
- update license
|
||||
- update translations
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue