From 9f1b56b29f2447afb8ef0804312205ef7922d347 Mon Sep 17 00:00:00 2001 From: Pretzlaw Date: Tue, 10 Sep 2019 01:03:05 +0200 Subject: [PATCH] qa: Test all current available WooCommerce versions --- .travis.yml | 15 ++++++++------- README.md | 12 ++++++++++-- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 886724d..98c0539 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,18 +17,19 @@ env: global: - PHPUNIT_VERSION="~7|~8" - COMPOSER_CACHE_DIR=/home/travis/.composer - - WOO_VERSION="3.6.*" + - WOO_VERSION="3.7.*" - WP_VERSION="*" matrix: # see https://codex.wordpress.org/WordPress_Versions # see https://phpunit.de/supported-versions.html - - WP_VERSION=4.8.* - - WP_VERSION=4.8.* WOO_VERSION="3.4.*" - - WP_VERSION=4.8.* WOO_VERSION="3.2.*" - - WP_VERSION=4.8.* WOO_VERSION="3.0.*" - - WP_VERSION=4.8.* WOO_VERSION="3.0.*" - - WP_VERSION=5.0.* - WP_VERSION=5.2.* + - WP_VERSION=5.1.* WOO_VERSION="3.6.*" + - WP_VERSION=5.0.* WOO_VERSION="3.5.*" + - WP_VERSION=4.9.* WOO_VERSION="3.4.*" + - WP_VERSION=4.8.* WOO_VERSION="3.3.*" + - WP_VERSION=4.7.* WOO_VERSION="3.2.*" + - WP_VERSION=4.6.* WOO_VERSION="3.1.*" + - WP_VERSION=4.5.* WOO_VERSION="3.0.*" - WP_VERSION=dev-master matrix: diff --git a/README.md b/README.md index aa0a13d..db31a1b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ Overall the goal is **simplicity** and **no time wasting crap** (for me and you) which we achieve by using raw WordPress structures in the YAML instead of reinventing the wheel. +By now we bring helper for: + +* **WordPress** 4.5 - 5.2, e.g. posts, pages, user, options etc. +* **WooCommerce** 3.0 - 3.7, e.g. orders, products etc. + +See below how a small Yaml-File can seed the database with tons of entries. + + ## Install Download or just @@ -29,8 +37,8 @@ Download or just We mostly require what Alice also needs ([see Packagist.org for more details](https://packagist.org/packages/rmp-up/wp-fixtures)): -* PHP 7.1 - 7.3 -* WordPress 5.0 +* PHP +* WordPress Optional: