Skip to content

Commit

Permalink
Update wp-cli to 1.1.0 (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielks authored and swalkinshaw committed Feb 15, 2017
1 parent 5f5b926 commit bd8620a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### HEAD
* Update WP-CLI to 1.1.0 ([#759](https://github.com/roots/trellis/pull/759))
* Add DOMAIN_CURRENT_SITE to default env variables ([#760](https://github.com/roots/trellis/pull/760))
* Fix formatting of `set_fact` for `ansible_become_pass` ([#758](https://github.com/roots/trellis/pull/758))
* Require Ansible 2.2.0.0 or greater ([#726](https://github.com/roots/trellis/pull/726))
Expand Down
2 changes: 1 addition & 1 deletion roles/wp-cli/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wp_cli_version: 1.0.0
wp_cli_version: 1.1.0
wp_cli_bin_path: /usr/bin/wp
wp_cli_phar_url: "https://github.com/wp-cli/wp-cli/releases/download/v{{ wp_cli_version }}/wp-cli-{{ wp_cli_version }}.phar"
wp_cli_completion_url: "https://raw.githubusercontent.com/wp-cli/wp-cli/v{{ wp_cli_version }}/utils/wp-completion.bash"
Expand Down

0 comments on commit bd8620a

Please sign in to comment.