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-17 20:18:04 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2017-05-17 20:18:04 +0300
commit8ffa6ba4e193b4b66a399e6d01050665ffc248cf (patch)
tree2f43becf5173dcfc4b1fe74f0440590cb0b63536 /CHANGELOG.md
parent33d0ae183bab830be51d62eaea2d981f050a08b6 (diff)
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 ce9011186d..9f2231edd1 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