Skip to content

Latest commit

 

History

History
99 lines (54 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

99 lines (54 loc) · 2.8 KB

Changelog

All notable changes to Laravel-umami will be documented in this file

5.0.0 - 2023-04-26

What's Changed

New Contributors

Full Changelog: https://github.com/still-code/laravel-umami/compare/4.2.2...5.0.0

4.2.2 - 2023-04-17

What's Changed

Full Changelog: https://github.com/still-code/laravel-umami/compare/4.2.1...4.2.2

4.2.1 - 2023-04-17

What's Changed

  • 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

4.2.0 - 2023-04-17

What's Changed

Full Changelog: https://github.com/still-code/laravel-umami/compare/4.1.1...4.2.0

4.1.1 - 2023-04-15

What's Changed

Full Changelog: https://github.com/still-code/laravel-umami/compare/4.1.0...4.1.1

4.1.0 - 2023-04-14

What's Changed

Full Changelog: https://github.com/still-code/laravel-umami/compare/4.0.0...4.1.0

4.0.0 - 2023-04-14

What's Changed

Full Changelog: https://github.com/still-code/laravel-umami/compare/3.0.0...4.0.0

3.0.0 - 2022-04-25

What's Changed

Full Changelog: https://github.com/still-code/laravel-umami/compare/2.0.0...3.0.0

1.2 - 2021-10-12

New:

  • added caching for query and websites.
  • added cache_key and cache_ttl in config.
  • change the main function name from stats to query.
  • update readme to reflect the new function name query

1.1 - 2021-10-03

New:

  • add get all websites api

Fix:

  • add missing options for stats

1.0 - 2021-10-03

  • first releases