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-21 05:32:55 +0300
committerGitHub <noreply@github.com>2017-05-21 05:32:55 +0300
commit31a1789583a85b0c39b3e5a3a732e43a98e1076c (patch)
treeec9e5e1429f86aa0cc7c96e71ec7347210389bbd /CHANGELOG.md
parent82a8d0a6347d1f8e84325862c9f5183abd4b27e4 (diff)
parent70c9e4cbe0365f7ee3e7ecf86040930045e709ad (diff)
Merge branch '3.x-dev' into trackerupdaterapi
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a584e694c..8d5584e140 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
## 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.
+* A new event `CustomPiwikJs.shouldAddTrackerFile` has been added to let plugins customize which tracker files should be included in piwik.js JavaScript tracker
* A new API class `Piwik\Plugins\CustomPiwikJs\TrackerUpdater` has been added to update the piwik.js JavaScript tracker
## Piwik 3.0.4
@@ -18,6 +20,7 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
* A new JavaScript tracker method `getCurrentUrl` has been added to retrieve the current URL of the website.
* A new JavaScript tracker method `getNumTrackedPageViews` has been added to retrieve the number of tracked page views within the currently loaded page or web application.
* New JavaScript tracker methods `setSessionCookie`, `getCookie`, `hasCookies`, `getCookieDomain`, `getCookiePath`, and `getSessionCookieTimeout` have been added for better cookie support in plugins.
+* `email` and `url` form fields can now be used in settings.
## Piwik 3.0.3