Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
* Update support to Laravel Framework v5.2.
* Use `Orchestra\Contracts\Authorization\Authorizable` contract.
* Remove default morphClass properties.
* Only hash password (using mutator) when rehashing is required.
* Add `Orchestra\Model\Observer\Role::saving()` to disable adding "Guest" as a role.
* Add `Orchestra\Model\Traits\OwnedByTrait`.
* Add `Orchestra\Model\Traits\OwnsTrait`.
* Refactor `Orchestra\Model\Observer\Role::updating()`.
* Add `Orchestra\Model\Plugins\RefreshOnCreate`.
* Allow customizing searchable fields/attributes via `Orchestra\Model\User::$searchable`.
* Add `Orchestra\Model\Eloquent::transaction()` method to execute model using transaction.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Dec 20, 2015
1 parent 61eae3e commit 03567ae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ title: Model Change Log

---

## Version 3.2 {#v3-2}

### v3.2.0 {#v3-2-0}

* Update support to Laravel Framework v5.2.
* Use `Orchestra\Contracts\Authorization\Authorizable` contract.
* Remove default morphClass properties.
* Only hash password (using mutator) when rehashing is required.
* Add `Orchestra\Model\Observer\Role::saving()` to disable adding "Guest" as a role.
* Add `Orchestra\Model\Traits\OwnedByTrait`.
* Add `Orchestra\Model\Traits\OwnsTrait`.
* Refactor `Orchestra\Model\Observer\Role::updating()`.
* Add `Orchestra\Model\Plugins\RefreshOnCreate`.
* Allow customizing searchable fields/attributes via `Orchestra\Model\User::$searchable`.
* Add `Orchestra\Model\Eloquent::transaction()` method to execute model using transaction.

## Version 3.1 {#v3-1}

### v3.1.6 {#v3-1-6}
Expand Down

0 comments on commit 03567ae

Please sign in to comment.