release 0.7 - 2021.09.09
This commit is contained in:
parent
20582908d3
commit
ba718c7cda
4 changed files with 19 additions and 11 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,8 +1,14 @@
|
||||||
0.7 - dev
|
0.7.1 - dev
|
||||||
- [ ] fix Dotclear 2.19 compatibility
|
- [ ] add cache system
|
||||||
- [ ] enhance code style
|
- [ ] add option for gravatar built in unknow avatar @see https://fr.gravatar.com/site/implement/images/
|
||||||
- [ ] update translation
|
|
||||||
- [ ] update license
|
0.7 - 2021.09.09
|
||||||
|
- fix image directories
|
||||||
|
- fix Dotclear 2.19 compatibility
|
||||||
|
- enhance code style
|
||||||
|
- update translation
|
||||||
|
- update license
|
||||||
|
- update images
|
||||||
|
|
||||||
0.6.1 - 2010.07.05
|
0.6.1 - 2010.07.05
|
||||||
- Fixed lowercase email (tks Damien Clauzel)
|
- Fixed lowercase email (tks Damien Clauzel)
|
||||||
|
|
|
@ -15,13 +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.6.1',
|
'0.7',
|
||||||
[
|
[
|
||||||
'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' => [
|
||||||
|
'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.6.1</version>
|
<version>0.7</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.6.1/plugin-noodles.zip</file>
|
<file>https://github.com/JcDenis/noodles/releases/download/v0.7/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>
|
||||||
|
|
|
@ -77,5 +77,4 @@ $GLOBALS['__l10n']['Place'] = 'Emplacement';
|
||||||
$GLOBALS['__l10n']['Adjust avatar CSS'] = 'Ajuster la CSS de l\'image';
|
$GLOBALS['__l10n']['Adjust avatar CSS'] = 'Ajuster la CSS de l\'image';
|
||||||
|
|
||||||
#index.php:254
|
#index.php:254
|
||||||
$GLOBALS['__l10n']['Target and Place are for javascript.'] = 'Les cible et emplacement sont utilisés par les scripts javascript.';
|
$GLOBALS['__l10n']['Target and Place are for javascript.'] = 'Les cible et emplacement sont utilisés par les scripts javascript.';
|
||||||
|
|
Loading…
Reference in a new issue