release 2023.05.13

This commit is contained in:
Jean-Christian Paul Denis 2023-05-13 15:47:25 +02:00
parent ef19a59cbe
commit 1ed4183550
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 16 additions and 3 deletions

View File

@ -3,6 +3,19 @@
- [ ] add plugin muppet support (request Mathieu M.)
- [ ] add log for errors
2023.05.13
- require dotclear 2.26
- require php 8.1+
- use define php_min
- use form helper
- use dotclear lock method
- add feed cursor helper
- fix action pages
- fix behaviors level
- fix null category
- fix translation
- fix type hint and nullsafe warnings
2023.05.08
- require dotclear 2.26
- require php 8.1+

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Feeds server',
'Mix your blog with a feeds planet',
'Jean-Christian Denis, BG, Pierre Van Glabeke',
'2023.05.08',
'2023.05.13',
[
'requires' => [
['php', '8.1'],

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="zoneclearFeedServer">
<name>Feeds server</name>
<version>2023.05.08</version>
<version>2023.05.13</version>
<author>Jean-Christian Denis, BG, Pierre Van Glabeke</author>
<desc>Mix your blog with a feeds planet</desc>
<file>https://github.com/JcDenis/zoneclearFeedServer/releases/download/v2023.05.08/plugin-zoneclearFeedServer.zip</file>
<file>https://github.com/JcDenis/zoneclearFeedServer/releases/download/v2023.05.13/plugin-zoneclearFeedServer.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/zoneclearFeedServer</da:details>
<da:support>https://github.com/JcDenis/zoneclearFeedServer</da:support>