diff --git a/.travis.yml b/.travis.yml index 5080cfaf..1e98165f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,15 @@ language: php php: - 5.6 - - 5.2 + - 5.3 env: global: - DB_ENGINE=InnoDB matrix: - WP_VERSION= + - WP_VERSION=4.6.1 + - WP_VERSION=4.5 - WP_VERSION=4.4.2 - WP_VERSION=4.3.1 - WP_VERSION=4.2.4 @@ -27,7 +29,7 @@ matrix: include: - php: 7.0 env: WP_VERSION= - - php: 5.3 + - php: 5.2 env: WP_VERSION= - php: 5.4 env: WP_VERSION= @@ -39,11 +41,7 @@ matrix: env: PLUGINS=akismet.3.1.11:jetpack.4.2.2:wordpress-seo.3.3.4:wordfence.6.1.14:contact-form-7.4.5:google-sitemap-generator.4.0.8 allow_failures: - php: 5.2 - env: WP_VERSION=3.5 - - php: 5.2 - env: WP_VERSION=3.6 - - php: 5.2 - env: WP_VERSION=3.7 + env: WP_VERSION= sudo: false diff --git a/CHANGELOG.md b/CHANGELOG.md index c6aecb8d..58450ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Changelog ## +### 0.19.5 ### + +Welcome WordPress 4.7 + +* Check compatibility +* No new functionality was added! + + ### 0.19.4 ### Add Arabic language. diff --git a/README.md b/README.md index e4a5439e..d247da5d 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ **Donate link:** https://www.paypal.me/Ustimenko/19.83eur **Tags:** psychological, testing, test, quiz **Requires at least:** 3.2 -**Tested up to:** 4.6.1 -**Stable tag:** 0.19.4 +**Tested up to:** 4.7 +**Stable tag:** 0.19.5 **License:** GPLv3 **License URI:** http://www.gnu.org/licenses/gpl-3.0.html diff --git a/tests/integration-environment/create.sh b/tests/integration-environment/create.sh index 5b6a7a6d..95d6574a 100755 --- a/tests/integration-environment/create.sh +++ b/tests/integration-environment/create.sh @@ -6,7 +6,7 @@ set -e HERE=$(dirname $0) DB_ENGINE=${DB_ENGINE:-InnoDB} DB_CHARSET=${DB_CHARSET:-utf8} -WP_VERSION=${WP_VERSION:-4.6.1} +WP_VERSION=${WP_VERSION:-4.7} WP_UPGRADE=${WP_UPGRADE:-0} WP_LINK_SELF=${WP_LINK_SELF:-0} WP_T_SERVER=${WP_T_SERVER:-http://wpti.dev:8000} diff --git a/wp-testing.php b/wp-testing.php index d9fc2f7b..902a2b3b 100644 --- a/wp-testing.php +++ b/wp-testing.php @@ -3,7 +3,7 @@ * Plugin Name: Wp-testing * Plugin URI: http://wordpress.org/extend/plugins/wp-testing/ * Description: Helps to create psychological tests. - * Version: 0.19.4 + * Version: 0.19.5 * Author: Alexander Ustimenko * Author URI: http://ustimen.co * License: GPL3