Releases: multicaret/laravel-acquaintances
Releases · multicaret/laravel-acquaintances
v3.6.0
Bump Laravel support to V11.
v3.5.9
- 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
- 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.6
fix: findFriendships() with params sender
& recipient
were not working, fixed by @beratkara
v3.5.5
Add cursor paginate support to getFriends
and getOrPaginate
v3.5.4
- 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
feat: allow user to turn off migrations
v3.5.2
fix: replace deprecated method studly_case()