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 Aubry <matt@piwik.org>2015-04-21 09:30:45 +0300
committerMatthieu Aubry <matt@piwik.org>2015-04-21 09:30:45 +0300
commitb321b19e090b85900f967db7601f4e9f6ff29f6a (patch)
treea89f57cc51304bc5c608919c72dd8b02fe40ac27 /CHANGELOG.md
parentd0c84cd02bc7c4915e17443621a60d08710d955c (diff)
parentf8b00971e90882ed5fd820b4277221c737668e0c (diff)
Merge pull request #7706 from piwik/spam-blacklist
Moved the referrer spam list to a separate repository
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce013f131c..4f7004f45a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,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](https://github.com/piwik/referrer-spam-blacklist)).
+
## Piwik 2.12.0
### Breaking Changes
@@ -85,7 +89,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* During UI tests we do now add a CSS class to the HTML element called `uiTest`. This allows you do hide content when screenshots are captured.
### New commands
-* A new command (core:fix-duplicate-log-actions) has been added which can be used to remove duplicate actions and correct references to them in other tables. Duplicates were caused by this bug: https://github.com/piwik/piwik/issues/6436
+* A new command (core:fix-duplicate-log-actions) has been added which can be used to remove duplicate actions and correct references to them in other tables. Duplicates were caused by this bug: [#6436](https://github.com/piwik/piwik/issues/6436)
### Library updates
* Updated AngularJS from 1.2.26 to 1.2.28