release 0.9
This commit is contained in:
parent
10dcadb1dd
commit
bfcf4e5c50
3 changed files with 18 additions and 14 deletions
|
@ -2,6 +2,9 @@ dev
|
|||
- [ ] add cache system
|
||||
- [ ] add option for gravatar built in unknow avatar @see https://fr.gravatar.com/site/implement/images/
|
||||
|
||||
0.9 - 2022.11.20
|
||||
- fix compatibility with Dotclear 2.24 (required)
|
||||
|
||||
0.8 - 2021.10.30
|
||||
- use url handler for dynamic js and css
|
||||
- add libravatar API
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[![Release](https://img.shields.io/github/v/release/JcDenis/noodles)](https://github.com/JcDenis/noodles/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/noodles)](https://github.com/JcDenis/noodles/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/noodles)](https://github.com/JcDenis/noodles/issues)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/noodles)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/noodles)](https://github.com/JcDenis/noodles/blob/master/LICENSE)
|
||||
|
||||
|
@ -20,7 +20,7 @@ your blog. comments, posts, widgets...
|
|||
_noodles_ requires:
|
||||
|
||||
* Permissions admin
|
||||
* Dotclear 2.19
|
||||
* Dotclear 2.24
|
||||
|
||||
## USAGE
|
||||
|
||||
|
@ -34,7 +34,7 @@ go to ''configure plugin'', fill in form.
|
|||
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [GitHub Page](https://github.com/JcDenis/noodles)
|
||||
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/noodles)
|
||||
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/noodles)
|
||||
|
||||
## CONTRIBUTORS
|
||||
|
||||
|
|
21
dcstore.xml
21
dcstore.xml
|
@ -1,12 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="noodles">
|
||||
<name>Noodles</name>
|
||||
<version>0.8</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<desc>Add users gravatars everywhere</desc>
|
||||
<file>https://github.com/JcDenis/noodles/releases/download/v0.8/plugin-noodles.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/noodles</da:details>
|
||||
<da:support>https://github.com/JcDenis/noodles</da:support>
|
||||
</module>
|
||||
<module id="noodles">
|
||||
<name>Noodles</name>
|
||||
<version>0.9</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<desc>Add users gravatars everywhere</desc>
|
||||
<file>https://github.com/JcDenis/noodles/releases/download/v0.9/plugin-noodles.zip</file>
|
||||
<da:dcmin>2.24</da:dcmin>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/noodles</da:details>
|
||||
<da:support>https://github.com/JcDenis/noodles</da:support>
|
||||
</module>
|
||||
</modules>
|
Loading…
Reference in a new issue