release 3.2
This commit is contained in:
parent
e36747b479
commit
d6cc7fca09
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,16 @@
|
|||||||
|
todo:
|
||||||
|
- add group and action on list filters
|
||||||
|
|
||||||
|
3.2 - 2023.05.13
|
||||||
|
- require Dotclear 2.26
|
||||||
|
- require php 8.1
|
||||||
|
- add php_min to define.php
|
||||||
|
- fix uncomplete messages
|
||||||
|
- fix unknow params
|
||||||
|
- fix dashboard activity
|
||||||
|
- fix translation
|
||||||
|
- various type hint fix
|
||||||
|
|
||||||
3.1 - 2023.04.23
|
3.1 - 2023.04.23
|
||||||
- require Dotclear 2.26
|
- require Dotclear 2.26
|
||||||
- require php 8.1
|
- require php 8.1
|
||||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'Activity log',
|
'Activity log',
|
||||||
'Log and receive your blog activity by email, feed, or on dashboard',
|
'Log and receive your blog activity by email, feed, or on dashboard',
|
||||||
'Jean-Christian Denis and contributors',
|
'Jean-Christian Denis and contributors',
|
||||||
'3.1',
|
'3.2',
|
||||||
[
|
[
|
||||||
'requires' => [
|
'requires' => [
|
||||||
['php', '8.1'],
|
['php', '8.1'],
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="activityReport">
|
<module id="activityReport">
|
||||||
<name>Activity log</name>
|
<name>Activity log</name>
|
||||||
<version>3.1</version>
|
<version>3.2</version>
|
||||||
<author>Jean-Christian Denis and contributors</author>
|
<author>Jean-Christian Denis and contributors</author>
|
||||||
<desc>Log and receive your blog activity by email, feed, or on dashboard</desc>
|
<desc>Log and receive your blog activity by email, feed, or on dashboard</desc>
|
||||||
<file>https://github.com/JcDenis/activityReport/releases/download/v3.1/plugin-activityReport.zip</file>
|
<file>https://github.com/JcDenis/activityReport/releases/download/v3.2/plugin-activityReport.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user