release 0.9

master
Jean-Christian Paul Denis 2023-03-21 22:47:04 +01:00
parent e96f5a1039
commit 39ab49bcac
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
5 changed files with 66 additions and 7 deletions

View File

@ -1,3 +1,7 @@
0.9 - 2023.03.21
- require Dotclear 2.25
- use namespace
0.8 - 2022.11.20
- fix compatibility with Dotclear 2.24 (required)

View File

@ -3,7 +3,7 @@
[![Release](https://img.shields.io/github/v/release/JcDenis/postInfoWidget)](https://github.com/JcDenis/postInfoWidget/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/postInfoWidget)](https://github.com/JcDenis/postInfoWidget/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/postInfoWidget)](https://github.com/JcDenis/postInfoWidget/issues)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.25-blue.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/postInfoWidget)
[![License](https://img.shields.io/github/license/JcDenis/postInfoWidget)](https://github.com/JcDenis/postInfoWidget/blob/master/LICENSE)
@ -19,7 +19,7 @@ Show entry details in a widget.
_postInfoWidget_ requires:
* permissions to manage widgets
* Dotclear 2.24
* Dotclear 2.25
## USAGE

View File

@ -18,9 +18,9 @@ $this->registerModule(
'Entry information list',
'Show Entry informations on a widget',
'Jean-Christian Denis, Pierre Van Glabeke',
'0.8',
'0.9',
[
'requires' => [['core', '2.24']],
'requires' => [['core', '2.25']],
'permissions' => dcCore::app()->auth->makePermissions([
dcAuth::PERMISSION_USAGE,
dcAuth::PERMISSION_CONTENT_ADMIN,

View File

@ -2,11 +2,11 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="postInfoWidget">
<name>Entry information list</name>
<version>0.8</version>
<version>0.9</version>
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
<desc>Show Entry informations on a widget</desc>
<file>https://github.com/JcDenis/postInfoWidget/releases/download/v0.8/plugin-postInfoWidget.zip</file>
<da:dcmin>2.24</da:dcmin>
<file>https://github.com/JcDenis/postInfoWidget/releases/download/v0.9/plugin-postInfoWidget.zip</file>
<da:dcmin>2.25</da:dcmin>
<da:details>http://plugins.dotaddict.org/dc2/details/postInfoWidget</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?pid=332974#p332974</da:support>
</module>

View File

@ -0,0 +1,55 @@
<?php
/**
* @package Dotclear
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
#
# DOT NOT MODIFY THIS FILE !
#
l10n::$locales['PostInfoWidget: entry information list'] = 'PostInfoWidget : liste d\'information du billet';
l10n::$locales['Show Entry informations on a widget'] = 'Afficher les informations d\'un billet dans un widget';
l10n::$locales['About this entry'] = 'Á propos de ce billet';
l10n::$locales['Publish date text:'] = 'Texte pour la date de publication :';
l10n::$locales['Publish on %Y-%m-%d %H:%M'] = 'Publié le %d/%m/%Y à %H:%M';
l10n::$locales['Create date text:'] = 'Texte pour la date de création :';
l10n::$locales['Create on %Y-%m-%d %H:%M'] = 'Créé le %d/%m/%Y à %H:%M';
l10n::$locales['Update date text:'] = 'Texte pour la date de dernière mise à jour :';
l10n::$locales['Update on %Y-%m-%d %H:%M'] = 'Mis à jour le %d/%m/%Y à %H:%M';
l10n::$locales['Language (%T = name, %C = code, %F = flag):'] = 'Texte pour la langue (%T = nom, %C = code, %F = drapeau) :';
l10n::$locales['Language: %T %F'] = 'Langue : %T %F';
l10n::$locales['Author text (%T = author):'] = 'Texte pour l\'auteur (%T = auteur) :';
l10n::$locales['Author: %T'] = 'Auteur : %T';
l10n::$locales['Category text (%T = category):'] = 'Texte pour la catégorie (%T = catégorie) :';
l10n::$locales['Category: %T'] = 'Catégorie : %T';
l10n::$locales['Tags text (%T = tags list):'] = 'Texte pour les mots-clés (%T = liste des mots-clés) :';
l10n::$locales['Tags: %T'] = 'Mots-clés : %T';
l10n::$locales['Attachments text (%T = text, %D = numeric):'] = 'Texte pour le nombre d\'annexes (%T = texte, %D = nombre) :';
l10n::$locales['Attachments: %T'] = 'Annexes : %T';
l10n::$locales['Comments text (%T = text, %D = numeric):'] = 'Texte pour le nombre de commentaires (%T = texte, %D = nombre) :';
l10n::$locales['Comments: %T'] = 'Commentaires : %T';
l10n::$locales['Trackbacks text (%T = text, %D = numeric):'] = 'Texte pour le nombre de rétroliens (%T = texte, %D = nombre) :';
l10n::$locales['Trackbacks: %T'] = 'Rétroliens : %T';
l10n::$locales['Permalink text (%T = text link, %F = full link):'] = 'Texte pour le lien pemanent (%T = texte, %F = complet) :';
l10n::$locales['%T'] = '%T';
l10n::$locales['Show comment feed url'] = 'Afficher l\'URL du flux des commentaires';
l10n::$locales['Link to previous entry (%T = navigation text, %F = entry title):'] = 'Lien vers le billet précédent (%T = texte de navigation, %F = titre du billet) :';
l10n::$locales['Link to next entry (%T = navigation text, %F = entry title):'] = 'Lien vers le billet suivant (%T = texte de navigation, %F = titre du billet) :';
l10n::$locales['Link to previous entry of this category (%T = navigation text, %F = entry title):'] = 'Lien vers le billet précédent de la catégorie (%T = texte de navigation, %F = titre du billet) :';
l10n::$locales['Link to next entry of this category (%T = navigation text, %F = entry title):'] = 'Lien vers le billet suivant de la catégorie (%T = texte de navigation, %F = titre du billet) :';
l10n::$locales['No style'] = 'sans style';
l10n::$locales['Small icon'] = 'petite icône';
l10n::$locales['Normal icon'] = 'icône normale';
l10n::$locales['Try to remove entry information'] = 'Essayer de cacher les informations du billet';
l10n::$locales['Try to remove entry tags'] = 'Essayer de cacher la liste des mots-clés du billet';
l10n::$locales['Try to remove entry navigation'] = 'Essayer de cacher les liens de navigation';
l10n::$locales['no attachment'] = 'aucune annexe';
l10n::$locales['no comment'] = 'aucun commentaire';
l10n::$locales['no trackback'] = 'aucun rétrolien';
l10n::$locales['Previous entry'] = 'Billet précédent';
l10n::$locales['Next entry'] = 'Billet suivant';
l10n::$locales['Previous entry of this category'] = 'Billet précédent de cette catégorie';
l10n::$locales['Next entry of this category'] = 'Billet suivant de cette catégorie';
l10n::$locales['Try to adapt style:'] = 'Essayer d\'adapter le style :';