Skip to content

Latest commit

 

History

History
130 lines (75 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

130 lines (75 loc) · 4.66 KB

Changelog

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

5.0.2 - 2024-06-18

What's Changed

  • add support to laravel 11 by @atmonshi in #31
  • fix date params by @atmonshi in #32

Full Changelog: https://github.com/still-code/laravel-umami/compare/5.0.1...5.0.2

5.0.1 - 2024-05-03

What's Changed

  • 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

New Contributors

  • @marcfowler made their first contribution in #29

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

5.0.0 - 2023-04-26

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #17
  • Umami v2 by @atmonshi in #18

New Contributors

  • @dependabot made their first contribution in #17

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

  • fix auth by @atmonshi in #16

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 #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

  • 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

4.1.1 - 2023-04-15

What's Changed

  • updates by @atmonshi in #11

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

  • 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

4.0.0 - 2023-04-14

What's Changed

  • using the new name still by @atmonshi in #8
  • update the API to v 1.4 of umami by @atmonshi in #7

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

  • update auth to Bearer by @atmonshi in #5
  • Apply fixes from StyleCI by @atmonshi in #6

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