All notable changes to laravel-referer
will be documented in this file
- Laravel 11.x Compatibility by @laravel-shift in #48
Full Changelog: https://github.com/spatie/laravel-referer/compare/1.8.1...1.9.0
Full Changelog: https://github.com/spatie/laravel-referer/compare/1.8.0...1.8.1
- Fix use statement in the code example for "Forgetting or manually setting the referer" documentation section by @vurpa in #41
- Add PHP 8.1 Support by @patinthehat in #42
- Add Laravel 9 support
Full Changelog: https://github.com/spatie/laravel-referer/compare/1.7.3...1.8.0
- fix laravel-referer 1.7.2 on Laravel 7.30.4 (#39)
- prep for Octane (#37)
- add support for PHP 8
- add support for Laravel 8
- fixes bug with null values for session key arg in Referer class constructor (#30)
- add support for Laravel 7
- add support for Laravel 6
- drop support for PHP 7.1 and below
- drop support for Laravel 5.8 and below
- add support for Laravel 5.8
- add support for Laravel 5.7
- Ensure
UtmSource
always returns a referer string
- Make compatible with Laravel 5.6
- Make compatible with phpunit 7
- Make compatible with Laravel 5.5
- Fixed: publishing of config file
- Breaking: Sources are now configured via
Source
implementations - Breaking: The configuration key
referer.key
has been renamed toreferer.session_key
- Fixed: Fixed a regression that was introduced in 1.1.0
- Added: You can now configure which sources you want to use to capture a referer (currently
utm_source
andreferer_header
)
- Initial release