release 2021.11.06
parent
05a623e4fb
commit
91805f7688
|
@ -1,5 +1,7 @@
|
|||
dev
|
||||
- ...
|
||||
|
||||
2021.11.06
|
||||
- fix error on empty record on widget
|
||||
- update to PS12
|
||||
|
||||
|
@ -13,7 +15,7 @@ dev
|
|||
- fix widget rendering
|
||||
- fix combo name
|
||||
- fix javascript
|
||||
- add user pref for posts list filters
|
||||
- add user pref for posts list filters (dc 2.20)
|
||||
- move config to blog pref
|
||||
|
||||
2013.11.21
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'Post widget text',
|
||||
'Add a widget with a text related to an entry',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'2021.10.30',
|
||||
'2021.11.06',
|
||||
[
|
||||
'requires' => [['core', '2.20']],
|
||||
'permissions' => 'usage,contentadmin',
|
||||
|
|
23
dcstore.xml
23
dcstore.xml
|
@ -1,12 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="postWidgetText">
|
||||
<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.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>
|
||||
</modules>
|
||||
<module id="postWidgetText">
|
||||
<name>Post widget text</name>
|
||||
<version>2021.11.06</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.11.06/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>
|
||||
</modules>
|
||||
|
|
Loading…
Reference in New Issue