Skip to content

Commit

Permalink
Prepare v3.7.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 14, 2018
1 parent 017c7cd commit b621740
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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

## 3.7.0

Released: 2018-09-14

### Changes

* Update support for Laravel Framework v5.7.

### Removed

* Remove deprecated `Orchestra\Extension\Traits\DomainAware`, use `Orchestra\Extension\Concerns\DomainAware` instead.

## 3.6.0

Released: 2018-05-06
Expand Down
10 changes: 4 additions & 6 deletions README.md
Expand Up @@ -22,17 +22,15 @@ Extension Component allows components or packages to be added dynamically to Orc

Laravel | Extension
:----------|:----------
4.0.x | 2.0.x
4.1.x | 2.1.x
4.2.x | 2.2.x
4.x.x | 2.x.x
5.0.x | 3.0.x
5.1.x | 3.1.x
5.2.x | 3.2.x
5.3.x | 3.3.x
5.4.x | 3.4.x
5.5.x | 3.5.x
5.6.x | 3.6.x
5.7.x | 3.7.x@dev
5.7.x | 3.7.x

## Installation

Expand All @@ -41,7 +39,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/extension": "~3.0"
"orchestra/extension": "^3.0"
}
}
```
Expand All @@ -52,7 +50,7 @@ And then run `composer install` from the terminal.

Above installation can also be simplify by using the following command:

composer require "orchestra/extension=~3.0"
composer require "orchestra/extension=^3.0"

## Configuration

Expand Down

0 comments on commit b621740

Please sign in to comment.