Skip to content

Releases: renoki-co/befriended

Version 1.2.1

11 Oct 13:45
d73a19c
Compare
Choose a tag to compare

Version 1.2.0

16 Sep 19:41
8da9f63
Compare
Choose a tag to compare

Make sure you check the upgrade guide from 1.1.10 to 1.2.x 🍡

  • Better filters 🔢
  • Fixed nasty bugs with contracts. 🐞
  • Updated readme.

Version 1.1.10

04 Sep 17:52
fb5d947
Compare
Choose a tag to compare
  • Blocking & Liking actions now check against correct contracts. ⚫️

Version 1.1.9

04 Sep 16:26
97cb278
Compare
Choose a tag to compare
  • Support for Laravel 5.7 🤝

Version 1.1.8

26 Aug 21:42
Compare
Choose a tag to compare
Corrected follow check (#29)

The check for the model instance should be if (! $model instanceof Followable && ! $model instanceof Following) instead of if (! $model instanceof Follower && ! $model instanceof Following).

Version 1.1.7

25 Aug 19:50
5136d53
Compare
Choose a tag to compare
  • Fixed broken followers 👥
  • Updated docs a little bit. 👍

Version 1.1.6

14 Aug 07:27
Compare
Choose a tag to compare

Thanks to @josezenem!

  • Pivots are showing timestamps. ⏲️

Version 1.1.5

30 Jul 18:13
b2ac363
Compare
Choose a tag to compare
  • Added strict types 🥇
  • Using 🎲 is fun.

Version 1.1.4

23 Jul 18:12
33687fe
Compare
Choose a tag to compare

Minor updates to the files.

Version 1.1.3

21 Jul 09:26
e2d0cf6
Compare
Choose a tag to compare
  • Added fillter for unliked models