Releases: mikebronner/laravel-mixpanel
Releases · mikebronner/laravel-mixpanel
0.6.6
Added
- script tags in mixpanel partial view. This is a temporary fix until everything can be verified.
0.6.5
Removed
- test init command with mixpanel token.
0.6.4
Fixed
- erroneous script tags in JS file.
0.6.3
Fixed
- typo in event handler.
0.6.2
Changed
- version detection to object detection.
0.6.1
Fixed
- declaration of options, moved into constructor.
Update to Laravel 5.4
Fix timestamp on stripe events Fixes #24
0.6.0-RC
Changed
- PHP requirement to 7.x.
- installation process. Be sure to read the documentation.
- documentation to be clearer.
Added
- Laravel 5.3 compatibility.
- Laravel 5.1 (LTS) compatibility.
Removed
- Laravel 5.2 compatibility.
0.5.3
Added
- config option to disable default-bundled event tracking.
0.5.2
Changed
- login and logout events to use new Laravel 5.2 events.