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
|
1.1.1 - dev
|
||||||
- [ ] fix Dotclear 2.19 compatibility
|
- [ ] fix and add actitivy
|
||||||
- [ ] fix pages design
|
|
||||||
- [ ] clean up code
|
1.1 - 2021.09.03
|
||||||
- [ ] update license
|
- 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
|
1.0.1 - 2010.06.08
|
||||||
-Fixed (again) simultaneous report
|
-Fixed (again) simultaneous report
|
||||||
|
@ -19,7 +19,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',
|
||||||
'1.0.1',
|
'1.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => 'admin',
|
'permissions' => 'admin',
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<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>Rapport d'activité</name>
|
||||||
<version>1.0.1</version>
|
<version>1.1</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.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:details>http://plugins.dotaddict.org/dc2/details/activityReport</da:details>
|
||||||
<da:support>https://github.com/JcDenis/activityReport</da:support>
|
<da:support>https://github.com/JcDenis/activityReport</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user