updated plugin WP-Matomo Integration version 1.0.28

This commit is contained in:
2023-06-05 11:21:32 +00:00
committed by Gitium
parent 579c0de01c
commit d9b3c97e40
8 changed files with 82 additions and 57 deletions

View File

@ -2,8 +2,8 @@
Contributors: Braekling
Requires at least: 5.0
Tested up to: 5.9
Stable tag: 1.0.27
Tested up to: 6.2
Stable tag: 1.0.28
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6046779
Tags: matomo, tracking, statistics, stats, analytics
@ -143,6 +143,14 @@ Add WP-Matomo to your /wp-content/plugins folder and enable it as [Network Plugi
== Changelog ==
= 1.0.28 =
* Encode plugin display name
* Option to set requireConsent or requireCookieConsent
* Avoid notice on empty ecommerce data
* Improve search tracking performance (thanks to theodejager, [details](https://github.com/braekling/WP-Matomo/pull/111))
* Fix multisite sub-site tracking (thanks to ulkoalex, [details](https://github.com/braekling/WP-Matomo/issues/107))
* Remove excess form closing tag (thanks to ulkoalex, [details](https://github.com/braekling/WP-Matomo/pull/113))
= 1.0.27 =
* Fix a CSRF vulnerability
* Fix JavaScript typos on settings page which broke some interface functionality