From b7fb9b369e909174fc6e9d3fe9eee5de07cbca94 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Fri, 20 Nov 2020 21:19:34 -0800 Subject: [PATCH] add two new changelog entries and set new version to 3.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 014d86f..3cfdc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ This is the Developer Changelog for Matomo PHP Tracker. All breaking changes or new features are listed below. - -## Matomo PHP Tracker 4.0.0 +## Matomo PHP Tracker 3.0.0 Attention: This version of Matomo PHP Tracker is no longer compatible with Matomo 3.x or earlier @@ -12,3 +11,5 @@ Attention: This version of Matomo PHP Tracker is no longer compatible with Matom - Sending requests using cURL will now throw an exception if an error occurs in a request. - Matomo does not longer support tracking of these browser plugins: Gears, Director. Therefor the signature of `setPlugins()` changed. - Implementation of ecommerce views changed from custom variables to raw parameters +- It is now possible to configure cookie options for Secure, HTTPOnly and SameSite. +- Add method setRequestMethodNonBulk() to allow (non bulk) POST requests.