Skip to content

Commit 2c51a3b

Browse files
committed
Update index.md to v2.6.0
1 parent 06bd090 commit 2c51a3b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Ongoing maintenance is made possible by:
3131
</a>
3232
</div>
3333

34-
The current stable release is [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-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.
34+
The current stable release is [version 2.6.0](https://make.wordpress.org/cli/2022/01/25/wp-cli-v2-6-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.
3535

3636
[![Testing](https://github.com/wp-cli/automated-tests/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/automated-tests/actions/workflows/testing.yml) [![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")
3737

@@ -97,21 +97,21 @@ If WP-CLI was installed successfully, you should see something like this when yo
9797

9898
```bash
9999
$ wp --info
100-
OS: Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64
100+
OS: Linux 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64
101101
Shell: /usr/bin/zsh
102-
PHP binary: /usr/bin/php
103-
PHP version: 8.0.5
104-
php.ini used: /etc/php/8.0/cli/php.ini
102+
PHP binary: /usr/bin/php8.1
103+
PHP version: 8.1.0
104+
php.ini used: /etc/php/8.1/cli/php.ini
105105
MySQL binary: /usr/bin/mysql
106-
MySQL version: mysql Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))
106+
MySQL version: mysql Ver 8.0.27-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))
107107
SQL modes:
108108
WP-CLI root dir: /home/wp-cli/
109109
WP-CLI vendor dir: /home/wp-cli/vendor
110110
WP_CLI phar path:
111111
WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/
112112
WP-CLI global config:
113113
WP-CLI project config: /home/wp-cli/wp-cli.yml
114-
WP-CLI version: 2.5.0
114+
WP-CLI version: 2.6.0
115115
```
116116

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

125125
### Tab completions
126126

127-
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/v2.5.0/utils/wp-completion.bash) and source it from `~/.bash_profile`:
127+
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/v2.6.0/utils/wp-completion.bash) and source it from `~/.bash_profile`:
128128

129129
```bash
130130
source /FULL/PATH/TO/wp-completion.bash

0 commit comments

Comments
 (0)