diff --git a/CHANGELOG.md b/CHANGELOG.md index db10b24..38c9aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ -0.7 - dev -- [ ] fix Dotclear 2.19 compatibility -- [ ] enhance code style -- [ ] update translation -- [ ] update license +0.7.1 - dev +- [ ] add cache system +- [ ] add option for gravatar built in unknow avatar @see https://fr.gravatar.com/site/implement/images/ + +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 - Fixed lowercase email (tks Damien Clauzel) diff --git a/_define.php b/_define.php index 6dae3c7..2de4f70 100644 --- a/_define.php +++ b/_define.php @@ -15,13 +15,16 @@ $this->registerModule( 'Noodles', 'Add users gravatars everywhere', 'Jean-Christian Denis and contributors', - '0.6.1', + '0.7', [ 'requires' => [['core', '2.19']], 'permissions' => 'admin', 'type' => 'plugin', 'support' => 'https://github.com/JcDenis/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' => '' + ] ] ); \ No newline at end of file diff --git a/dcstore.xml b/dcstore.xml index ef0891f..9a3c063 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,10 +1,10 @@ Noodles -0.6.1 +0.7 Jean-Christian Denis and contributors Add users gravatars everywhere -https://github.com/JcDenis/noodles/releases/download/v0.6.1/plugin-noodles.zip +https://github.com/JcDenis/noodles/releases/download/v0.7/plugin-noodles.zip 2.19 http://plugins.dotaddict.org/dc2/details/noodles https://github.com/JcDenis/noodles diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index 5ee8fe7..881ccdb 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -77,5 +77,4 @@ $GLOBALS['__l10n']['Place'] = 'Emplacement'; $GLOBALS['__l10n']['Adjust avatar CSS'] = 'Ajuster la CSS de l\'image'; #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.'; \ No newline at end of file