v4.1.6-alpha
·
1267 commits
to master
since this release
- Fix missing permission check when
uri_account_settingsis not in role (#768) - Add
getLastRowmethod andtransformDropdownSelectionoption toufCollection - Fix missing slug for permissions in "manage permissions" dropdown
- Add "manage permissions" to role page menu
- Factor out custom relation methods into
HasRelationshipstrait onModel - Add
withoutGlobalScopestoSyncable::sync - Add option to use
forceCreateinSyncable::sync - Add option to use custom key in
Syncable::sync - Complete redesign of
BelongsToManyThrough- possible BC for a few people, as you now need to load the "via" models explicitly usingwithVia. This fixes a lot of issues withBelongsToManyThrough. - Deprecate
BelongsToManyConstrained - Add
MorphToManyUnique - Integration tests now use an in-memory sqlite database (
test_integration) by default