preview for Dotclear 2.26

This commit is contained in:
Jean-Christian Paul Denis 2023-03-11 16:07:26 +01:00
parent eeceb3ee92
commit 7f90d22fb4
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
6 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
1.2 - xxxx.xx.xx
1.2 - 2023.03.11
- Update to Dotclear 2.26
- use abstract plugin id
- use php namespace

View File

@ -3,7 +3,7 @@
[![Release](https://img.shields.io/github/v/release/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/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.26-blue.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/dcLog)
[![License](https://img.shields.io/github/license/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/blob/master/LICENSE)
@ -18,7 +18,7 @@ Display dotclear's logs.
_dcLog_ requires:
* Dotclear 2.24
* Dotclear 2.26
* super admin permission
## USAGE

View File

@ -15,7 +15,7 @@ if (!defined('DC_RC_PATH')) {
}
$this->registerModule(
'Logs',
"Dotclear's logs",
'Displays Dotclear logs',
'Tomtom and Contributors',
'1.2',

View File

@ -1,12 +1,12 @@
<?xml version="1.0"?>
<modules xmlns:da="http://dotaddict.org/da/">
<module id="dcLog">
<name>dcLog</name>
<version>1.1.1</version>
<name>Dotclear's logs</name>
<version>1.2</version>
<author>Tomtom and Contributors</author>
<desc>Displays Dotclear logs</desc>
<file>https://github.com/JcDenis/dcLog/releases/download/v1.1.1/plugin-dcLog.zip</file>
<da:dcmin>2.24</da:dcmin>
<file>https://github.com/JcDenis/dcLog/releases/download/v1.2/plugin-dcLog.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/dcLog</da:details>
<da:support>https://github.com/JcDenis/dcLog</da:support>
</module>

View File

@ -27,4 +27,4 @@ l10n::$locales['Are you sure you want to delete all logs?'] = 'Êtes vous s
l10n::$locales['There are no logs'] = 'Il n\'y a aucun log';
l10n::$locales['Delete selected logs'] = 'Supprimer les logs sélectionnés';
l10n::$locales['Delete all logs'] = 'Supprimer tous les logs';
l10n::$locales['Logs'] = 'Enregistrements';
l10n::$locales['Dotclear\'s logs'] = 'Logs';

View File

@ -3,7 +3,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: dcLog 1.2\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2023-03-11T14:48:16+00:00\n"
"PO-Revision-Date: 2023-03-11T15:06:19+00:00\n"
"Last-Translator: Jean-Christian Denis\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -64,6 +64,6 @@ msgstr "Supprimer les logs sélectionnés"
msgid "Delete all logs"
msgstr "Supprimer tous les logs"
msgid "Logs"
msgstr "Enregistrements"
msgid "Dotclear's logs"
msgstr "Logs"