Skip to content

Releases: multicaret/laravel-acquaintances

v3.7.3

06 Aug 12:43
5802206

Choose a tag to compare

Fix PHP 8.4 compatibility: Add explicit nullable type declaration for followingCountReadable #119 thanks to @Neveark

v3.7.2

23 Mar 22:13

Choose a tag to compare

  • fix: RELATION_REPORT instead of RELATION_FAVORITE in CanBeReported class. #117 thanks to @simone-bianco

v3.7.1

17 Feb 16:11

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

Choose a tag to compare

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

v3.6.2

17 Feb 15:14

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

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

Choose a tag to compare

Bump Laravel support to V11.

v3.5.9

28 Nov 17:11

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

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

Choose a tag to compare

Laravel 10 support