Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0

This commit is contained in:
nikitozzzzzzz
2017-11-26 12:35:44 +02:00
3 changed files with 4 additions and 6 deletions
-2
View File
@@ -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"
+3 -3
View File
@@ -1,8 +1,8 @@
<?php
/***
*** @Error processing hook : login
***/
/**
* Error procesing hook for login
*/
add_action('um_submit_form_errors_hook_login', 'um_submit_form_errors_hook_login', 10);
function um_submit_form_errors_hook_login( $args ){
$is_email = false;
+1 -1
View File
@@ -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