Skip to content

Commit 4aac2c7

Browse files
authored
Merge pull request #117 from diggy/update-readme-1-5-0
update readme, drop some tests
2 parents 5f40b48 + a2c377e commit 4aac2c7

File tree

3 files changed

+8
-22
lines changed

3 files changed

+8
-22
lines changed

.travis.yml

-14
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,8 @@ env:
2828

2929
matrix:
3030
include:
31-
- php: 5.3
32-
dist: precise
33-
env: WP_VERSION=latest
34-
- php: 5.4
35-
env: WP_VERSION=latest
36-
- php: 5.5
37-
env: WP_VERSION=latest
3831
- php: 5.6
3932
env: WP_VERSION=latest
40-
- php: 5.6
41-
env: WP_VERSION=trunk
4233
- php: 7.0
4334
dist: precise
4435
env: WP_VERSION=latest
@@ -47,12 +38,7 @@ matrix:
4738
- php: 7.2
4839
env: WP_VERSION=latest
4940
allow_failures:
50-
- php: nightly
51-
- php: 5.3
52-
- php: 5.4
53-
- php: 5.5
5441
- php: 7.2
55-
- env: WP_VERSION=trunk
5642

5743
before_install:
5844
- if [[ $TRAVIS_PHP_VERSION != '7.2' ]]; then phpenv config-rm xdebug.ini; fi

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Quick links: [Installation](#installation) | [Using](#using) | [Contributing](#c
99

1010
## Installation
1111

12-
Installing this package requires WP-CLI v1.4.0 or greater. Update to the latest stable release with `wp cli update`.
12+
Installing this package requires WP-CLI v1.5.0 or greater. Update to the latest stable release with `wp cli update`.
1313
Once you've done so, you can install this package with `wp package install [email protected]:diggy/polylang-cli.git`.
1414

1515
## Using
@@ -69,7 +69,7 @@ wp pll cache
6969
Clears the Polylang languages cache.
7070

7171
~~~
72-
wp pll cache clear
72+
wp pll cache clear
7373
~~~
7474

7575
**EXAMPLES**
@@ -153,7 +153,7 @@ wp pll doctor check [--format=<format>]
153153
Mass install, update and prune core, theme and plugin language files.
154154

155155
~~~
156-
wp pll doctor language
156+
wp pll doctor language
157157
~~~
158158

159159
**EXAMPLES**
@@ -167,7 +167,7 @@ wp pll doctor language
167167
Recalculate number of posts assigned to each language taxonomy term.
168168

169169
~~~
170-
wp pll doctor recount
170+
wp pll doctor recount
171171
~~~
172172

173173
In instances where manual updates are made to the terms assigned to
@@ -188,7 +188,7 @@ to bring the count back to the correct value.
188188
Translate untranslated posts and taxonomies in bulk.
189189

190190
~~~
191-
wp pll doctor translate
191+
wp pll doctor translate
192192
~~~
193193

194194
**EXAMPLES**
@@ -677,7 +677,7 @@ wp pll option list [--format=<format>]
677677
Reset Polylang settings.
678678

679679
~~~
680-
wp pll option reset
680+
wp pll option reset
681681
~~~
682682

683683
**EXAMPLES**
@@ -1205,7 +1205,7 @@ wp pll post-type enable <post_types>
12051205
List post types with their translation status.
12061206

12071207
~~~
1208-
wp pll post-type list
1208+
wp pll post-type list
12091209
~~~
12101210

12111211
**EXAMPLES**

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"Development"
9292
],
9393
"installation": {
94-
"body": "Installing this package requires WP-CLI v1.4.0 or greater. Update to the latest stable release with `wp cli update`. \nOnce you've done so, you can install this package with `wp package install [email protected]:diggy/polylang-cli.git`."
94+
"body": "Installing this package requires WP-CLI v1.5.0 or greater. Update to the latest stable release with `wp cli update`. \nOnce you've done so, you can install this package with `wp package install [email protected]:diggy/polylang-cli.git`."
9595
},
9696
"development": {
9797
"body": "### Behat Tests\nTo run the Behat tests for polylang-cli, `cd` into the package directory and run `$ ./vendor/bin/behat --expand` from the command line. To run a specific group of tests use the `tags` parameter; e.g.: `$ ./vendor/bin/behat --expand --tags @pll-lang`"

0 commit comments

Comments
 (0)