mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Tagging 1.3.73
This commit is contained in:
@@ -4,7 +4,7 @@ Ultimate Member is a powerful and flexible WordPress plugin that makes it a bree
|
||||
|
||||
| Latest Version |Requires at least|Stable Tag|
|
||||
| :------------: |:------------:|:------------:|
|
||||
| 1.3.72 | WordPress 4.5 or higher| 1.3.72 |
|
||||
| 1.3.73 | WordPress 4.5 or higher| 1.3.72 |
|
||||
|
||||
|
||||
##Features of the plugin include:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Plugin Name: Ultimate Member
|
||||
Plugin URI: http://ultimatemember.com/
|
||||
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
||||
Version: 1.3.72
|
||||
Version: 1.3.73
|
||||
Author: Ultimate Member
|
||||
Author URI: http://ultimatemember.com/
|
||||
Text Domain: ultimatemember
|
||||
|
||||
+32
-1
@@ -7,7 +7,7 @@ Tags: access control, author, authors, author profile, comments, community, comm
|
||||
Requires at least: 4.1
|
||||
Tested up to: 4.6.1
|
||||
|
||||
Stable Tag: 1.3.72
|
||||
Stable Tag: 1.3.73
|
||||
|
||||
License: GNU Version 2 or Any Later Version
|
||||
|
||||
@@ -149,6 +149,37 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.3.73: November 17, 2016 =
|
||||
|
||||
* Enhancements:
|
||||
* Adds a filter hook to modify the submitted details on registration process
|
||||
* `um_before_save_filter_submitted`
|
||||
* Adds a filter hook to disable canonical link in header
|
||||
* `um_allow_canonical__filter`
|
||||
* Adds a filter hook to modify the auto-generated email address on registration process
|
||||
* `um_user_register_submitted__email`
|
||||
* Adds filter hooks to modify locale, language file path and textdomain
|
||||
* `um_language_textdomain`
|
||||
* `um_language_locale`
|
||||
* `um_language_file`
|
||||
* Adds filter hook to modify the data of selected value:
|
||||
* `um_is_selected_filter_data`
|
||||
* Adds new select/multi-select options to retrieve options from a callback.
|
||||
* In the form builder, edit or add a select/multi-select field and add your callback function in `Choices callback` field to get populated.
|
||||
* Adds parent select field option to dynamically populate another select field.
|
||||
* If `Choices Callback` option is set in the field settings, the `Parent Option` triggers an Ajax request to populate the child options on `change` event.
|
||||
* Updates `um.min.js` file.
|
||||
* Updates `en_US` translation file.
|
||||
|
||||
* Bugfixes:
|
||||
* Removes notices from WPCLI console.
|
||||
* Removes notices from edit profile mode
|
||||
* Removes autocomplete from search filter fields
|
||||
* Fix translation strings of search filters on a member directory
|
||||
* Fix email notifications not sending on registration process
|
||||
* Fix field selection with special characters on form submission
|
||||
* Fix assigning of role on register submission process
|
||||
|
||||
= 1.3.72: October 10, 2016 =
|
||||
|
||||
* Enhancements:
|
||||
|
||||
Reference in New Issue
Block a user