Releases: renoki-co/befriended
Releases · renoki-co/befriended
4.0.0
- Replaced
laravel/framework
requirement with the subcomponents from illuminate/*
(bf8e4f7)
3.7.0
- Dropped Laravel 6.x & PHP 7.2
- Added PHP 8.0 support
3.6.0
- Changed the way the morph class is retrieved from the relation for cross-model followings through a method that can be changed at the resource level (for example, retrieving User's Pages followings by passing
Page::class
to the argument) (#76)
3.4.0
laravel/framework
is now enforced to ^7.22.1
due to security issues
3.3.1
- Updated the
vendor:publish
tags (d842f3a)