Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2017-05-19 00:33:17 +0300
committerGitHub <noreply@github.com>2017-05-19 00:33:17 +0300
commit86d6509523b817553eb93bed720bc167162a0113 (patch)
tree35a16c07634eb717fc713bf127dbac277ecf582c /CHANGELOG.md
parent374dc8ee556eb51d95e6f04f2b910d326af554a1 (diff)
parent8ffa6ba4e193b4b66a399e6d01050665ffc248cf (diff)
Merge pull request #11718 from piwik/tasksrunnerevent
Added new events for scheduled tasks
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d53f51515..c3f5641951 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ This is the Developer Changelog for Piwik platform developers. All changes in ou
The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** lets you see more details about any Piwik release, such as the list of new guides and FAQs, security fixes, and links to all closed issues.
+## Piwik 3.0.5
+
+### New APIs
+* The events `ScheduledTasks.shouldExecuteTask`, `ScheduledTasks.execute`, `ScheduledTasks.execute.end` have been added to customize the behaviour of scheduled tasks.
+
## Piwik 3.0.4
### New APIs