Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
* Update support to Laravel Framework v5.3.
* Remove `Trait` suffix and deprecate old traits.
* Add `Orchestra\Model\Traits\Searchable`.
* Add `getMetaData()` and `setMetaData()` to `Orchestra\Model\Traits\Metable`.
* Allow to set `null` value when using `Orchestra\Model\Traits\Metable::putMetaData()`.
* Ensure that `Orchestra\Model\User::getRoles()` would only query the database for `roles` relationship once.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jun 10, 2016
1 parent 974ad1c commit 3b8700c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ title: Model Change Log

---

## Version 3.3 {#v3-3}

### v3.3.0 {#v3-3-0}

* Update support to Laravel Framework v5.3.
* Remove `Trait` suffix and deprecate old traits.
* Add `Orchestra\Model\Traits\Searchable`.
* Add `getMetaData()` and `setMetaData()` to `Orchestra\Model\Traits\Metable`.
* Allow to set `null` value when using `Orchestra\Model\Traits\Metable::putMetaData()`.
* Ensure that `Orchestra\Model\User::getRoles()` would only query the database for `roles` relationship once.

## Version 3.2 {#v3-2}

### v3.2.5 {#v3-2-5}
Expand Down

0 comments on commit 3b8700c

Please sign in to comment.