Skip to content

Commit 18f96d1

Browse files
authored
Merge pull request #437 from tecking/pullrequest
2 parents 0400161 + 363e8de commit 18f96d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ja/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ direction: ltr
3535
</a>
3636
</div>
3737

38-
現在の安定バージョンは [2.9.0](https://make.wordpress.org/cli/2023/10/25/wp-cli-v2-9-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。
38+
現在の安定バージョンは [2.10.0](https://make.wordpress.org/cli/2024/02/08/wp-cli-v2-10-0-release-notes/) です。 最新情報を得たい人は、[@wpcli on Twitter](https://twitter.com/wpcli) をフォローするか、[メーリングリストにサインアップ](https://make.wordpress.org/cli/subscribe/)してください。[ロードマップ](https://make.wordpress.org/cli/handbook/roadmap/)で今後のリリース予定を知ることができます。
3939

4040
[![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")
4141

@@ -116,7 +116,7 @@ WP_CLI phar path:
116116
WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/
117117
WP-CLI global config:
118118
WP-CLI project config: /home/wp-cli/wp-cli.yml
119-
WP-CLI version: 2.9.0
119+
WP-CLI version: 2.10.0
120120
```
121121

122122
## アップデート
@@ -129,15 +129,15 @@ WP-CLI は、`wp cli update` ([ドキュメント](https://developer.wordpress.o
129129

130130
## タブ補完
131131

132-
WP-CLI には、Bash および Zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。
132+
WP-CLI には、Bash および zsh 向けのタブ補完スクリプトがあります。スクリプトを使うときは [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.9.0/utils/wp-completion.bash) をダウンロードして、`~/.bash_profile` で読み込みます。
133133

134134
```bash
135135
source /FULL/PATH/TO/wp-completion.bash
136136
```
137137

138138
`source ~/.bash_profile` を実行するのをお忘れなく。
139139

140-
Zsh の場合は、`bashcompinit` をロードした後に `wp-completion.bash` を読み込ませる必要があるかもしれません。`.zshrc` に次のコードを追加してください。
140+
zsh の場合は、`bashcompinit` をロードした後に `wp-completion.bash` を読み込ませる必要があるかもしれません。`.zshrc` に次のコードを追加してください。
141141

142142
```bash
143143
autoload bashcompinit

0 commit comments

Comments
 (0)