Skip to content

Commit

Permalink
Merge pull request #735 from jmolivas/update-version-0.7.15
Browse files Browse the repository at this point in the history
Update version 0.7.15
  • Loading branch information
jmolivas committed Jul 7, 2015
2 parents 78c9dd0 + b2510cd commit 9924e70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ script:
- php box.phar build
- php console.phar --version
- sudo mv console.phar /usr/local/bin/drupal
- ~/.composer/vendor/bin/drush dl drupal-8.0.0-beta11
- mv drupal-8.0.0-beta11 drupal8.dev
- ~/.composer/vendor/bin/drush dl drupal-8.0.0-beta12
- mv drupal-8.0.0-beta12 drupal8.dev
- cd drupal8.dev
- ~/.composer/vendor/bin/drush site-install standard --yes --account-name=root --account-pass=toor --db-url=sqlite:$PROJECT_DIR/drupal8.dev/sites/default/files/console.sqlite
- drupal chain --file=$PROJECT_DIR/config/dist/chain.yml
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ The Drupal Console is a suite of tools that you run on a command line interface
to generate boilerplate code and interact with a Drupal 8 installation.

## Supported Drupal version

Drupal Console is only compatible with [Drupal 8](http://ftp.drupal.org/files/projects/drupal-8.0.0-beta11.tar.gz), some version of which *must* be installed in order to run Drupal Console commands.
The Drupal 8 supported version is [Drupal 8 Beta 12](http://ftp.drupal.org/files/projects/drupal-8.0.0-beta12.tar.gz).

## Drupal Console documentation

You can read or download the Drupal Console documentation at [bit.ly/console-book](http://bit.ly/console-book).

## Drupal Console support
You can ask for support at Drupal Console gitter chat room [http://bit.ly/console-support](http://bit.ly/console-support).

## Installing Drupal Console
```
# Run this in your terminal to get the latest Console version:
Expand All @@ -52,7 +53,6 @@ drupal generate:module
```

## Using Drupal Console

![image](http://drupalconsole.com/assets/img/console-global.gif)

## Supporting organizations
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '0.7.14';
const VERSION = '0.7.15';
/**
* @var bool
*/
Expand Down

0 comments on commit 9924e70

Please sign in to comment.