From 3aae92d58f28fda8d1650064ed224ee07a8afe52 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Thu, 23 Nov 2017 20:28:36 +0800 Subject: [PATCH 1/3] Update plugin readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 4e0fd4ad..deec92af 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Contributors: ultimatemember, champsupertramp, nsinelnikov Donate link: Tags: community, member, membership, user-profile, user-registration Requires at least: 4.1 -Tested up to: 4.8 +Tested up to: 4.9 Stable tag: 1.3.88 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt From 241574399aadbf052baf7f5790f07f983003090d Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Thu, 23 Nov 2017 20:35:19 +0800 Subject: [PATCH 2/3] Update travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e691c32a..1f1c21df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,6 @@ matrix: - env: WP_TRAVISCI="yarn lint" - env: WP_TRAVISCI="yarn test-client" - env: WP_TRAVISCI="yarn test-gui" - - php: "5.2" - - php: "5.3" - php: "5.5" - php: "5.6" - php: "7.0" From 49b435798d8843e78d7381381c9878c78d67745e Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Thu, 23 Nov 2017 20:40:28 +0800 Subject: [PATCH 3/3] Fix comment header and test travis builder --- includes/core/um-actions-login.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/core/um-actions-login.php b/includes/core/um-actions-login.php index d2dbf574..f88ebacc 100644 --- a/includes/core/um-actions-login.php +++ b/includes/core/um-actions-login.php @@ -1,8 +1,8 @@