Skip to content

Commit

Permalink
Version bump to v3.3.1 for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
y000yal committed Aug 19, 2024
1 parent 13f0ad5 commit 025f0ef
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 239 deletions.
1 change: 0 additions & 1 deletion assets/extensions-json/sections/all_extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@
"excerpt": "Accept credit card, online payments using the Authorize.net payment gateway. Secure payment acceptance, your way.",
"link": "https://wpuserregistration.com/features/authorize-net/?utm_source=dashboard-all-features&utm_medium=card-documentation-link",
"plan" : [
"personal",
"plus",
"professional",
"themegrill agency"
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-ur-admin-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ public function admin_scripts() {
'user_registration_custom_password_info' => esc_html__( 'Set custom passwords by defining criteria such as length, uppercase and lowercase letters, digits, and special characters for enhanced security.', 'user-registration' ),
'ajax_form_submit_error_title' => esc_html__( 'Form could not be saved', 'user-registration' ),
'ajax_form_submit_error' => esc_html__( 'Something went wrong while saving form through AJAX request.', 'user-registration' ),
'ajax_form_submit_troubleshooting_link' => esc_url_raw( 'https://docs.wpuserregistration.com/docs/how-to-check-plugin-theme-conflict/' ),
'ajax_form_submit_troubleshooting_link' => esc_url_raw( 'https://docs.wpuserregistration.com/docs/how-to-handle-ajax-submission-error' ),
'isPro' => is_plugin_active( 'user-registration-pro/user-registration.php' ),
'ur_upgrade_plan_link' => esc_url( 'https://wpuserregistration.com/pricing/?utm_source=plugin&utm_medium=button&utm_campaign=ur-upgrade-to-pro' ),
'ur_remove_password_field_link' => esc_url( 'https://docs.wpuserregistration.com/docs/remove-password-field/' ),
Expand Down
3 changes: 3 additions & 0 deletions includes/functions-ur-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -5189,6 +5189,9 @@ function user_registration_edit_profile_row_template( $data, $profile, $current_
if ( isset( $single_item->field_key ) ) {
$found_field = isset( $profile[ $key ] );
}
if ( $found_field ) {
break;
}
}

if ( $found_field ) {
Expand Down
56 changes: 28 additions & 28 deletions languages/user-registration.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-08-19T08:01:24+00:00\n"
"POT-Creation-Date: 2024-08-19T11:53:10+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: user-registration\n"

#. Plugin Name of the plugin
Expand Down Expand Up @@ -1420,8 +1420,8 @@ msgstr ""
#: includes/admin/notifications/class-ur-admin-notices.php:457
#: includes/class-ur-plugin-updater.php:622
#: includes/class-ur-plugin-updater.php:645
#: includes/functions-ur-core.php:6115
#: includes/functions-ur-core.php:6231
#: includes/functions-ur-core.php:6118
#: includes/functions-ur-core.php:6234
msgid "I have a query"
msgstr ""

Expand Down Expand Up @@ -6365,79 +6365,79 @@ msgstr ""
msgid "Email already exists"
msgstr ""

#: includes/functions-ur-core.php:5751
#: includes/functions-ur-core.php:5771
#: includes/functions-ur-core.php:5754
#: includes/functions-ur-core.php:5774
msgid "Warning:-"
msgstr ""

#: includes/functions-ur-core.php:5752
#: includes/functions-ur-core.php:5755
msgid " This feature is inactive because"
msgstr ""

#: includes/functions-ur-core.php:5753
#: includes/functions-ur-core.php:5763
#: includes/functions-ur-core.php:5773
#: includes/functions-ur-core.php:5756
#: includes/functions-ur-core.php:5766
#: includes/functions-ur-core.php:5776
msgid "Akismet"
msgstr ""

#: includes/functions-ur-core.php:5754
#: includes/functions-ur-core.php:5757
msgid "plugin has not been installed. For more"
msgstr ""

#: includes/functions-ur-core.php:5755
#: includes/functions-ur-core.php:5765
#: includes/functions-ur-core.php:5775
#: includes/functions-ur-core.php:5758
#: includes/functions-ur-core.php:5768
#: includes/functions-ur-core.php:5778
msgid "information."
msgstr ""

#: includes/functions-ur-core.php:5761
#: includes/functions-ur-core.php:5764
msgid "Warning:- "
msgstr ""

#: includes/functions-ur-core.php:5762
#: includes/functions-ur-core.php:5772
#: includes/functions-ur-core.php:5765
#: includes/functions-ur-core.php:5775
msgid "This feature is inactive because"
msgstr ""

#: includes/functions-ur-core.php:5764
#: includes/functions-ur-core.php:5767
msgid "plugin is not activated. For more"
msgstr ""

#: includes/functions-ur-core.php:5774
#: includes/functions-ur-core.php:5777
msgid "plugin has not been properly configured. For more"
msgstr ""

#. translators: %s: Status Log URL
#: includes/functions-ur-core.php:6062
#: includes/functions-ur-core.php:6065
msgid "Please check the `ur_mail_errors` log under <a target=\"_blank\" href= \"%s\"> Status Log </a> section."
msgstr ""

#: includes/functions-ur-core.php:6105
#: includes/functions-ur-core.php:6108
msgid "User Registration Email Send Error"
msgstr ""

#: includes/functions-ur-core.php:6109
#: includes/functions-ur-core.php:6112
msgid "The last emails sent from User Registration Plugin was not delivered to the user. "
msgstr ""

#: includes/functions-ur-core.php:6122
#: includes/functions-ur-core.php:6238
#: includes/functions-ur-core.php:6125
#: includes/functions-ur-core.php:6241
msgid "Visit Documentation"
msgstr ""

#: includes/functions-ur-core.php:6214
#: includes/functions-ur-core.php:6217
msgid "Unusual User Registrations Detected"
msgstr ""

#: includes/functions-ur-core.php:6218
#: includes/functions-ur-core.php:6221
msgid "A significant number of users have registered on your site from sources other than the User Registration plugin's form."
msgstr ""

#: includes/functions-ur-core.php:6219
#: includes/functions-ur-core.php:6222
msgid "These registrations may be suspicious. Please review and disable any other methods that allow user registrations if they are not intended. Additionally, consider enabling spam protection measures in the User Registration plugin to safeguard your site."
msgstr ""

#: includes/functions-ur-core.php:6224
#: includes/functions-ur-core.php:6227
msgid "It was a false alarm"
msgstr ""

Expand Down
Loading

0 comments on commit 025f0ef

Please sign in to comment.