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