diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8af05..d56ea4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,26 @@ -postInfoWidget 0.6 - 2021.08.27 +0.6 - 2021.08.27 - cleanup (PSR2, short array, ...) - update license -postInfoWidget 0.5.1 - 2015.04.23 - Pierre Van Glabeke +0.5.1 - 2015.04.23 - Pierre Van Glabeke - modif url support -postInfoWidget 0.5 - 2015-01-29 - Pierre Van Glabeke +0.5 - 2015-01-29 - Pierre Van Glabeke - ajout case hors ligne - modif localisation - fin de ligne unix (LF) -postInfoWidget 0.4 - 2013.11.12 +0.4 - 2013.11.12 - Switch to Dotclear 2.6 - Clean up code - Add widget options -postInfoWidget 0.3 - 2010.06.21 +0.3 - 2010.06.21 - Fixed tags list - Fixed nav links -postInfoWidget 0.2 - 2010.06.05 +0.2 - 2010.06.05 - Switched to DC 2.2 -postInfoWidget 0.1 - 2010.05.24 -- First lab release +0.1 - 2010.05.24 +- First lab release \ No newline at end of file diff --git a/README.md b/README.md index ae37a5f..8b6af05 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,21 @@ ## WHAT IS POSTINFOWIDGET ? -postInfoWidget "Entry information list" is a plugin for the open-source +_postInfoWidget_ "Entry information list" is a plugin for the open-source web publishing software called Dotclear. Show entry details in a widget. ## REQUIREMENTS - postInfoWidget requires: + _postInfoWidget_ requires: * permissions to manage widgets - * Dotclear 2.6 + * Dotclear 2.19 ## USAGE -First install postInfoWidget, manualy from a zip package or from +First install _postInfoWidget_, manualy from a zip package or from Dotaddict repository. (See Dotclear's documentation to know how do this) Add and configure "Entry information list" from widgets manager. @@ -30,4 +30,4 @@ Add and configure "Entry information list" from widgets manager. ## CONTRIBUTORS * Jean-Chirstian Denis - * Pierre Van Glabeke + * Pierre Van Glabeke \ No newline at end of file diff --git a/_admin.php b/_admin.php index 05468a2..5a52368 100644 --- a/_admin.php +++ b/_admin.php @@ -1,15 +1,15 @@ registerModule( 'Jean-Christian Denis, Pierre Van Glabeke', '0.6.1', [ + 'requires' => [['core', '2.19']], 'permissions' => 'usage,contentadmin', 'type' => 'plugin', - 'dc_min' => '2.19', 'support' => 'http://forum.dotclear.org/viewtopic.php?pid=332974#p332974', 'details' => 'http://plugins.dotaddict.org/dc2/details/postInfoWidget', 'repository' => 'https://raw.githubusercontent.com/JcDenis/postInfoWidget/master/dcstore.xml' diff --git a/_public.php b/_public.php index 9a213e8..abba2c4 100644 --- a/_public.php +++ b/_public.php @@ -1,15 +1,15 @@ postInfoWidget -0.6 +0.6.1 Jean-Christian Denis, Pierre Van Glabeke Show Entry informations on a widget -https://github.com/JcDenis/postInfoWidget/releases/download/v0.6/plugin-postInfoWidget.zip -2.19 +https://github.com/JcDenis/postInfoWidget/releases/download/v0.6.1/plugin-postInfoWidget.zip http://plugins.dotaddict.org/dc2/details/postInfoWidget - http://forum.dotclear.org/viewtopic.php?pid=332974#p332974 \ No newline at end of file diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index 107fc3b..896a969 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -137,5 +137,4 @@ $GLOBALS['__l10n']['Previous entry of this category'] = 'Billet précédent de c #_widgets.php:527 $GLOBALS['__l10n']['Next entry of this category'] = 'Billet suivant de cette catégorie'; -$GLOBALS['__l10n']['Try to adapt style:'] = 'Essayer d\'adapter le style :'; - +$GLOBALS['__l10n']['Try to adapt style:'] = 'Essayer d\'adapter le style :'; \ No newline at end of file