Skip to content

v2.0.0

Compare
Choose a tag to compare
@QuentinGab QuentinGab released this 09 Nov 14:10
· 12 commits to main since this release

This package now support different strategies and can store multiple referrer values.

Upgrade Guide

  • Replace Referrer::get() with Referrer::getSources()
  • Add the strategy key to your config file.
  • Use: ->getFirst, ->getLast, ->getOldest or ->getLatest to retreive a single source.