- You must execute php artisan tracker:tables then php artisan migrate
- Referer to tracker_log
- Method Tracker::userDevices()
- Range filter on data access methods
- Prevent migrations files from being overwritten
- Event log error when opening stats
- Must be admin to access stats
- Support for GeoIp2
- Upgraded SB Admin 2 to 1.0.7
- Referer parsing, to store marketing attribution data (medium, source and search term)
- Tracker::trackVisit()
- Tracker::trackEvent()
- Move to UA-PHP instead of PragmaRX/UaParser
- Using a better bot detector
- Correctly get the application url
- Migrations for MySQL
- Sessions now change when a different users logs in
- isPhone compatibility
- Use ua-php instead of ua-parser directly
- No need to execute tracker:updateparser during install anymore
- Middleware filter to routes
- Console exception handler
- Datatables bug
- Migrations for MySQL
- Use a stable version of datatables
- Added support for Laravel 5
- HTTP cache by removing PHP session_start
###Added
- A 'Today' filter option on Stats Panel
- All stats tables are now Google Charts Tables (paginated)
###Changed
- Moved pie charts from flot to Google Charts