release 2.1
This commit is contained in:
parent
5345511194
commit
6e446980be
10
CHANGELOG.md
10
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
|
||||
|
12
_define.php
12
_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',
|
||||
]
|
||||
);
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="activityReport">
|
||||
<name>Activity report</name>
|
||||
<version>2.0</version>
|
||||
<version>2.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/v2.0/plugin-activityReport.zip</file>
|
||||
<file>https://github.com/JcDenis/activityReport/releases/download/v2.1/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>
|
||||
|
Loading…
Reference in New Issue
Block a user