release 2.0

master
Jean-Christian Paul Denis 2022-11-20 17:56:34 +01:00
parent c2783c2e15
commit 9d0f1fdaab
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
5 changed files with 24 additions and 15 deletions

View File

@ -2,8 +2,8 @@ todo:
- [ ] use sql statment - [ ] use sql statment
- [ ] fix and add actitivy - [ ] fix and add actitivy
2.0 - 2022.11.12 2.0 - 2022.11.20
- switch to DC 2.24 - fix compatibility with Dotclear 2.24 (required)
- use new constant ACTIVTY_REPORT_V2 to not break old install - use new constant ACTIVTY_REPORT_V2 to not break old install
1.1 - 2021.09.03 1.1 - 2021.09.03

View File

@ -1,5 +1,12 @@
# README # 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 ? ## WHAT IS ACTIVITYREPORT ?
_activityReport_ is a plugin for the open-source _activityReport_ is a plugin for the open-source
@ -13,7 +20,7 @@ themes and plugins from Dotclear administration pages.
_activityReport_ requires: _activityReport_ requires:
* Permissions superadmin or admin * Permissions superadmin or admin
* Dotclear 2.19 * Dotclear 2.24
* plugin add a table to database * plugin add a table to database
* plugin send email * plugin send email

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Activity report', 'Activity report',
'Receive your blog activity by email, feed, or on dashboard', 'Receive your blog activity by email, feed, or on dashboard',
'Jean-Christian Denis and contributors', 'Jean-Christian Denis and contributors',
'2.0-dev', '2.0',
[ [
'requires' => [['core', '2.24']], 'requires' => [['core', '2.24']],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([

View File

@ -1,11 +1,13 @@
<?xml version="1.0"?>
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="activityReport"> <module id="activityReport">
<name>Rapport d'activité</name> <name>Activity report</name>
<version>1.1</version> <version>2.0</version>
<author>Jean-Christian Denis and contributors</author> <author>Jean-Christian Denis and contributors</author>
<desc>Receive your blog activity by email, feed, or on dashboard</desc> <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> <file>https://github.com/JcDenis/activityReport/releases/download/v2.0/plugin-activityReport.zip</file>
<da:details>http://plugins.dotaddict.org/dc2/details/activityReport</da:details> <da:dcmin>2.24</da:dcmin>
<da:support>https://github.com/JcDenis/activityReport</da:support> <da:details>http://plugins.dotaddict.org/dc2/details/activityReport</da:details>
</module> <da:support>https://github.com/JcDenis/activityReport</da:support>
</module>
</modules> </modules>

View File

@ -719,7 +719,7 @@ class activityReport
} }
} }
} catch (Exception $e) { } catch (Exception $e) {
var_dump($e); //var_dump($e);
$done = false; $done = false;
} }