release 2023.06.30

This commit is contained in:
Jean-Christian Paul Denis 2023-06-30 22:58:59 +02:00
parent e6d946d62f
commit 3c3533b090
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,10 @@
- [ ] add plugin muppet support (request Mathieu M.) - [ ] add plugin muppet support (request Mathieu M.)
- [ ] add log for errors - [ ] add log for errors
2023.06.30
- require dotclear 2.26
- fix php8.1 compliant (hope so)
2023.05.13 2023.05.13
- require dotclear 2.26 - require dotclear 2.26
- require php 8.1+ - require php 8.1+

View File

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

View File

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