All notable changes to laravel-referer
will be documented in this file
- 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