Skip to content

Commit

Permalink
Prepare 4.2.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 3, 2019
1 parent 8c8548e commit fb6ea8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG-4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/model`.

## 4.2.0

Released: 2019-11-03

### Changes

* Replace `Orchestra\Support\Concerns\QueryFilter` with `Laravie\QueryFilter\Orderable` and `Laravie\QueryFilter\Searchable`.
* Refactor `Orchestra\Model\Concerns\AdvancedSearch` to utilize `Laravie\QueryFilter\Taxanomy`.

## 4.1.0

Released: 2019-09-14
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require": {
"php": ">=7.2",
"laravie/query-filter": "^1.0",
"laravie/query-filter": "^1.0.2",
"orchestra/contracts": "^4.0",
"orchestra/support-core": "^4.0"
},
Expand Down

0 comments on commit fb6ea8d

Please sign in to comment.