Releases: simplestats-io/laravel-client
Releases · simplestats-io/laravel-client
v3.0.0
What's changed
- Payments can now also be associated with visitors. Check the docs here.
Migration Guide
If you upgrade to version 3, the only thing you have to do is to rename to TrackableUser
contract to TrackablePerson
.
Check the docs here.
v2.0.14
What's changed
- added client package version header
v2.0.13
What's changed
safeDefer
with fallback cause of swoole
- browser detect caching fix (use laravel facade)
v2.0.12
What's changed
- when supported: use Laravels
defer
helper to handle tracking api calls to keep the client app fast and make the need of a queue optional
v2.0.11
What's changed
- stats user time fallback for tracked logins and payments where no user exists (happens with existing apps, where client hasn't imported user data)
v2.0.10
What's changed
- do not track bot user agents test
v2.0.9
What's changed
- client side bot detection
v2.0.7
What's changed
- added timezone to time parameter
v2.0.6
What's changed
- referer without www
- avoid own app url as referer
v2.0.5
What's changed
- UTC timestamps
- Added expect option to exclude certain URIs