release 2021.09.17

master
Jean-Christian Paul Denis 2021-09-17 00:32:10 +02:00
parent ec5da9fa29
commit 24bb838030
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 22 additions and 8 deletions

View File

@ -1,3 +1,6 @@
0.7 - 2021.09.17
- clean up and cosmetics
0.6 - 2021.08.27
- cleanup (PSR2, short array, ...)
- update license

View File

@ -1,5 +1,12 @@
# README
[![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.19-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)
## WHAT IS POSTINFOWIDGET ?
_postInfoWidget_ "Entry information list" is a plugin for the open-source
@ -21,13 +28,16 @@ Dotaddict repository. (See Dotclear's documentation to know how do this)
Add and configure "Entry information list" from widgets manager.
## MORE
## LINKS
* License : GNU GPL v2
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/postInfoWidget)
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/postInfoWidget)
* Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=332974#p332974)
## CONTRIBUTORS
* Jean-Chirstian Denis
* Pierre Van Glabeke
* Pierre Van Glabeke
You are welcome to contribute to this code.

View File

@ -16,10 +16,10 @@ if (!defined('DC_RC_PATH')) {
}
$this->registerModule(
'postInfoWidget',
'Entry information list',
'Show Entry informations on a widget',
'Jean-Christian Denis, Pierre Van Glabeke',
'0.6.1',
'0.7',
[
'requires' => [['core', '2.19']],
'permissions' => 'usage,contentadmin',

View File

@ -1,10 +1,11 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="postInfoWidget">
<name>postInfoWidget</name>
<version>0.6.1</version>
<name>Entry information list</name>
<version>0.7</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.6.1/plugin-postInfoWidget.zip</file>
<file>https://github.com/JcDenis/postInfoWidget/releases/download/v0.7/plugin-postInfoWidget.zip</file>
<da:dcmin>2.19</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>