Skip to content

Commit

Permalink
Merge pull request #117 from diggy/update-readme-1-5-0
Browse files Browse the repository at this point in the history
update readme, drop some tests
  • Loading branch information
diggy committed Feb 15, 2018
2 parents 5f40b48 + a2c377e commit 4aac2c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,8 @@ env:

matrix:
include:
- php: 5.3
dist: precise
env: WP_VERSION=latest
- php: 5.4
env: WP_VERSION=latest
- php: 5.5
env: WP_VERSION=latest
- php: 5.6
env: WP_VERSION=latest
- php: 5.6
env: WP_VERSION=trunk
- php: 7.0
dist: precise
env: WP_VERSION=latest
Expand All @@ -47,12 +38,7 @@ matrix:
- php: 7.2
env: WP_VERSION=latest
allow_failures:
- php: nightly
- php: 5.3
- php: 5.4
- php: 5.5
- php: 7.2
- env: WP_VERSION=trunk

before_install:
- if [[ $TRAVIS_PHP_VERSION != '7.2' ]]; then phpenv config-rm xdebug.ini; fi
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Quick links: [Installation](#installation) | [Using](#using) | [Contributing](#c

## Installation

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

## Using
Expand Down Expand Up @@ -69,7 +69,7 @@ wp pll cache
Clears the Polylang languages cache.

~~~
wp pll cache clear
wp pll cache clear
~~~

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

~~~
wp pll doctor language
wp pll doctor language
~~~

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

~~~
wp pll doctor recount
wp pll doctor recount
~~~

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

~~~
wp pll doctor translate
wp pll doctor translate
~~~

**EXAMPLES**
Expand Down Expand Up @@ -677,7 +677,7 @@ wp pll option list [--format=<format>]
Reset Polylang settings.

~~~
wp pll option reset
wp pll option reset
~~~

**EXAMPLES**
Expand Down Expand Up @@ -1205,7 +1205,7 @@ wp pll post-type enable <post_types>
List post types with their translation status.

~~~
wp pll post-type list
wp pll post-type list
~~~

**EXAMPLES**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"Development"
],
"installation": {
"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`."
"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`."
},
"development": {
"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`"
Expand Down

0 comments on commit 4aac2c7

Please sign in to comment.