Plugin Directory

Changeset 2508909


Ignore:
Timestamp:
04/04/2021 12:45:43 PM (5 years ago)
Author:
UsersUltra
Message:

WP 5.7 tweaks

Location:
users-ultra/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • users-ultra/trunk/readme.txt

    r2481806 r2508909  
    44Tags: users, users community, community, members, profiles, subscription, recurring, paypal, membership
    55Requires at least: 3.0.1
    6 Tested up to: 5.6
    7 Stable tag: 3.0.6
     6Tested up to: 5.7
     7Stable tag: 3.0.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    401401== Changelog ==
    402402
     403= 3.0.7(04-04-2021) =
     404* Improvement - Tweaks for WP Version 5.7.
     405
    403406= 3.0.6(02-25-2021) =
    404407* Improvement - Anti-spam controls were added.
  • users-ultra/trunk/xooclasses/xoo.userultra.register.php

    r2473825 r2508909  
    6060            /* Create account */
    6161            $this->uultra_upgrade_account();
    62             //  echo "updgrade fired";
     62
    6363        }
    6464       
     
    7373           
    7474            if ($k == 'usersultra-register' || $k == 'user_pass_confirm' || $k == 'user_pass' || $k == 'xoouserultra-register-form') continue;
    75            
    7675           
    7776            $this->usermeta[$k] = $v;
     
    202201
    203202           
    204            
    205203            $g_recaptcha_response = '';     
    206204            if(isset($_POST['g-recaptcha-response']) && $_POST['g-recaptcha-response']!=''){
     
    221219               
    222220                    $this->errors[] = __('<strong>ERROR:</strong> Please complete reCaptcha Test first.','users-ultra');       
    223                
    224221            }
    225            
    226            
    227222           
    228223           
     
    502497                    $new_h = $height;   
    503498               
    504                 //}else {                   
    505                     //$new_h = $current_h;         
    506499               
    507500                }
    508501           
    509                
    510                
    511502               
    512503                $dst_img = imagecreatetruecolor($new_w,$new_h);
     
    580571        session_start();
    581572       
    582         //require_once(ABSPATH . 'wp-includes/pluggable.php');
    583573       
    584574        $user_id = get_current_user_id();
     
    614604         
    615605                                               
    616        
    617         //update status
    618         //update_user_meta ($user_id, 'usersultra_account_status', 'pending_payment');       
    619      
    620          //package
    621         // update_user_meta ($user_id, 'usersultra_user_package_id', $package_id);
    622606         
    623607          if($payment_method=="paypal" && $amount > 0)
  • users-ultra/trunk/xoousers.php

    r2481806 r2508909  
    44Plugin URI: https://usersultra.com
    55Description: This is a powerful user profiles plugin for WordPress. This versatile plugin allows you to create user communities in few minutes. It comes with tons of useful shortcodes which give you the capability to customize any WordPress Theme.
    6 Tested up to: 5.6
    7 Version: 3.0.6
     6Tested up to: 5.7
     7Version: 3.0.7
    88Author: Users Ultra Pro
    99Author URI: https://usersultra.com/users-pro.html
Note: See TracChangeset for help on using the changeset viewer.