release 2023.04.23
This commit is contained in:
parent
f59617f1ef
commit
578654653a
@ -1,3 +1,9 @@
|
|||||||
|
2023.04.23
|
||||||
|
- require Dotclear 2.26
|
||||||
|
- use latest dotclear namespace
|
||||||
|
- remove magix
|
||||||
|
- fix nullsafe warnings
|
||||||
|
|
||||||
2023.03.21
|
2023.03.21
|
||||||
- require Dotclear 2.26
|
- require Dotclear 2.26
|
||||||
- use PHP namespace
|
- use PHP namespace
|
||||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'Simply favicon',
|
'Simply favicon',
|
||||||
'Multi-agents favicon',
|
'Multi-agents favicon',
|
||||||
'Jean-Christian Denis',
|
'Jean-Christian Denis',
|
||||||
'2023.03.21',
|
'2023.04.23',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="simplyFavicon">
|
<module id="simplyFavicon">
|
||||||
<name>Simply favicon</name>
|
<name>Simply favicon</name>
|
||||||
<version>2023.03.21</version>
|
<version>2023.04.23</version>
|
||||||
<author>Jean-Christian Denis</author>
|
<author>Jean-Christian Denis</author>
|
||||||
<desc>Multi-agents favicon</desc>
|
<desc>Multi-agents favicon</desc>
|
||||||
<file>https://github.com/JcDenis/simplyFavicon/releases/download/v2023.03.21/plugin-simplyFavicon.zip</file>
|
<file>https://github.com/JcDenis/simplyFavicon/releases/download/v2023.04.23/plugin-simplyFavicon.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<da:details>http://plugins.dotaddict.org/dc2/details/simplyFavicon</da:details>
|
<da:details>http://plugins.dotaddict.org/dc2/details/simplyFavicon</da:details>
|
||||||
<da:support>https://github.com/JcDenis/simplyFavicon</da:support>
|
<da:support>https://github.com/JcDenis/simplyFavicon</da:support>
|
||||||
|
@ -9,9 +9,11 @@
|
|||||||
# DOT NOT MODIFY THIS FILE !
|
# DOT NOT MODIFY THIS FILE !
|
||||||
#
|
#
|
||||||
|
|
||||||
l10n::$locales['Enable favorite icon'] = 'Activer l\'icône de favori';
|
use Dotclear\Helper\L10n;
|
||||||
l10n::$locales['You must place an image called favicon.png or .jpg or .ico into your blog\'s public directory.'] = 'Vous devez placer une image nommée favicon.png, .jpg ou .ico dans le répertoire publique du blog.';
|
|
||||||
l10n::$locales['There are no favicon in blog public directory'] = 'Il n\'y a pas de Favicon dans le répertoire public du blog.';
|
L10n::$locales['Enable favorite icon'] = 'Activer l\'icône de favori';
|
||||||
l10n::$locales['Current favicons:'] = 'Favicons actuels :';
|
L10n::$locales['You must place an image called favicon.png or .jpg or .ico into your blog\'s public directory.'] = 'Vous devez placer une image nommée favicon.png, .jpg ou .ico dans le répertoire publique du blog.';
|
||||||
l10n::$locales['Multi-agents favicon'] = 'Favicon multi-agents';
|
L10n::$locales['There are no favicon in blog public directory'] = 'Il n\'y a pas de Favicon dans le répertoire public du blog.';
|
||||||
l10n::$locales['Simply favicon'] = 'Simple favicon';
|
L10n::$locales['Current favicons:'] = 'Favicons actuels :';
|
||||||
|
L10n::$locales['Multi-agents favicon'] = 'Favicon multi-agents';
|
||||||
|
L10n::$locales['Simply favicon'] = 'Simple favicon';
|
||||||
|
Loading…
Reference in New Issue
Block a user