Skip to content

Latest commit

 

History

History
executable file
·
16 lines (9 loc) · 529 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
16 lines (9 loc) · 529 Bytes

Changelog

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

2.0.0 - 2023-09-05

Breaking changes were introduced

  • Renamed the visit, visitModel, visitUrl helpers to a prefixed version to avoid conflicts with other packages/and or helpers. The helper names are now lvVisit, lvVisitModel, lvVisitUrl
  • Changed the isMobile method to be strict

Both of these changes have been suggestions of Tynael - Thank you!

1.0.0 - 2023-09-05

  • initial release