Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 884 Bytes

Changelog

All notable changes to laravel-referer will be documented in this file

1.3.3 - 2018-08-29

  • add support for Laravel 5.7

1.3.2 - 2018-05-14

  • Ensure UtmSource always returns a referer string

1.3.1 - 2018-02-08

  • Make compatible with Laravel 5.6
  • Make compatible with phpunit 7

1.3.0 - 2017-08-31

  • Make compatible with Laravel 5.5

1.2.1 - 2017-02-12

  • Fixed: publishing of config file

1.2.0 - 2017-02-08

  • Breaking: Sources are now configured via Source implementations
  • Breaking: The configuration key referer.key has been renamed to referer.session_key

1.1.1 - 2017-02-07

  • Fixed: Fixed a regression that was introduced in 1.1.0

1.1.0 - 2017-02-07

  • Added: You can now configure which sources you want to use to capture a referer (currently utm_source and referer_header)

1.0.0 - 2017-01-06

  • Initial release