From 1a98e0d64b86f203ead017c737423d03da3c94c8 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Thu, 17 Nov 2016 17:59:39 +0800 Subject: [PATCH] Tagging 1.3.73 --- README.md | 2 +- index.php | 2 +- readme.txt | 33 ++++++++++++++++++++++++++++++++- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18b50c35..57f6b69c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/index.php b/index.php index 45822e44..3b047a66 100644 --- a/index.php +++ b/index.php @@ -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 diff --git a/readme.txt b/readme.txt index f75fd8b2..3f7fcf5d 100644 --- a/readme.txt +++ b/readme.txt @@ -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: