Gravity Forms – User Registration Add-On – Version –...

### 5.1 | 2023-03-07
– Added support for async (background) feed processing to improve form submission performance. Requires Gravity Forms 2.7.1+.
– Fixed an issue where pending activations for other sub-sites are shown in a multi-site installation.
– Fixed an issue where a form receives errors on submission when updating a user with their existing email address in multisite.
– Fixed a typo in the text domain in the pending activations list.
– Updated the user meta settings fields to use the generic field map instead of the deprecated dynamic field map field type.
### 5.0 | 2022-02-17,### 4.5 | 2020-05-14
– Added security enhancements.
– Added translations for Hebrew, Hindi, and Turkish.
– Added *[gform_user_registration_pending_activation_expiration](https://docs.gravityforms.com/gform_user_registration_pending_activation_expiration/)* filter that allows the expiration period for the pending activation users to be overridden.
– Added support for sending notifications when the pending activation is deleted.
– Updated the settings on the feed configuration page. See [Creating a Feed for the User Registration Add-On](https://docs.gravityforms.com/creating-feed-user-registration-add/) for the available settings.
– Updated the new user emails to be sent by [wp_new_user_notification()](https://developer.wordpress.org/reference/functions/wp_new_user_notification/) instead of gf_new_user_notification().
– Updated the default activation page template.
– Updated Javascript files, stylesheets to use minified versions.,### 4.1 | 2019-05-15
– Added *[gform_userregistration_associate_entry_with_user](https://docs.gravityforms.com/gform_userregistration_associate_entry_with_user/)* filter to add change if newly created user should be set as entry creator.
– Updated minimum Gravity Forms version to 2.2.6.
– Updated feed settings to display Set Post Author setting when form has Advanced Post Creation feeds.
– Updated Login widget to set logout redirect to current page when logout redirect URL setting is left empty.
– Fixed entry not being associated to newly created user when submitter is not logged in.
– Fixed an issue with pending activation for duplicate emails.
– Fixed PHP notice after Gravity Form 2.4.7 adding tab capabilities check.
– Fixed an issue preventing the personal data retention policy from deleting entries.,### 1.0.beta5.1
– Updated gf_create_user() code to abort user registration if username already exists; beneficial to prevent existing user data being overwritten if username validation is overriden.
### 1.0.beta5
– Added support for all BP field types.
– Rewrote function to better retrieve values from the $_POST and $entry object.