Skip to content

Commit

Permalink
Merge branch 'hotfix/0.19.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
garex committed Dec 7, 2016
2 parents 0ef8260 + 5982d7e commit 1b978cc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=
Expand All @@ -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

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/integration-environment/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion wp-testing.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b978cc

Please sign in to comment.