Releases: orchestral/model
Releases · orchestral/model
v2.1.4
v2.1.3
v2.1.2
v2.1.1
- Fixes
Orchestra\Model\User::isNot()
andOrchestra\Model\User::isNotAny()
helper class. - Rename
Orchestra\Model\User::resolveRolesAsArray()
toOrchestra\Model\User::getRoles()
with visibility changed to public. Additionally allow relations to be loaded from cache if it's available instead of querying the database each time it being used. - Serialize storage value on user_meta to allow adding value other than string.
v2.1.0
- Add support for Laravel 4.1 and Orchestra Platform 2.1.
- Implement PSR-2 coding standard.
- Implement
Orchestra\Notifier\RecipientInterface
. - Abstract
Orchestra\Model\Memory\UserMetaRepository
andOrchestra\Model\Memory\UserMetaProvider
from orchestra/foundation which allow it to be used outside of Orchestra Platform. - Add multiple helpers method to
Orchestra\Model\User
:attachRole()
detachRole()
is()
isAny()
isNot()
isNotAny()