Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
* Fixes missing delete roles route.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed May 31, 2015
1 parent 94fd435 commit fea9e2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ php:

env:
global:
- setup=simple
- setup=basic
- coverage=no

before_script:
- travis_retry composer self-update
- composer config discard-changes true
- if [[ $setup = 'simple' ]]; then travis_retry composer install --prefer-source --no-interaction; fi
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-source --no-interaction; fi
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-stable; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-lowest --prefer-stable; fi
- if [[ $setup = 'coveralls' ]]; then travis_retry composer require "psr/log=1.0.0" "satooshi/php-coveralls=~0.6" "symfony/yaml=~2.0" --prefer-source --no-interaction --dev; fi
Expand All @@ -33,5 +33,4 @@ matrix:
- env: setup=lowest
- env: setup=stable
- php: 7.0
- php: hhvm
fast_finish: true
4 changes: 4 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Control Change Log

## Version 3.0 {#v3-0}

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

* Fixes missing delete roles route.

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

* Rename `Orchestra\Control\Authorize` to `Orchestra\Control\Command\Synchronizer`.
Expand Down
2 changes: 1 addition & 1 deletion orchestra.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Orchestra Platform Control Extension",
"author": "Mior Muhammad Zaki",
"url": "https://github.com/orchestral/control",
"version": "3.0.1",
"version": "3.0.3",
"provides": [
"Orchestra\\Control\\ControlServiceProvider"
]
Expand Down

0 comments on commit fea9e2c

Please sign in to comment.