diff --git a/CHANGELOG.md b/CHANGELOG.md index 15fc4bb..aaec02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 55cfbb0..a4de713 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/_define.php b/_define.php index 753256e..17ad93b 100644 --- a/_define.php +++ b/_define.php @@ -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([ diff --git a/dcstore.xml b/dcstore.xml index fce6d34..fce1add 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,11 +1,13 @@ + - -Rapport d'activité -1.1 -Jean-Christian Denis and contributors -Receive your blog activity by email, feed, or on dashboard -https://github.com/JcDenis/activityReport/releases/download/v1.1/plugin-activityReport.zip -http://plugins.dotaddict.org/dc2/details/activityReport -https://github.com/JcDenis/activityReport - - \ No newline at end of file + + Activity report + 2.0 + Jean-Christian Denis and contributors + Receive your blog activity by email, feed, or on dashboard + https://github.com/JcDenis/activityReport/releases/download/v2.0/plugin-activityReport.zip + 2.24 + http://plugins.dotaddict.org/dc2/details/activityReport + https://github.com/JcDenis/activityReport + + diff --git a/inc/class.activity.report.php b/inc/class.activity.report.php index 1d04db8..737cf74 100644 --- a/inc/class.activity.report.php +++ b/inc/class.activity.report.php @@ -719,7 +719,7 @@ class activityReport } } } catch (Exception $e) { - var_dump($e); + //var_dump($e); $done = false; }