All notable changes to Laravel-umami
will be documented in this file
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in still-code#17
- Umami v2 by @atmonshi in still-code#18
- @dependabot made their first contribution in still-code#17
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.2.2...5.0.0
- fix auth by @atmonshi in still-code#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 still-code#15
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.2.0...4.2.1
- Updates by @atmonshi in still-code#12
- small code refactor by @atmonshi in still-code#13
- allow to create, update, and delete sites throw umami API by @atmonshi in still-code#14
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.1.1...4.2.0
- updates by @atmonshi in still-code#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 still-code#10
Full Changelog: https://github.com/still-code/laravel-umami/compare/4.0.0...4.1.0
- using the new name still by @atmonshi in still-code#8
- update the API to v 1.4 of umami by @atmonshi in still-code#7
Full Changelog: https://github.com/still-code/laravel-umami/compare/3.0.0...4.0.0
- update auth to Bearer by @atmonshi in still-code#5
- Apply fixes from StyleCI by @atmonshi in still-code#6
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