Releases: gtmassey/laravel-analytics
Releases · gtmassey/laravel-analytics
v3.0.0 - Laravel 11 Support
This release includes support for Laravel 11, but drops support for Laravel 9. Minimum requirements for Laravel 11 are PHP8.2, and minimum requirements for Laravel 10 are PHP8.1.
If you need to use this package with Laravel 9, use v2.x
v2.3.0
What's Changed
- Allow passing in
$popertyId
dynamically by @alexacron in #52
Full Changelog: v2.2.0...v2.3.0
Laravel 10 Support
This release adds support for the recently released Laravel10!
v2.1.0 – Filters, Limits, and Offsets
Implemented `limit()` and `offset()` methods to support pagination (#43) * Implemented `limit()` and `offset()` methods to support pagination * Code style Co-authored-by: Garrett Massey <[email protected]>
v2.0.0
Extracted the Period class to a separate package, and added the ability to extend the Metrics and Dimensions classes with custom metrics and dimensions.
What's Changed
- Updated readme badges by @Plytas in #37
- Upadated md files to uppercase by @Plytas in #38
- v2.0.0 by @gtmassey in #41
Full Changelog: v1.0.1...v2.0.0
v1.0.1
Initial Release
Initial release of the Laravel Analytics package!