ready for v1.1
This commit is contained in:
parent
bdb0347a37
commit
2447b76546
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,8 +1,15 @@
|
||||
1.1 - dev
|
||||
- [ ] fix Dotclear 2.19 compatibility
|
||||
- [ ] fix pages design
|
||||
- [ ] clean up code
|
||||
- [ ] update license
|
||||
1.1.1 - dev
|
||||
- [ ] fix and add actitivy
|
||||
|
||||
1.1 - 2021.09.03
|
||||
- fix Dotclear 2.19 compatibility
|
||||
- fix pages design
|
||||
- fix dashboard design
|
||||
- move dashboard settings to user pref
|
||||
- move settings to plugin config
|
||||
- clean up code
|
||||
- update translation
|
||||
- update license
|
||||
|
||||
1.0.1 - 2010.06.08
|
||||
-Fixed (again) simultaneous report
|
||||
|
@ -19,7 +19,7 @@ $this->registerModule(
|
||||
'Activity report',
|
||||
'Receive your blog activity by email, feed, or on dashboard',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'1.0.1',
|
||||
'1.1',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => 'admin',
|
||||
|
@ -1,10 +1,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="activityReport">
|
||||
<name>Rapport d'activité</name>
|
||||
<version>1.0.1</version>
|
||||
<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.0.1/plugin-activityReport.zip</file>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user