release 2021.09.17
This commit is contained in:
parent
ec5da9fa29
commit
24bb838030
@ -1,3 +1,6 @@
|
|||||||
|
0.7 - 2021.09.17
|
||||||
|
- clean up and cosmetics
|
||||||
|
|
||||||
0.6 - 2021.08.27
|
0.6 - 2021.08.27
|
||||||
- cleanup (PSR2, short array, ...)
|
- cleanup (PSR2, short array, ...)
|
||||||
- update license
|
- update license
|
||||||
|
16
README.md
16
README.md
@ -1,5 +1,12 @@
|
|||||||
# README
|
# 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 ?
|
## 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
|
||||||
@ -21,13 +28,16 @@ Dotaddict repository. (See Dotclear's documentation to know how do this)
|
|||||||
|
|
||||||
Add and configure "Entry information list" from widgets manager.
|
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)
|
* Source & contribution : [GitHub Page](https://github.com/JcDenis/postInfoWidget)
|
||||||
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/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
|
## CONTRIBUTORS
|
||||||
|
|
||||||
* Jean-Chirstian Denis
|
* Jean-Chirstian Denis
|
||||||
* Pierre Van Glabeke
|
* Pierre Van Glabeke
|
||||||
|
|
||||||
|
You are welcome to contribute to this code.
|
@ -16,10 +16,10 @@ if (!defined('DC_RC_PATH')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->registerModule(
|
$this->registerModule(
|
||||||
'postInfoWidget',
|
'Entry information list',
|
||||||
'Show Entry informations on a widget',
|
'Show Entry informations on a widget',
|
||||||
'Jean-Christian Denis, Pierre Van Glabeke',
|
'Jean-Christian Denis, Pierre Van Glabeke',
|
||||||
'0.6.1',
|
'0.7',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => 'usage,contentadmin',
|
'permissions' => 'usage,contentadmin',
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="postInfoWidget">
|
<module id="postInfoWidget">
|
||||||
<name>postInfoWidget</name>
|
<name>Entry information list</name>
|
||||||
<version>0.6.1</version>
|
<version>0.7</version>
|
||||||
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
||||||
<desc>Show Entry informations on a widget</desc>
|
<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:details>http://plugins.dotaddict.org/dc2/details/postInfoWidget</da:details>
|
||||||
<da:support>http://forum.dotclear.org/viewtopic.php?pid=332974#p332974</da:support>
|
<da:support>http://forum.dotclear.org/viewtopic.php?pid=332974#p332974</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user