Skip to content

Commit c6a9034

Browse files
Merge pull request wp-cli#301 from wp-cli/regen-homepage-1-4-1
Regenerate homepage for v1.4.1
2 parents 7250f88 + 8ebc95f commit c6a9034

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Ongoing maintenance is <a href="https://make.wordpress.org/cli/2017/04/03/new-co
99

1010
<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>
1111

12-
The current stable release is [version 1.4.0](https://make.wordpress.org/cli/2017/10/17/version-1-4-0-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.
12+
The current stable release is [version 1.4.1](https://make.wordpress.org/cli/2017/11/13/version-1-4-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.
1313

1414
[![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")
1515

@@ -55,20 +55,20 @@ Before installing WP-CLI, please make sure your environment meets the minimum re
5555
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`:
5656

5757
```bash
58-
$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
58+
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
5959
```
6060

6161
Next, check the Phar file to verify that it's working:
6262

6363
```bash
64-
$ php wp-cli.phar --info
64+
php wp-cli.phar --info
6565
```
6666

6767
To use WP-CLI from the command line by typing `wp`, make the file executable and move it to somewhere in your PATH. For example:
6868

6969
```bash
70-
$ chmod +x wp-cli.phar
71-
$ sudo mv wp-cli.phar /usr/local/bin/wp
70+
chmod +x wp-cli.phar
71+
sudo mv wp-cli.phar /usr/local/bin/wp
7272
```
7373

7474
If WP-CLI was installed successfully, you should see something like this when you run `wp --info`:
@@ -82,7 +82,7 @@ WP-CLI root dir: /home/wp-cli/.wp-cli
8282
WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/
8383
WP-CLI global config: /home/wp-cli/.wp-cli/config.yml
8484
WP-CLI project config:
85-
WP-CLI version: 1.4.0
85+
WP-CLI version: 1.4.1
8686
```
8787

8888
### Updating

0 commit comments

Comments
 (0)