Releases: matomo-org/WP-Matomo
Releases · matomo-org/WP-Matomo
1.0.31
v1.0.30
v1.0.29
v1.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)
- Fix multisite sub-site tracking (thanks to ulkoalex, details)
- Remove excess form closing tag (thanks to ulkoalex, details)
v1.0.27
= 1.0.27 =
- Fix a CSRF vulnerability
- Fix JavaScript typos on settings page which broke some interface functionality
- Fix proxy path on multisite networks (thanks to caveman99, details)
- Fix array key warnings (thanks to goaround, details)
- Fixed a bug in proxy config.php to avoid adding the protocol twice to the Matomo URL
- Proxy script will run proxy/config.local.php before proxy/config.php to set an individual WordPress root directory via $wpRootDir
v1.0.26
- Fix feed tracking via proxy script (thanks to nicobilliotte, details)
- Add piwik.php proxy script wrapper to make sure proxy tracking codes continue working if piwik.php is used
- Fix for stalled blog options on network activation (thanks to ulkoalex, details)
- Fix wrong title on city statistics (thanks to ulkoalex, details)
- Fix "call to undefined method" error on network admin
- Do not allow to set empty WP-Matomo display name
- Rename Piwik link on dashboard widget to Matomo
v1.0.25
= 1.0.25 =
- Replace jqplot and jquery.sparklines with Chart.js
- Allow to show overview stats for last 60 and 90 days
- Allow to select the per post stats range from today to last 90 days
- Optionally remove Matomo's script tag's type attribute, see https://wordpress.org/support/topic/how-to-remove-unnecessary-type-attribute-for-javascript/.
- Fix/update proxy script (thanks to nicobilliotte and Rasp8e, #91)
- Make plugin working if deployed in a custom folder (thanks to utolosa002, #88)
v1.0.24
= 1.0.24 =
- Hotfix to avoid deprecated jQuery.support.boxModel in jqPlot (jqPlot/jqPlot#123)
- Enabling metaboxes on particular Custom Post Types (thanks to goaround, #83)
= 1.0.23 =
- Handle tracking codes containing matomo.js/.php instead of piwik.js/.php
- Fixed target="_BLANK" property (thanks to tsteur)