Skip to content

Releases: apiato/core

v6.2.6

12 Dec 11:23
Compare
Choose a tag to compare
  • fixed a bug where events were not firing

v6.2.5

28 Nov 10:52
Compare
Choose a tag to compare
  • Update laravel/framework to v8.73.0 (7420e4b)
  • Add new laravel feature: Implement LazilyRefreshDatabase instead of RefreshDatabase (d56c4f1)

v6.2.3

27 Sep 08:11
Compare
Choose a tag to compare
  • fix incompatibilities with php 7.4

v6.2.2

27 Sep 07:08
Compare
Choose a tag to compare
  • fix: Single value search (e.g. search=NxOpZowo9GmjKqdR) will be decoded correctly now.
  • fix: service load orders

v6.2.1

23 Sep 10:11
Compare
Choose a tag to compare
  • fix: remove extra ';' at the end of query if only 1 search query was submitted

v6.2.0

23 Sep 08:01
Compare
Choose a tag to compare
  • enable "Search Query Parameter with hashId" - resolve #156

v6.1.2

20 Sep 12:55
Compare
Choose a tag to compare
  • configs can be cached now. fix #155

v6.1.1

14 Sep 13:03
Compare
Choose a tag to compare
  • fix incompatibilities with php 7.4

v6.1.0

14 Sep 12:48
Compare
Choose a tag to compare
  • add missing feature referenced in the docs: allowing to disable pagination per repository

v6.0.4

06 Jul 19:54
Compare
Choose a tag to compare
  • Cache now works for $this->repository->paginate()
  • Update dependencies