You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Ongoing maintenance is made possible by:
31
31
</a>
32
32
</div>
33
33
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.
35
35
36
36
[](https://github.com/wp-cli/automated-tests/actions/workflows/testing.yml)[](https://isitmaintained.com/project/wp-cli/wp-cli"Average time to resolve an issue")[](https://isitmaintained.com/project/wp-cli/wp-cli"Percentage of issues still open")
37
37
@@ -97,21 +97,21 @@ If WP-CLI was installed successfully, you should see something like this when yo
97
97
98
98
```bash
99
99
$ 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
101
101
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
105
105
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))
@@ -124,7 +124,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n
124
124
125
125
### Tab completions
126
126
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`:
0 commit comments