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 <thomas.steur@googlemail.com>2014-08-12 13:35:37 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-12 13:35:37 +0400
commit0dc30fa3903cef576a31a75fd8bbccc1bdd31deb (patch)
tree73f7b5149457b177c5c26f2f3070329338dd3720 /CHANGELOG.md
parente2c9f72a58a89348bc765d1a1716a03d3902e675 (diff)
refs #5950 added new filter_sort_column param for getLastVisitDetails to changelog [skipci]
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 ab36db73d8..b199db4968 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,9 @@ The following events are considered as deprecated and the new structure should b
#### Translation search
As a plugin developer you might want to reuse existing translation keys. You can now find all available translations and translation keys by opening the page "Settings => Development:Translation search" in your Piwik installation. Read more about [internationalization](http://developer.piwik.org/guides/internationalization) here.
+#### Reporting API
+* It is now possible to use the `filter_sort_column` parameter when requesting `Live.getLastVisitDetails`. For instance `&filter_sort_column=visitCount`.
+
### New APIs
* [Report](http://developer.piwik.org/api-reference/Piwik/Plugin/Report) to add a new report
* [Action Dimension](http://developer.piwik.org/api-reference/Piwik/Plugin/Dimension/ActionDimension) to add a dimension that tracks action related information