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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-04-20 02:47:18 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-20 02:47:18 +0300
commit986ff0bd1d9fae65471e56191d20aa5746866856 (patch)
tree1606a60e8f29ccb4fb745e940a99624ce61039b6 /CHANGELOG.md
parent46b7d6a9f7c51a45fefaf8de2f6e072c76b9b098 (diff)
#7674 Changelog update
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d72b877b22..4c2d9b05a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,12 +4,6 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
## Next
-### Internal changes
-
-* The referer spam filter has moved from the `referrer_urls_spam` INI option (in `global.ini.php`) to a separate package (see https://github.com/piwik/referer-spam-blacklist).
-
-## Piwik 2.13.0
-
### Deprecations
* The method `Piwik\Archive::getBlob()` has been deprecated and will be removed from June 1st 2015. Use one of the methods `getDataTable*()` methods instead.
* The API parameter `countVisitorsToFetch` of the API method `Live.getLastVisitsDetails` has been deprecated as `filter_offset` and `filter_limit` work correctly now.
@@ -25,6 +19,10 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* In 2.6.0 we added the possibility to use `filter_limit` and `filter_offset` if an API returns an indexed array. This was not working in all cases and is fixed now.
* The API parameter `filter_pattern` and `filter_offset[]` can now be used if an API returns an indexed array.
+### Internal changes
+
+* The referrer spam filter has moved from the `referrer_urls_spam` INI option (in `global.ini.php`) to a separate package (see https://github.com/piwik/referrer-spam-blacklist).
+
## Piwik 2.12.0
### Breaking Changes