release 2021.09.17
This commit is contained in:
parent
b49ab867c6
commit
54a7c5905a
14
README.md
14
README.md
@ -1,5 +1,12 @@
|
|||||||
# README
|
# README
|
||||||
|
|
||||||
|
[![Release](https://img.shields.io/github/v/release/JcDenis/myBlogNumbers)](https://github.com/JcDenis/myBlogNumbers/releases)
|
||||||
|
[![Date](https://img.shields.io/github/release-date/JcDenis/myBlogNumbers)](https://github.com/JcDenis/myBlogNumbers/releases)
|
||||||
|
[![Issues](https://img.shields.io/github/issues/JcDenis/myBlogNumbers)](https://github.com/JcDenis/myBlogNumbers/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/myBlogNumbers)
|
||||||
|
[![License](https://img.shields.io/github/license/JcDenis/myBlogNumbers)](https://github.com/JcDenis/myBlogNumbers/blob/master/LICENSE)
|
||||||
|
|
||||||
## WHAT IS MYBLOGNUMBERS ?
|
## WHAT IS MYBLOGNUMBERS ?
|
||||||
|
|
||||||
"My Blog Numbers" is a plugin for the open-source
|
"My Blog Numbers" is a plugin for the open-source
|
||||||
@ -22,13 +29,16 @@ Dotaddict repository. (See Dotclear's documentation to know how do this)
|
|||||||
Add and configure "My Blog Numbers" from widgets manager.
|
Add and configure "My Blog Numbers" from widgets manager.
|
||||||
You can add a dashboard item by enable it from your dashboard preferences.
|
You can add a dashboard item by enable it from your dashboard preferences.
|
||||||
|
|
||||||
## 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/myBlogNumbers)
|
* Source & contribution : [GitHub Page](https://github.com/JcDenis/myBlogNumbers)
|
||||||
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/myBlogNumbers)
|
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/myBlogNumbers)
|
||||||
|
* Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?id=40934)
|
||||||
|
|
||||||
## CONTRIBUTORS
|
## CONTRIBUTORS
|
||||||
|
|
||||||
* Jean-Christian Denis
|
* Jean-Christian Denis
|
||||||
* Pierre Van Glabeke
|
* Pierre Van Glabeke
|
||||||
|
|
||||||
|
You are welcome to contribute to this code.
|
@ -19,7 +19,7 @@ $this->registerModule(
|
|||||||
'My blog numbers',
|
'My blog numbers',
|
||||||
'Show some figures of your blog',
|
'Show some figures of your blog',
|
||||||
'Jean-Christian Denis, Pierre Van Glabeke',
|
'Jean-Christian Denis, Pierre Van Glabeke',
|
||||||
'2021.08.27.1',
|
'2021.09.017',
|
||||||
[
|
[
|
||||||
'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="myBlogNumbers">
|
<module id="myBlogNumbers">
|
||||||
<name>Mon blog en chiffres</name>
|
<name>My blog numbers</name>
|
||||||
<version>2021.08.27.1</version>
|
<version>2021.09.017</version>
|
||||||
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
||||||
<desc>Show some figures of your blog</desc>
|
<desc>Show some figures of your blog</desc>
|
||||||
<file>https://github.com/JcDenis/myBlogNumbers/releases/download/v2021.08.27.1/plugin-myBlogNumbers.zip</file>
|
<file>https://github.com/JcDenis/myBlogNumbers/releases/download/v2021.09.017/plugin-myBlogNumbers.zip</file>
|
||||||
|
<da:dcmin>2.19</da:dcmin>
|
||||||
<da:details>http://plugins.dotaddict.org/dc2/details/myBlogNumbers</da:details>
|
<da:details>http://plugins.dotaddict.org/dc2/details/myBlogNumbers</da:details>
|
||||||
<da:support>http://forum.dotclear.org/viewtopic.php?id=40934</da:support>
|
<da:support>http://forum.dotclear.org/viewtopic.php?id=40934</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user