Version Description
- Fix: Error triggered with Elementor coming from the latest update
Download this release
Release Info
Developer | raster02 |
Plugin | User registration & user profile – Profile Builder |
Version | 3.4.5 |
Comparing to | |
See all releases |
Code changes from version 3.4.4 to 3.4.5
- assets/misc/plugin-compatibilities.php +2 -12
- index.php +2 -2
- readme.txt +4 -1
assets/misc/plugin-compatibilities.php
CHANGED
@@ -71,7 +71,7 @@
|
|
71 |
$result = cptch_register_check(new WP_Error());
|
72 |
|
73 |
if ($result->get_error_message('captcha_error'))
|
74 |
-
echo '<p class="wppb-error">' . $result->get_error_message('captcha_error') . '</p>';
|
75 |
|
76 |
}
|
77 |
|
@@ -275,7 +275,7 @@
|
|
275 |
}
|
276 |
|
277 |
/****************************************************
|
278 |
-
* Plugin Name: WPML
|
279 |
* Compatibility with wp_login_form() that wasn't getting the language code in the site url
|
280 |
****************************************************/
|
281 |
add_filter( 'site_url', 'wppb_wpml_login_form_compatibility', 10, 4 );
|
@@ -381,13 +381,3 @@
|
|
381 |
do_action( 'bbp_template_before_user_profile' );
|
382 |
}
|
383 |
}
|
384 |
-
|
385 |
-
/****************************************************
|
386 |
-
* Plugin Name: Elementor
|
387 |
-
* Plugin URI: https://wordpress.org/plugins/elementor/
|
388 |
-
* Make sure scripts and styles are loaded when an Elementor popup is used
|
389 |
-
****************************************************/
|
390 |
-
if ( did_action( 'elementor/loaded' ) ) {
|
391 |
-
if ( is_plugin_active( 'pb-add-on-multi-step-forms/index.php' ) )
|
392 |
-
add_action( 'elementor/frontend/after_render', 'wppb_msf_frontend_assets' );
|
393 |
-
}
|
71 |
$result = cptch_register_check(new WP_Error());
|
72 |
|
73 |
if ($result->get_error_message('captcha_error'))
|
74 |
+
echo '<p class="wppb-error">' . $result->get_error_message('captcha_error') . '</p>';
|
75 |
|
76 |
}
|
77 |
|
275 |
}
|
276 |
|
277 |
/****************************************************
|
278 |
+
* Plugin Name: WPML
|
279 |
* Compatibility with wp_login_form() that wasn't getting the language code in the site url
|
280 |
****************************************************/
|
281 |
add_filter( 'site_url', 'wppb_wpml_login_form_compatibility', 10, 4 );
|
381 |
do_action( 'bbp_template_before_user_profile' );
|
382 |
}
|
383 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.4.
|
7 |
Author: Cozmoslabs
|
8 |
Author URI: https://www.cozmoslabs.com/
|
9 |
Text Domain: profile-builder
|
@@ -70,7 +70,7 @@ function wppb_free_plugin_init() {
|
|
70 |
*
|
71 |
*
|
72 |
*/
|
73 |
-
define('PROFILE_BUILDER_VERSION', '3.4.
|
74 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
75 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
76 |
define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
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.4.5
|
7 |
Author: Cozmoslabs
|
8 |
Author URI: https://www.cozmoslabs.com/
|
9 |
Text Domain: profile-builder
|
70 |
*
|
71 |
*
|
72 |
*/
|
73 |
+
define('PROFILE_BUILDER_VERSION', '3.4.5' );
|
74 |
define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
75 |
define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
|
76 |
define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
|
|
4 |
Tags: user registration, user profile, user registration form, user fields, registration, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form, content restriction, restrict content, profile
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 5.7
|
7 |
-
Stable tag: 3.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -169,6 +169,9 @@ This plugin adds/removes user fields in the front-end. Both default and extra pr
|
|
169 |
15. Edit or Add New User Role
|
170 |
|
171 |
== Changelog ==
|
|
|
|
|
|
|
172 |
= 3.4.4 =
|
173 |
* Fix: Issue with some Elementor styling settings for the Username field input
|
174 |
* Misc: Updated reCaptcha links
|
4 |
Tags: user registration, user profile, user registration form, user fields, registration, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form, content restriction, restrict content, profile
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 5.7
|
7 |
+
Stable tag: 3.4.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
169 |
15. Edit or Add New User Role
|
170 |
|
171 |
== Changelog ==
|
172 |
+
= 3.4.5 =
|
173 |
+
* Fix: Error triggered with Elementor coming from the latest update
|
174 |
+
|
175 |
= 3.4.4 =
|
176 |
* Fix: Issue with some Elementor styling settings for the Username field input
|
177 |
* Misc: Updated reCaptcha links
|