From a2c377e8fe89327d3c55c82d7299a3ed62e3b036 Mon Sep 17 00:00:00 2001 From: "Peter J. Herrel" Date: Thu, 15 Feb 2018 22:22:56 +0100 Subject: [PATCH] update readme, drop some tests closes #65 --- .travis.yml | 14 -------------- README.md | 14 +++++++------- composer.json | 2 +- 3 files changed, 8 insertions(+), 22 deletions(-) diff --git a/.travis.yml b/.travis.yml index 109aeb3..8e3dd02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 diff --git a/README.md b/README.md index 699fa58..c52523f 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com:diggy/polylang-cli.git`. ## Using @@ -69,7 +69,7 @@ wp pll cache Clears the Polylang languages cache. ~~~ -wp pll cache clear +wp pll cache clear ~~~ **EXAMPLES** @@ -153,7 +153,7 @@ wp pll doctor check [--format=] Mass install, update and prune core, theme and plugin language files. ~~~ -wp pll doctor language +wp pll doctor language ~~~ **EXAMPLES** @@ -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 @@ -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** @@ -677,7 +677,7 @@ wp pll option list [--format=] Reset Polylang settings. ~~~ -wp pll option reset +wp pll option reset ~~~ **EXAMPLES** @@ -1205,7 +1205,7 @@ wp pll post-type enable List post types with their translation status. ~~~ -wp pll post-type list +wp pll post-type list ~~~ **EXAMPLES** diff --git a/composer.json b/composer.json index 0a51a6f..b6f59c6 100644 --- a/composer.json +++ b/composer.json @@ -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 git@github.com: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 git@github.com: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`"