All notable changes to Laravel-umami
will be documented in this file
Full Changelog: https://github.com/still-code/laravel-umami/compare/5.0.1...5.0.2
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #19
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #20
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #21
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #23
- Bump actions/checkout from 3 to 4 by @dependabot in #22
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #24
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #25
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #26
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #27
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #28
- Added event-data/events + event-data/fields by @marcfowler in #29
- @marcfowler made their first contribution in #29
Full Changelog: https://github.com/still-code/laravel-umami/compare/5.0.0...5.0.1
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #17
- Umami v2 by @atmonshi in #18
- @dependabot made their first contribution in #17
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.2.2...5.0.0
- fix auth by @atmonshi in #16
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.2.1...4.2.2
- add support for Accounts management by @atmonshi in #15
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.2.0...4.2.1
- Updates by @atmonshi in #12
- small code refactor by @atmonshi in #13
- allow to create, update, and delete sites throw umami API by @atmonshi in #14
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.1.1...4.2.0
- updates by @atmonshi in #11
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.1.0...4.1.1
- add support for laravel 10 by @atmonshi in #10
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.0.0...4.1.0
Full Changelog: https://github.com/still-code/laravel-umami/compare/3.0.0...4.0.0
Full Changelog: https://github.com/still-code/laravel-umami/compare/2.0.0...3.0.0
- added caching for
query
andwebsites
. - added
cache_key
andcache_ttl
in config. - change the main function name from
stats
toquery
. - update readme to reflect the new function name
query
- add get all websites api
- add missing options for stats
- first releases