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 | admin/add-ons.php +13 -14 3.15.94.0.3 View file →
@@ -40,23 +40,14 @@
40 40 //Add Pro Section
41 41 $pb_addons_listing->section_header = array( 'title' => __( 'Pro Add-ons', 'profile-builder' ), 'description' => __( 'These Add-ons are available with the Pro and Agency license', 'profile-builder' ) );
42 42 $pb_addons_listing->section_header_free = array( 'title' => __( 'Pro Add-ons', 'profile-builder' ), 'description' => sprintf( __( 'Get access to these Add-ons with a Pro or Agency license. %sBuy now%s', 'profile-builder' ), '<a href="https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=pb-addons-pro&utm_medium=client-site&utm_campaign=pb-pro-addons-upsell#pricing" target="_blank">', '</a>' ) );
43 43 $pb_addons_listing->section_versions = array( 'Profile Builder Pro', 'Profile Builder Agency', 'Profile Builder Unlimited' );
44 + // The Multiple Registration / Multiple Edit Profile Forms cards were
45 + // removed because the underlying functionality is now bundled with the
46 + // form-builder (see form-builder/multiple-forms/). Users access the
47 + // classic UI via the per-CPT toggle in Advanced Settings -> Forms ->
48 + // Forms Editor, so the standalone upsell cards no longer apply.
44 49 $pb_addons_listing->items = array(
45 - array( 'slug' => 'wppb_multipleRegistrationForms',
46 - 'type' => 'add-on',
47 - 'name' => __( 'Multiple Registration Forms', 'profile-builder' ),
48 - 'description' => __( 'Set up multiple registration forms with different fields for certain user roles. Helps capture different information from different types of users.', 'profile-builder' ),
49 - 'icon' => 'pb-add-on-multiple-registration-forms-logo.png',
50 - 'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder/modules/multiple-registration-forms/?utm_source=pb-addons-pro&utm_medium=client-site&utm_campaign=pb-multiple-registration-addon',
51 - ),
52 - array( 'slug' => 'wppb_multipleEditProfileForms',
53 - 'type' => 'add-on',
54 - 'name' => __( 'Multiple Edit Profile Forms', 'profile-builder' ),
55 - 'description' => __( 'Allow different user roles to edit their specific information. Set up multiple edit-profile forms with different fields for certain user roles.', 'profile-builder' ),
56 - 'icon' => 'pb-add-on-multiple-edit-profile-forms-icon.png',
57 - 'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder/modules/multiple-edit-profile-forms/?utm_source=pb-addons-pro&utm_medium=client-site&utm_campaign=pb-multiple-edit-profile-addon',
58 - ),
59 50 array( 'slug' => 'wppb_userListing',
60 51 'type' => 'add-on',
61 52 'name' => __( 'User Listing', 'profile-builder' ),
62 53 'description' => __( 'Easy to edit templates for listing your users as well as creating single user pages.', 'profile-builder' ),
@@ -186,8 +177,16 @@
186 177 'description' => __( 'Allow users to subscribe to your MailPoet lists directly from the Register and Edit Profile forms.', 'profile-builder' ),
187 178 'icon' => 'pb-add-on-mailpoet-logo.png',
188 179 'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder/add-ons/mailpoet/?utm_source=pb-addons-basic&utm_medium=client-site&utm_campaign=pb-mailpoet-addon',
189 180 'download_url' => 'https://www.cozmoslabs.com/add-ons/mailpoet/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBFree',
181 + ),
182 + array( 'slug' => 'progress-bar',
183 + 'type' => 'add-on',
184 + 'name' => __( 'Progress Bar', 'profile-builder' ),
185 + 'description' => __( 'Display a live completion progress bar on your Register and Edit Profile forms.', 'profile-builder' ),
186 + 'icon' => 'pb-add-on-progress-bar-logo.png',
187 + 'doc_url' => 'https://www.cozmoslabs.com/docs/profile-builder/add-ons/progress-bar/?utm_source=pb-addons-basic&utm_medium=client-site&utm_campaign=pb-progress-bar-addon',
188 + 'download_url' => 'https://www.cozmoslabs.com/add-ons/progress-bar/?utm_source=wpbackend&utm_medium=clientsite&utm_content=add-on-page&utm_campaign=PBFree',
190 189 )
191 190 );
192 191 $pb_addons_listing->add_section();
193 192