- Bump module version to mainline (no change)
- Added the unidirectional links feature
- Added the
isUnidirectional()
,isOmnidirectional()
andisEmpty()
methods to theLinkGroup
class - Added the
pointsTo()
method to theLinkGroupItem
class - Added the possibility to retrieve the link items directly using
linkItems()
method asGet::the($type)->linkItems()->of($model)
- Added the possibility to force new link group creation using the
new()
method of theEstablish
class - Added the
link_items
helper, shortcut to Get::the()->linkItems()
- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
- Added PHP 8.3 Support
- Added Laravel 11 Support
- Changed minimum Laravel version to v10.43
- Added the
link_type_exists()
helper function (to be used in blade templates)
- Bump module version to mainline (no change)
- Added Laravel 10 support
- Bump module version to mainline (no change)
- Bump module version to mainline (no change)
- Added final PHP 8.2 support
- Changed minimum Concord version requirement to v1.12
- Fixed establishing and eliminating links between models having morph aliases
- Changed minimum Laravel requirement to 9.2
- Changed minimum Concord requirement to 1.11
- Bump module version to mainline (no change)
- The very first release of Links module