Skip to content

Releases: multicaret/laravel-acquaintances

v3.7.1

17 Feb 16:11
Compare
Choose a tag to compare

fix: numberToReadable will return an int if the $shorthand is empty. by @jayenne

v3.7.0

17 Feb 16:10
Compare
Choose a tag to compare

feat: new trait for reporting added by @jayenne. PR #116

v3.6.2

17 Feb 15:14
Compare
Choose a tag to compare
  • feat: new functions added followingCount() and followingCountReadable() thanks to @jayenne <3. PR #115

v3.6.1

08 Jun 13:48
ae1c4ae
Compare
Choose a tag to compare

use config variable interactions_user_id_fk_column_name #109 thanks to @adriallongarriu

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