Skip to content

Commit

Permalink
Prepare v3.5.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 Nov 10, 2017
1 parent 59337d2 commit ee6dc39
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_script:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi
- if [[ $setup = 'coveralls' ]]; then travis_retry composer require "satooshi/php-coveralls=~0.7" --prefer-dist --no-interaction --dev; fi
- if [[ $setup = 'coveralls' ]]; then travis_retry composer require "satooshi/php-coveralls=~1.0" --prefer-dist --no-interaction --dev; fi

script:
- if [[ $coverage = 'yes' ]]; then vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml; fi
Expand Down
8 changes: 8 additions & 0 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/view`.

## 3.5.0

Released: 2017-11-10

### Changes

* Update support for Laravel Framework v5.5.

## 3.4.0

Released: 2017-05-02
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ View Component is Orchestra Platform approach to deliver themeable application t

This would allow extension (or even packages) to have it's own set of view styling while developer can maintain a standardise overall design through out the project using a theme.

[![Build Status](https://travis-ci.org/orchestral/view.svg?branch=master)](https://travis-ci.org/orchestral/view)
[![Build Status](https://travis-ci.org/orchestral/view.svg?branch=3.5)](https://travis-ci.org/orchestral/view)
[![Latest Stable Version](https://poser.pugx.org/orchestra/view/version)](https://packagist.org/packages/orchestra/view)
[![Total Downloads](https://poser.pugx.org/orchestra/view/downloads)](https://packagist.org/packages/orchestra/view)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/view/v/unstable)](//packagist.org/packages/orchestra/view)
Expand All @@ -22,15 +22,13 @@ This would allow extension (or even packages) to have it's own set of view styli

Laravel | View
:----------|:----------
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@dev
5.5.x | 3.5.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"illuminate/container": "~5.5.0",
"illuminate/filesystem": "~5.5.0",
"illuminate/view": "~5.5.0",
"mockery/mockery": "^0.9.4",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "~6.0"
},
"extra": {
Expand Down

0 comments on commit ee6dc39

Please sign in to comment.