release 0.8
This commit is contained in:
parent
679cc291c4
commit
56fd836214
4 changed files with 19 additions and 10 deletions
|
@ -1,6 +1,8 @@
|
|||
0.7.1 - dev
|
||||
dev
|
||||
- [ ] add cache system
|
||||
- [ ] add option for gravatar built in unknow avatar @see https://fr.gravatar.com/site/implement/images/
|
||||
|
||||
0.8 - 2021.10.30
|
||||
- use url handler for dynamic js and css
|
||||
- add libravatar API
|
||||
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# README
|
||||
|
||||
[![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)
|
||||
[![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)
|
||||
|
||||
## WHAT IS NOODLES ?
|
||||
|
||||
_noodles_ is a plugin for the open-source
|
||||
|
|
|
@ -15,7 +15,7 @@ $this->registerModule(
|
|||
'Noodles',
|
||||
'Add users gravatars everywhere',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'0.7.1',
|
||||
'0.8',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => 'admin',
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="noodles">
|
||||
<name>Noodles</name>
|
||||
<version>0.7</version>
|
||||
<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.7/plugin-noodles.zip</file>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue