User registration & user profile – Profile Builder - Version 3.7.3

Version Description

  • Small changes
Download this release

Release Info

Developer raster02
Plugin Icon 128x128 User registration & user profile – Profile Builder
Version 3.7.3
Comparing to
See all releases

Code changes from version 3.7.2 to 3.7.3

Files changed (2) hide show
  1. index.php +7 -7
  2. readme.txt +4 -1
index.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Profile Builder
4
  * Plugin URI: https://www.cozmoslabs.com/wordpress-profile-builder/
5
  * Description: Login, registration and edit profile shortcodes for the front-end. Also you can choose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
6
- * Version: 3.7.2
7
  * Author: Cozmoslabs
8
  * Author URI: https://www.cozmoslabs.com/
9
  * Text Domain: profile-builder
@@ -319,9 +319,9 @@ function wppb_plugin_init() {
319
  if( PROFILE_BUILDER == 'Profile Builder Pro' )
320
  $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBP', WPPB_PAID_PLUGIN_DIR . '/index.php', 'profile-builder-pro-update');
321
  else if( PROFILE_BUILDER == 'Profile Builder Basic' )
322
- $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBH', WPPB_PAID_PLUGIN_DIR . '/index.php', 'profile-builder-basic-update');
323
  else if( PROFILE_BUILDER == 'Profile Builder Elite' )
324
- $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBP', WPPB_PAID_PLUGIN_DIR . '/index.php', 'profile-builder-elite-update');
325
  else if( PROFILE_BUILDER == 'Profile Builder Unlimited' )
326
  $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBL', WPPB_PAID_PLUGIN_DIR . '/index.php', 'profile-builder-unlimited-update');
327
 
@@ -360,7 +360,7 @@ add_action( 'plugins_loaded', 'wppb_plugin_init' );
360
  *
361
  *
362
  */
363
- define('PROFILE_BUILDER_VERSION', '3.7.2' );
364
  define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
365
  define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
366
  define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
@@ -394,11 +394,11 @@ if ( in_array( 'profile-builder-pro/index.php', $active_plugins ) ){
394
  define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-unlimited' );
395
  define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-unlimited/' );
396
 
397
- } elseif ( in_array( 'profile-builder-basic/index.php', $active_plugins ) ){
398
 
399
  define('PROFILE_BUILDER', 'Profile Builder Basic');
400
- define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-basic' );
401
- define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-basic/' );
402
 
403
  } else
404
  define('PROFILE_BUILDER', 'Profile Builder Free');
3
  * Plugin Name: Profile Builder
4
  * Plugin URI: https://www.cozmoslabs.com/wordpress-profile-builder/
5
  * Description: Login, registration and edit profile shortcodes for the front-end. Also you can choose what fields should be displayed or add new (custom) ones both in the front-end and in the dashboard.
6
+ * Version: 3.7.3
7
  * Author: Cozmoslabs
8
  * Author URI: https://www.cozmoslabs.com/
9
  * Text Domain: profile-builder
319
  if( PROFILE_BUILDER == 'Profile Builder Pro' )
320
  $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBP', WPPB_PAID_PLUGIN_DIR . '/index.php', 'profile-builder-pro-update');
321
  else if( PROFILE_BUILDER == 'Profile Builder Basic' )
322
+ $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBH', WPPB_PAID_PLUGIN_DIR . '/index.php', 'profile-builder-hobbyist-update');
323
  else if( PROFILE_BUILDER == 'Profile Builder Elite' )
324
+ $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBE', WPPB_PAID_PLUGIN_DIR . '/index.php', 'profile-builder-elite-update');
325
  else if( PROFILE_BUILDER == 'Profile Builder Unlimited' )
326
  $wppb_update = new wppb_PluginUpdateChecker('http://updatemetadata.cozmoslabs.com/?localSerialNumber=' . $localSerial . '&uniqueproduct=CLPBL', WPPB_PAID_PLUGIN_DIR . '/index.php', 'profile-builder-unlimited-update');
327
 
360
  *
361
  *
362
  */
363
+ define('PROFILE_BUILDER_VERSION', '3.7.3' );
364
  define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
365
  define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
366
  define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
394
  define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-unlimited' );
395
  define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-unlimited/' );
396
 
397
+ } elseif ( in_array( 'profile-builder-hobbyist/index.php', $active_plugins ) ){
398
 
399
  define('PROFILE_BUILDER', 'Profile Builder Basic');
400
+ define('WPPB_PAID_PLUGIN_DIR', WP_PLUGIN_DIR . '/profile-builder-hobbyist' );
401
+ define('WPPB_PAID_PLUGIN_URL', plugins_url() . '/profile-builder-hobbyist/' );
402
 
403
  } else
404
  define('PROFILE_BUILDER', 'Profile Builder Free');
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
4
  Tags: user registration, user profile, registration, profile, user registration form, user fields, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form, content restriction, restrict content
5
  Requires at least: 3.1
6
  Tested up to: 5.9
7
- Stable tag: 3.7.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -177,6 +177,9 @@ This plugin adds/removes user fields in the front-end. Both default and extra pr
177
  15. Edit or Add New User Role
178
 
179
  == Changelog ==
 
 
 
180
  = 3.7.2 =
181
  * Correct some issues with updates
182
 
4
  Tags: user registration, user profile, registration, profile, user registration form, user fields, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form, content restriction, restrict content
5
  Requires at least: 3.1
6
  Tested up to: 5.9
7
+ Stable tag: 3.7.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
177
  15. Edit or Add New User Role
178
 
179
  == Changelog ==
180
+ = 3.7.3 =
181
+ * Small changes
182
+
183
  = 3.7.2 =
184
  * Correct some issues with updates
185