release 2023.05.13
parent
f17d032a00
commit
b2b003a125
|
@ -1,6 +1,12 @@
|
|||
todo:
|
||||
- cleanup plugin importExport features
|
||||
|
||||
2023.05.13
|
||||
- require dotclear 2.26
|
||||
- require PHP 8.0+
|
||||
- use define php_min
|
||||
- fix post editor
|
||||
|
||||
2023.04.26
|
||||
- require dotclear 2.26
|
||||
- require PHP 8.0+
|
||||
|
|
|
@ -18,9 +18,9 @@ $this->registerModule(
|
|||
'Post widget text',
|
||||
'Add a widget with a text related to an entry',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'2023.04.25',
|
||||
'2023.05.13',
|
||||
[
|
||||
'requires' => [
|
||||
'requires' => [
|
||||
['php', '8.0'],
|
||||
['core', '2.26'],
|
||||
],
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="postWidgetText">
|
||||
<name>Post widget text</name>
|
||||
<version>2023.04.25</version>
|
||||
<version>2023.05.13</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/v2023.04.25/plugin-postWidgetText.zip</file>
|
||||
<file>https://github.com/JcDenis/postWidgetText/releases/download/v2023.05.13/plugin-postWidgetText.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/postWidgetText</da:details>
|
||||
<da:support>https://github.com/JcDenis/postWidgetText</da:support>
|
||||
|
|
Loading…
Reference in New Issue