Skip to content

Releases: multicaret/laravel-acquaintances

v3.6.0

19 Mar 00:05
31d5b85
Compare
Choose a tag to compare

Bump Laravel support to V11.

v3.5.9

28 Nov 17:11
Compare
Choose a tag to compare
  • feat: adding a way to get a list of blocked Friendships by current user by @mercExec
  • feat: adding a way to get a list of blocked Friendships by others by @mercExec

v3.5.8

22 Mar 20:37
74038bc
Compare
Choose a tag to compare
  • feat: adding get pending count function by @prawn185
  • fix: solve isRelationExists causing potential ambiguous errors when doing some complex DB queries. by @midblep

v3.5.7

16 Feb 16:37
27b4186
Compare
Choose a tag to compare

Laravel 10 support

v3.5.6

18 Feb 05:50
Compare
Choose a tag to compare

fix: findFriendships() with params sender & recipient were not working, fixed by @beratkara

v3.5.5

14 Dec 10:47
83ef69b
Compare
Choose a tag to compare

Add cursor paginate support to getFriends and getOrPaginate

v3.5.4

30 Jun 18:07
Compare
Choose a tag to compare
  • fix: make interaction relation_value type a double, better for rating values.
  • fix: rating a non-custom type (AKA config('acquaintances.rating.defaults.type')) just after a custom type rating,
    will leave to an odd behavior

v3.5.3

20 Jun 09:08
4ae397c
Compare
Choose a tag to compare

feat: allow user to turn off migrations

v3.5.2

07 Jun 14:39
d775922
Compare
Choose a tag to compare

fix: replace deprecated method studly_case()

v3.5.1

21 Apr 00:07
5fcf08a
Compare
Choose a tag to compare

Fix Trait helper method morph key.

Thanks to @Necmttn