diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfd686..a3df9cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/_define.php b/_define.php index 24a4ccd..5cf8913 100644 --- a/_define.php +++ b/_define.php @@ -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', diff --git a/dcstore.xml b/dcstore.xml index d0be920..8782e67 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,12 +1,13 @@ + - -Post widget text -2021.10.30 -Jean-Christian Denis and Contributors -Add a widget with a text related to an entry -https://github.com/JcDenis/postWidgetText/releases/download/v2021.10.30/plugin-postWidgetText.zip -2.20 -https://plugins.dotaddict.org/dc2/details/postWidgetText -https://github.com/JcDenis/postWidgetText - - \ No newline at end of file + + Post widget text + 2021.11.06 + Jean-Christian Denis and Contributors + Add a widget with a text related to an entry + https://github.com/JcDenis/postWidgetText/releases/download/v2021.11.06/plugin-postWidgetText.zip + 2.20 + https://plugins.dotaddict.org/dc2/details/postWidgetText + https://github.com/JcDenis/postWidgetText + +