Changeset 2508909
- Timestamp:
- 04/04/2021 12:45:43 PM (5 years ago)
- Location:
- users-ultra/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
xooclasses/xoo.userultra.register.php (modified) (7 diffs)
-
xoousers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
users-ultra/trunk/readme.txt
r2481806 r2508909 4 4 Tags: users, users community, community, members, profiles, subscription, recurring, paypal, membership 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 67 Stable tag: 3.0. 66 Tested up to: 5.7 7 Stable tag: 3.0.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 401 401 == Changelog == 402 402 403 = 3.0.7(04-04-2021) = 404 * Improvement - Tweaks for WP Version 5.7. 405 403 406 = 3.0.6(02-25-2021) = 404 407 * Improvement - Anti-spam controls were added. -
users-ultra/trunk/xooclasses/xoo.userultra.register.php
r2473825 r2508909 60 60 /* Create account */ 61 61 $this->uultra_upgrade_account(); 62 // echo "updgrade fired"; 62 63 63 } 64 64 … … 73 73 74 74 if ($k == 'usersultra-register' || $k == 'user_pass_confirm' || $k == 'user_pass' || $k == 'xoouserultra-register-form') continue; 75 76 75 77 76 $this->usermeta[$k] = $v; … … 202 201 203 202 204 205 203 $g_recaptcha_response = ''; 206 204 if(isset($_POST['g-recaptcha-response']) && $_POST['g-recaptcha-response']!=''){ … … 221 219 222 220 $this->errors[] = __('<strong>ERROR:</strong> Please complete reCaptcha Test first.','users-ultra'); 223 224 221 } 225 226 227 222 228 223 … … 502 497 $new_h = $height; 503 498 504 //}else {505 //$new_h = $current_h;506 499 507 500 } 508 501 509 510 511 502 512 503 $dst_img = imagecreatetruecolor($new_w,$new_h); … … 580 571 session_start(); 581 572 582 //require_once(ABSPATH . 'wp-includes/pluggable.php');583 573 584 574 $user_id = get_current_user_id(); … … 614 604 615 605 616 617 //update status618 //update_user_meta ($user_id, 'usersultra_account_status', 'pending_payment');619 620 //package621 // update_user_meta ($user_id, 'usersultra_user_package_id', $package_id);622 606 623 607 if($payment_method=="paypal" && $amount > 0) -
users-ultra/trunk/xoousers.php
r2481806 r2508909 4 4 Plugin URI: https://usersultra.com 5 5 Description: 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. 67 Version: 3.0. 66 Tested up to: 5.7 7 Version: 3.0.7 8 8 Author: Users Ultra Pro 9 9 Author URI: https://usersultra.com/users-pro.html
Note: See TracChangeset
for help on using the changeset viewer.