release 2.0
This commit is contained in:
parent
c2783c2e15
commit
9d0f1fdaab
@ -2,8 +2,8 @@ todo:
|
||||
- [ ] use sql statment
|
||||
- [ ] fix and add actitivy
|
||||
|
||||
2.0 - 2022.11.12
|
||||
- switch to DC 2.24
|
||||
2.0 - 2022.11.20
|
||||
- fix compatibility with Dotclear 2.24 (required)
|
||||
- use new constant ACTIVTY_REPORT_V2 to not break old install
|
||||
|
||||
1.1 - 2021.09.03
|
||||
|
@ -1,5 +1,12 @@
|
||||
# README
|
||||
|
||||
[![Release](https://img.shields.io/github/v/release/JcDenis/activityReport)](https://github.com/JcDenis/activityReport/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/activityReport)](https://github.com/JcDenis/activityReport/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/activityReport)](https://github.com/JcDenis/activityReport/issues)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/activityReport)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/activityReport)](https://github.com/JcDenis/activityReport/blob/master/LICENSE)
|
||||
|
||||
## WHAT IS ACTIVITYREPORT ?
|
||||
|
||||
_activityReport_ is a plugin for the open-source
|
||||
@ -13,7 +20,7 @@ themes and plugins from Dotclear administration pages.
|
||||
_activityReport_ requires:
|
||||
|
||||
* Permissions superadmin or admin
|
||||
* Dotclear 2.19
|
||||
* Dotclear 2.24
|
||||
|
||||
* plugin add a table to database
|
||||
* plugin send email
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'Activity report',
|
||||
'Receive your blog activity by email, feed, or on dashboard',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'2.0-dev',
|
||||
'2.0',
|
||||
[
|
||||
'requires' => [['core', '2.24']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
|
22
dcstore.xml
22
dcstore.xml
@ -1,11 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="activityReport">
|
||||
<name>Rapport d'activité</name>
|
||||
<version>1.1</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<desc>Receive your blog activity by email, feed, or on dashboard</desc>
|
||||
<file>https://github.com/JcDenis/activityReport/releases/download/v1.1/plugin-activityReport.zip</file>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/activityReport</da:details>
|
||||
<da:support>https://github.com/JcDenis/activityReport</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
<module id="activityReport">
|
||||
<name>Activity report</name>
|
||||
<version>2.0</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<desc>Receive your blog activity by email, feed, or on dashboard</desc>
|
||||
<file>https://github.com/JcDenis/activityReport/releases/download/v2.0/plugin-activityReport.zip</file>
|
||||
<da:dcmin>2.24</da:dcmin>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/activityReport</da:details>
|
||||
<da:support>https://github.com/JcDenis/activityReport</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
|
@ -719,7 +719,7 @@ class activityReport
|
||||
}
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
var_dump($e);
|
||||
//var_dump($e);
|
||||
$done = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user