Skip to content

Commit

Permalink
Prepare v3.6.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 May 6, 2018
1 parent 9df0078 commit bcebcc0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 51 deletions.
56 changes: 8 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 3.6.0

Released: 2018-05-06

### Changes

* Update support for Laravel Framework v5.6.

## 3.5.4

Released: 2018-04-25
Expand Down Expand Up @@ -51,51 +59,3 @@ Released: 2017-09-03
### Removed

* Remove deprecated `Orchestra\Support\Contracts\CsvableInterface`, replaced with `Orchestra\Support\Contracts\Csvable`.

## 3.4.3

Released: 2017-10-30

### Changes

* Allows `Orchestra\Support\Traits\QueryFilter` to access `Illuminate\Database\Query\Expression` to exclude expression with `.` to be converted to relationship `whereHas` query.

## 3.4.2

Released: 2017-07-11

### Changes

* Add support to require `danielstjules/stringy` `~3.0`.

## 3.4.1

Released: 2017-04-15

### Fixes

* Fixes `Orchestra\Support\Transformer` implementations.

## 3.4.0

Released: 2017-03-12

### Changes

* Update support for Laravel Framework v5.4.

### Removed

* Remove deprecated classes:
- `Orchestra\Support\Providers\Traits\AliasesProviderTrait`
- `Orchestra\Support\Providers\Traits\EventProviderTrait`
- `Orchestra\Support\Providers\Traits\MiddlewareProviderTrait`
- `Orchestra\Support\Providers\Traits\PackageProviderTrait`
- `Orchestra\Support\Traits\DataContainerTrait`
- `Orchestra\Support\Traits\DescendibleTrait`
- `Orchestra\Support\Traits\MacroableTrait`
- `Orchestra\Support\Traits\ObservableTrait`
- `Orchestra\Support\Traits\QueryFilterTrait`
- `Orchestra\Support\Traits\EloquentConnectionTrait`
- `Orchestra\Support\Traits\UploadableTrait`
- `Orchestra\Support\Traits\ValidationTrait`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Laravel | Support
5.3.x | 3.3.x
5.4.x | 3.4.x
5.5.x | 3.5.x
5.6.x | 3.6.x@dev
5.6.x | 3.6.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion src/Providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Laravel | Support (Providers)
5.3.x | 3.3.x
5.4.x | 3.4.x
5.5.x | 3.5.x
5.6.x | 3.6.x@dev
5.6.x | 3.6.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion src/Support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Laravel | Support (Core)
5.3.x | 3.3.x
5.4.x | 3.4.x
5.5.x | 3.5.x
5.6.x | 3.6.x@dev
5.6.x | 3.6.x

## Installation

Expand Down

0 comments on commit bcebcc0

Please sign in to comment.