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 cache system
|
||||||
- [ ] add option for gravatar built in unknow avatar @see https://fr.gravatar.com/site/implement/images/
|
- [ ] 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
|
- use url handler for dynamic js and css
|
||||||
- add libravatar API
|
- add libravatar API
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# README
|
# 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 ?
|
## WHAT IS NOODLES ?
|
||||||
|
|
||||||
_noodles_ is a plugin for the open-source
|
_noodles_ is a plugin for the open-source
|
||||||
|
|
14
_define.php
14
_define.php
|
@ -15,16 +15,16 @@ $this->registerModule(
|
||||||
'Noodles',
|
'Noodles',
|
||||||
'Add users gravatars everywhere',
|
'Add users gravatars everywhere',
|
||||||
'Jean-Christian Denis and contributors',
|
'Jean-Christian Denis and contributors',
|
||||||
'0.7.1',
|
'0.8',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => 'admin',
|
'permissions' => 'admin',
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'https://github.com/JcDenis/noodles',
|
'support' => 'https://github.com/JcDenis/noodles',
|
||||||
'details' => 'http://plugins.dotaddict.org/dc2/details/noodles',
|
'details' => 'http://plugins.dotaddict.org/dc2/details/noodles',
|
||||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/noodles/master/dcstore.xml',
|
'repository' => 'https://raw.githubusercontent.com/JcDenis/noodles/master/dcstore.xml',
|
||||||
'settings' => [
|
'settings' => [
|
||||||
'self' => ''
|
'self' => ''
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
);
|
);
|
|
@ -1,10 +1,10 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="noodles">
|
<module id="noodles">
|
||||||
<name>Noodles</name>
|
<name>Noodles</name>
|
||||||
<version>0.7</version>
|
<version>0.8</version>
|
||||||
<author>Jean-Christian Denis and contributors</author>
|
<author>Jean-Christian Denis and contributors</author>
|
||||||
<desc>Add users gravatars everywhere</desc>
|
<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:dcmin>2.19</da:dcmin>
|
||||||
<da:details>http://plugins.dotaddict.org/dc2/details/noodles</da:details>
|
<da:details>http://plugins.dotaddict.org/dc2/details/noodles</da:details>
|
||||||
<da:support>https://github.com/JcDenis/noodles</da:support>
|
<da:support>https://github.com/JcDenis/noodles</da:support>
|
||||||
|
|
Loading…
Reference in a new issue