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:
authorStefan Giehl <stefan@matomo.org>2020-05-20 02:11:46 +0300
committerGitHub <noreply@github.com>2020-05-20 02:11:46 +0300
commit1933b183ea3ad7fd658aae9cbf90e6ca3adf69b3 (patch)
treed568c3f10a2fce2c2ae55aab6e6714cfd2ce6a72 /CHANGELOG.md
parentd5236c48441f8d1af802d4bace2d96c65d1ee3f7 (diff)
Allow using matomo prefixed parameters for campaigns (#15957)
* Allow using matomo prefixed parameters for campaigns * Adds changelog * also add mtm_ prefixes * rebuilt piwik.js * update screenshot Co-authored-by: sgiehl <sgiehl@users.noreply.github.com> Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
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 f9a4f6d090..76dfceb4de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -56,6 +56,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
* The json2 API format is now removed, and the json renderer now behaves as the json2 renderer did. This means when `format=json` is used, arrays like `['a' => 0, 'b' => 1]` will be rendered in JSON as `{"a":0,"b":1}` instead of `[{"a":0,"b":1}]`.
* The event `Live.getAllVisitorDetails` has been removed. Use a `VisitorDetails` class instead (see Live plugin).
* Zend_Validate and all subclasses have been completely removed.
+* Added support for campaign name parameter `matomo_campaign` / `mtm_campaign` and campaign keyword parameter `matomo_kwd` / `mtm_kwd`
* Matomo's mail component (`Piwik\Mail`) has been rewritten:
* Zend_Mail has been removed. `Piwik\Mail` is now an independet class.
* PHPMailer is now used for sending mails in `\Piwik\Mail\Transport` and can be replaced using DI.