Skip to content

Commit 4bf8014

Browse files
authored
Merge branch 'main' into main
2 parents a57d046 + ae628b0 commit 4bf8014

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/regenerate-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: repo-sync/pull-request@v2
9797
with:
9898
source_branch: regenerate-readme
99-
destination_branch: main
99+
destination_branch: ${{ github.event.repository.default_branch }}
100100
github_token: ${{ secrets.GITHUB_TOKEN }}
101101
pr_title: Regenerate README file
102102
pr_body: "**This is an automated pull-request**\n\nRefreshes the `README.md` file with the latest changes to the docblocks in the source code."

fr/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ L'entretien continu de ce projet est possible grâce à :
3434
</a>
3535
</div>
3636

37-
La dernière version stable est la [version 2.5.0](https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes/).
37+
La dernière version stable est la [version 2.6.0](https://make.wordpress.org/cli/2022/01/25/wp-cli-v2-6-0-release-notes/).
3838

3939
Pour rester à jour, suivez [@wpcli sur Twitter](https://twitter.com/wpcli) ou [inscrivez-vous à notre lettre d'information par email](https://make.wordpress.org/cli/subscribe/).
4040

@@ -104,14 +104,14 @@ $ wp --info
104104
OS: Ubuntu 20.04
105105
Shell: /bin/zsh
106106
PHP binary: /usr/local/bin/php
107-
PHP version: 8.0.12
108-
php.ini used: /etc/local/etc/php/8.0/php.ini
107+
PHP version: 8.1.0
108+
php.ini used: /etc/local/etc/php/php.ini
109109
WP-CLI root dir: /home/wp-cli/.wp-cli/vendor/wp-cli/wp-cli
110110
WP-CLI vendor dir: /home/wp-cli/.wp-cli/vendor
111111
WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/
112112
WP-CLI global config: /home/wp-cli/.wp-cli/config.yml
113113
WP-CLI project config:
114-
WP-CLI version: 2.5.0
114+
WP-CLI version: 2.6.0
115115
```
116116

117117
### Mise à jour
@@ -122,7 +122,7 @@ Vous voulez vivre dangereusement ? Exécutez `wp cli update --nightly` pour inst
122122

123123
### Tab completions
124124

125-
WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.5.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`:
125+
WP-CLI contient des scripts d'autocomplétion pour Bash et ZSH. Il suffit de télécharger [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/v2.6.0/utils/wp-completion.bash) et de l'importer dans votre fichier `~/.bash_profile`:
126126

127127
```bash
128128
source /FULL/PATH/TO/wp-completion.bash

0 commit comments

Comments
 (0)