Skip to content

Commit

Permalink
Fix Travis WP 4.4 setting, update min WP version in constant
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Nov 8, 2017
1 parent c4fb837 commit 935319f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ php:
env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=latest WP_MULTISITE=0 GF_VERSION=2.3
- WP_VERSION=4.0 WP_MULTISITE=0
- WP_VERSION=4.4 WP_MULTISITE=0

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion gravityview.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* GravityView requires at least this version of WordPress to function properly.
* @since 1.12
*/
define( 'GV_MIN_WP_VERSION', '4.0' );
define( 'GV_MIN_WP_VERSION', '4.4' );

/**
* GravityView requires at least this version of PHP to function properly.
Expand Down

0 comments on commit 935319f

Please sign in to comment.