Skip to content

Commit ae5557d

Browse files
authored
Merge pull request #67 from wp-cli/release-2-1-0
WP-CLI v2.1.0 release
2 parents 5d5898d + 5f652dd commit ae5557d

File tree

3 files changed

+31
-32
lines changed

3 files changed

+31
-32
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
WP-CLI
22
======
33

4-
[WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installs and much more, without using a web browser.
4+
[WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installations and much more, without using a web browser.
55

66
Ongoing maintenance is <a href="https://make.wordpress.org/cli/2017/04/03/new-co-maintainer-alain-thanks-2017-sponsors/#sponsors">made possible by</a>:
77

88
<a href="https://automattic.com/"><img src="https://make.wordpress.org/cli/files/2017/04/automattic-1.png" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" alt="" width="160" height="35" class="aligncenter size-full wp-image-347" /></a> <a href="https://www.bluehost.com/"><img class="aligncenter size-full wp-image-335" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" src="https://make.wordpress.org/cli/files/2017/04/bluehost.png" alt="" width="160" height="26" /></a> <a href="https://www.dreamhost.com/"><img class="aligncenter size-full wp-image-324" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" src="https://make.wordpress.org/cli/files/2017/04/dreamhost.png" alt="" width="160" height="30" /></a> <a href="https://www.siteground.com/"><img class="aligncenter size-full wp-image-332" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" src="https://make.wordpress.org/cli/files/2017/04/siteground.png" alt="" width="160" height="33" /></a> <a href="https://wpengine.com/"><img class="aligncenter size-full wp-image-333" style="width:19%;height:auto;display:inline-block;vertical-align:middle;" src="https://make.wordpress.org/cli/files/2017/04/wpengine.png" alt="" width="160" height="30" /></a>
99

10-
The current stable release is [version 1.5.1](https://make.wordpress.org/cli/2018/04/21/version-1-5-1-released/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases.
10+
The current stable release is [version 2.1.0](https://make.wordpress.org/cli/2018/12/18/wp-cli-v2-1-0-release-notes/). For announcements, follow [@wpcli on Twitter](https://twitter.com/wpcli) or [sign up for email updates](https://make.wordpress.org/cli/subscribe/). [Check out the roadmap](https://make.wordpress.org/cli/handbook/roadmap/) for an overview of what's planned for upcoming releases.
1111

12-
[![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Dependency Status](https://gemnasium.com/badges/github.com/wp-cli/wp-cli.svg)](https://gemnasium.com/github.com/wp-cli/wp-cli) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [![Percentage of issues still open](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open")
12+
[![Build Status](https://travis-ci.org/wp-cli/wp-cli.svg?branch=master)](https://travis-ci.org/wp-cli/wp-cli) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Average time to resolve an issue") [![Percentage of issues still open](https://isitmaintained.com/badge/open/wp-cli/wp-cli.svg)](https://isitmaintained.com/project/wp-cli/wp-cli "Percentage of issues still open")
1313

1414
Quick links: [Using](#using) &#124; [Installing](#installing) &#124; [Support](#support) &#124; [Extending](#extending) &#124; [Contributing](#contributing) &#124; [Credits](#credits)
1515

@@ -20,7 +20,7 @@ WP-CLI provides a command-line interface for many actions you might perform in t
2020
```bash
2121
$ wp plugin install user-switching --activate
2222
Installing User Switching (1.0.9)
23-
Downloading install package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip...
23+
Downloading installation package from https://downloads.wordpress.org/plugin/user-switching.1.0.9.zip...
2424
Unpacking the package...
2525
Installing the plugin...
2626
Plugin installed successfully.
@@ -47,7 +47,7 @@ Downloading the Phar file is our recommended installation method for most users.
4747
Before installing WP-CLI, please make sure your environment meets the minimum requirements:
4848

4949
- UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment
50-
- PHP 5.3.29 or later
50+
- PHP 5.4 or later
5151
- WordPress 3.7 or later. Versions older than the latest WordPress release may have degraded functionality
5252

5353
Once you've verified requirements, download the [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`:
@@ -78,12 +78,12 @@ Shell: /bin/zsh
7878
PHP binary: /usr/local/bin/php
7979
PHP version: 7.0.22
8080
php.ini used: /etc/local/etc/php/7.0/php.ini
81-
WP-CLI root dir: /home/wp-cli/.wp-cli
81+
WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli
8282
WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor
8383
WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/
8484
WP-CLI global config: /home/wp-cli/.wp-cli/config.yml
8585
WP-CLI project config:
86-
WP-CLI version: 1.5.1
86+
WP-CLI version: 2.1.0
8787
```
8888

8989
### Updating
@@ -96,7 +96,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n
9696

9797
### Tab completions
9898

99-
WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) and source it from `~/.bash_profile`:
99+
WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v1.5.1/utils/wp-completion.bash) and source it from `~/.bash_profile`:
100100

101101
```bash
102102
source /FULL/PATH/TO/wp-completion.bash
@@ -131,7 +131,7 @@ If you didn't find an answer in one of the venues above, you can:
131131

132132
GitHub issues are meant for tracking enhancements to and bugs of existing commands, not general support. Before submitting a bug report, please [review our best practices](https://make.wordpress.org/cli/handbook/bug-reports/) to help ensure your issue is addressed in a timely manner.
133133

134-
Please do not ask support questions on Twitter. Twitter isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 140 characters, and 2) Twitter isn't a place where someone with your same question can search for an answer in a prior conversation.
134+
Please do not ask support questions on Twitter. Twitter isn't an acceptable venue for support because: 1) it's hard to hold conversations in under 280 characters, and 2) Twitter isn't a place where someone with your same question can search for an answer in a prior conversation.
135135

136136
Remember, libre != gratis; the open source license grants you the freedom to use and modify, but not commitments of other people's time. Please be respectful, and set your expectations accordingly.
137137

@@ -181,7 +181,7 @@ Read through our [contributing guidelines in the handbook](https://make.wordpres
181181

182182
## Leadership
183183

184-
WP-CLI has two project maintainers: [danielbachhuber](https://github.com/danielbachhuber) and [schlessera](http://github.com/schlessera).
184+
WP-CLI has one project maintainer: [schlessera](http://github.com/schlessera).
185185

186186
On occasion, we [grant write access to contributors](https://make.wordpress.org/cli/handbook/committers-credo/) who have demonstrated, over a period of time, that they are capable and invested in moving the project forward.
187187

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"wp-cli/shell-command": "^2",
3434
"wp-cli/super-admin-command": "^2",
3535
"wp-cli/widget-command": "^2",
36-
"wp-cli/wp-cli": "dev-master"
36+
"wp-cli/wp-cli": "^2.1.0"
3737
},
3838
"require-dev": {
3939
"roave/security-advisories": "dev-master",
@@ -51,7 +51,7 @@
5151
},
5252
"extra": {
5353
"branch-alias": {
54-
"dev-master": "2.0.x-dev"
54+
"dev-master": "2.1.x-dev"
5555
}
5656
},
5757
"autoload-dev": {

composer.lock

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)