PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.3
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.3
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
← All changes | index.php +5 -5 4.0.14.0.3 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: Profile Builder
4 4 * Plugin URI: https://www.cozmoslabs.com/wordpress-profile-builder/
5 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: 4.0.1
6 + * Version: 4.0.3
7 7 * Author: Cozmoslabs
8 8 * Author URI: https://www.cozmoslabs.com/
9 9 * Text Domain: profile-builder
10 10 * Domain Path: /translation
@@ -9,11 +9,11 @@
9 9 * Text Domain: profile-builder
10 10 * Domain Path: /translation
11 11 * License: GPL2
12 12 * WC requires at least: 3.0.0
13 - * WC tested up to: 11
14 - * Elementor tested up to: 4.2.3
15 - * Elementor Pro tested up to: 4.2.3
13 + * WC tested up to: 11.1
14 + * Elementor tested up to: 4.3.0
15 + * Elementor Pro tested up to: 4.3.0
16 16 *
17 17 * == Copyright ==
18 18 * Copyright 2014 Cozmoslabs (www.cozmoslabs.com)
19 19 *
@@ -386,9 +386,9 @@
386 386 * Definitions
387 387 *
388 388 *
389 389 */
390 -define('PROFILE_BUILDER_VERSION', '4.0.1' );
390 +define('PROFILE_BUILDER_VERSION', '4.0.3' );
391 391 define('WPPB_PLUGIN_DIR', plugin_dir_path(__FILE__));
392 392 define('WPPB_PLUGIN_URL', plugin_dir_url(__FILE__));
393 393 define('WPPB_PLUGIN_BASENAME', plugin_basename(__FILE__));
394 394 define('WPPB_TRANSLATE_DIR', WPPB_PLUGIN_DIR . '/translation');