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:
authorBenaka <diosmosis@users.noreply.github.com>2015-08-24 22:19:07 +0300
committerBenaka <diosmosis@users.noreply.github.com>2015-08-24 22:19:07 +0300
commit53ec7bdaa5409fcbbf998d53ea0b45a18dcc4b76 (patch)
treed89d42e3b5c843dcbb9d3e71fae359f12a9ec8dd /CHANGELOG.md
parent8587b267166d16bc855dc659bb99f8eb2a3d9f07 (diff)
parent19a191af410868ab034cab4266f4234cbdd8a01f (diff)
Merge pull request #8459 from piwik/7700
Fixes #7700, return all websites my default for API method SitesManager.getPatternMatchSites and specify explicit limit in site selector directive. Includes new limit query parameter in SitesManager.getPatternMatchSites API used instead of filter_limit in order to keep the API method fast when there are tens or hundreds of thousands of sites.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71867aa9cc..e22b56d36e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* The method `Dimension::getId()` has been set as `final`. It is not allowed to overwrite this method.
+* We fixed a bug where the API method `Sites.getPatternMatchSites` only returned a very limited number of websites by default. We now return all websites by default unless a limit is specified specifically.
### Deprecations