release 2022.11.26

This commit is contained in:
Jean-Christian Paul Denis 2022-11-26 21:23:34 +01:00
parent d081835649
commit a83e32c0fd
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 9 additions and 3 deletions

View File

@ -3,6 +3,12 @@
- [ ] add plugin muppet support (request Mathieu M.)
- [ ] add log for errors
2022.11.26
- use SVG icon
- fix missing dcCore (resources)
- fix permissions check using contants
- fix update crach on unconfigured blog
2022.11.20
- fix compatibility with Dotclear 2.24 (required)
- fix feed update

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Feeds server',
'Mix your blog with a feeds planet',
'Jean-Christian Denis, BG, Pierre Van Glabeke',
'2022.11.20',
'2022.11.26',
[
'requires' => [['core', '2.24']],
'permissions' => dcAuth::PERMISSION_CONTENT_ADMIN,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="zoneclearFeedServer">
<name>Feeds server</name>
<version>2022.11.20</version>
<version>2022.11.26</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/v2022.11.20/plugin-zoneclearFeedServer.zip</file>
<file>https://github.com/JcDenis/zoneclearFeedServer/releases/download/v2022.11.26/plugin-zoneclearFeedServer.zip</file>
<da:dcmin>2.24</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/pacKman</da:details>
<da:support>https://github.com/JcDenis/zoneclearFeedServer</da:support>