Releases: kyranb/Footprints
Releases · kyranb/Footprints
3.1.6
What's Changed
- Correct when utm parameters is an array by @julienarcin in #71
- Fix linting workflow by @marcroberts in #75
- Laravel 10 support by @marcroberts in #74
- Add Laravel 11 and PHP 8.2/8.3 support by @bilfeldt in #82
- Revert "Add Laravel 11 and PHP 8.2/8.3 support" by @kyranb in #83
- Add compatibility with Laravel 11 by @julienarcin in #80
Full Changelog: 3.1.5...3.1.6
3.1.5
What's Changed
- Bump guzzlehttp/psr7 from 1.8.1 to 1.8.5 by @dependabot in #69
Full Changelog: 3.1.4...3.1.5
3.1.4 Fixes deprecation warning
What's Changed
Full Changelog: 3.1.3...3.1.4
3.1.3 Required framework version bump
What's Changed
- Bump laravel/framework from 8.40.0 to 8.82.0 by @dependabot in #67
Full Changelog: 3.1.2...3.1.3
Add Laravel 9 support
Merge pull request #65 from marcroberts/laravel9 Add Laravel 9.x support
3.1 Truncate attributes before saving to DB
What's Changed
Full Changelog: 3.0.8...3.1
3.0.8
What's Changed
- Correct ordering problem for initial and final attribution data by @julienarcin in #61
Full Changelog: 3.0.7...3.0.8
3.0.7
What's Changed
- Bump league/flysystem from 1.1.3 to 1.1.4 by @dependabot in #58
- Correct tracking logged users when queued by @julienarcin in #59
Full Changelog: 3.0.6...3.0.7
Added pruning command and option to exclude robots from tracking
Merge pull request #57 from tainmar/adds-pruning-command Adds pruning command
Fixes issues when creating a model outside of a HTTP request.
3.0.5 Merge pull request #52 from julienarcin/bugfix-command-line-user-crea…