Releases: ElegantEngineeringTech/laravel-referrer
Releases · ElegantEngineeringTech/laravel-referrer
v2.0.4
v2.0.3
do not report
v2.0.2
do not report
v2.0.1
do not capture itself
v2.0.0
This package now support different strategies and can store multiple referrer values.
Upgrade Guide
- Replace
Referrer::get()
withReferrer::getSources()
- Add the
strategy
key to your config file. - Use:
->getFirst
,->getLast
,->getOldest
or->getLatest
to retreive a single source.
v1.3.0
Add support for TikTok click ID
v1.2.2
fix cookie
v1.2.1
add google and meta sources
v1.2.0
Fix styling
v1.1.0
introduce sources collection