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-04-14 02:26:19 +0300
committerGitHub <noreply@github.com>2017-04-14 02:26:19 +0300
commit4de1d0812604c37b4bb484d535f03757d182ebea (patch)
treee3b6f9317263e02c8f29a06d689fd14d1fcee19a /CHANGELOG.md
parent024799a7bd7e6cc49bfcaebc1bf8de82cb46450c (diff)
New JS Tracker methods to retrieve current URL and piwik URL (#11616)
* api tweaks * added tests * added docs and minified piwik * fix tests
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11bcfef2c6..156e979540 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ 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.4
+
+### New APIs
+* A new event `Db.getActionReferenceColumnsByTable` has been added in case a plugin defines a custom log table which references data to the log_action table
+* A new JavaScript tracker method `getPiwikUrl` has been added to retrieve the URL of where the Piwik instance is located
+* A new JavaScript tracker method `getCurrentUrl` has been added to retrieve the current URL of the website.
+
## Piwik 3.0.3
### Breaking Changes