Just released version 0.6.0
!
Update with the following command (or use Bazaar):
composer require flagrow/flarum-ext-analytics
php flarum cache:clear
This extension didn't receive much love during this year... It was about time:
- Fixed Piwik not tracking page url change correctly
- Added the option to track users by username or email in Piwik, following jenolan suggestion. It's disabled by default
- Added the option to specify a protocol with the Piwik domain, so you can force
https://
analytics for non-https forum for example. Defaults to //
as before if not specified
- Updated the settings UI to use Flarum components instead of non-styled HTML inputs
- Fixed a potential XSS vulnerability if you enabled the "Track subdomains" option
- Cleaned up the code
Edit: replaced composer update flagrow/flarum-ext-analytics which does not work to update to that new version ?