diff --git a/CHANGELOG.md b/CHANGELOG.md index aaec02f..9d13b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ todo: - [ ] use sql statment - [ ] fix and add actitivy +2.1 - 2022.12.20 +- use abstract plugin name +- fix install +- fix permissions +- fix tables names +- fix autoload +- fix translation +- fix force report +- fix freeze on lock fail + 2.0 - 2022.11.20 - fix compatibility with Dotclear 2.24 (required) - use new constant ACTIVTY_REPORT_V2 to not break old install diff --git a/_define.php b/_define.php index 1673e7e..70d0561 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', + '2.1', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ @@ -26,10 +26,10 @@ $this->registerModule( dcAuth::PERMISSION_CONTENT_ADMIN, dcAuth::PERMISSION_ADMIN, ]), - 'priority' => -1000000, - 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), - 'details' => 'http://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), - 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', + 'priority' => -1000000, + 'type' => 'plugin', + 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), + 'details' => 'http://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), + 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index fce1add..99967be 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Activity report - 2.0 + 2.1 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 + https://github.com/JcDenis/activityReport/releases/download/v2.1/plugin-activityReport.zip 2.24 http://plugins.dotaddict.org/dc2/details/activityReport https://github.com/JcDenis/activityReport