Skip to content

Releases: gtmassey/laravel-analytics

v3.0.0 - Laravel 11 Support

13 Nov 16:40
58b9fa2
Compare
Choose a tag to compare

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

24 Feb 10:47
1cdbc19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

Laravel 10 Support

14 Feb 19:48
64534dd
Compare
Choose a tag to compare

This release adds support for the recently released Laravel10!

v2.1.0 – Filters, Limits, and Offsets

09 Jan 06:44
1602a80
Compare
Choose a tag to compare
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

08 Dec 20:03
9be5e66
Compare
Choose a tag to compare

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

Full Changelog: v1.0.1...v2.0.0

v1.0.1

04 Dec 00:07
19f3f4d
Compare
Choose a tag to compare

Update to namespacing for composer and packagist.

Initial Release

03 Dec 23:38
aeefdd3
Compare
Choose a tag to compare

Initial release of the Laravel Analytics package!