Releases: multicaret/laravel-acquaintances
Releases · multicaret/laravel-acquaintances
v3.7.1
fix: numberToReadable will return an int if the $shorthand is empty. by @jayenne
v3.6.2
- feat: new functions added
followingCount()
and followingCountReadable()
thanks to @jayenne <3. PR #115
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