Skip to content

Commit 789bec5

Browse files
committed
Update index.md for v2.12.0
1 parent 2af6062 commit 789bec5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 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.11.0](https://make.wordpress.org/cli/2024/08/08/wp-cli-v2-11-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.12.0](https://make.wordpress.org/cli/2025/05/07/wp-cli-v2-12-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

@@ -111,7 +111,7 @@ 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.11.0
114+
WP-CLI version: 2.12.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.11.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.12.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)