mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 15:13:55 +09:00
- 2.1.19
This commit is contained in:
@@ -41,7 +41,7 @@ GNU Version 2 or Any Later Version
|
|||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
[Official Release Version: 2.1.18](https://github.com/ultimatemember/ultimatemember/releases/tag/2.1.18).
|
[Official Release Version: 2.1.19](https://github.com/ultimatemember/ultimatemember/releases/tag/2.1.19).
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|||||||
@@ -125,12 +125,14 @@ jQuery(document).ready(function() {
|
|||||||
var $element = jQuery( e.currentTarget );
|
var $element = jQuery( e.currentTarget );
|
||||||
var $selected = $element.find(':selected');
|
var $selected = $element.find(':selected');
|
||||||
|
|
||||||
$selected.each( function ( i, option ) {
|
if ( $selected.length > 1 ) {
|
||||||
if ( option.value === '' ) {
|
$selected.each( function ( i, option ) {
|
||||||
option.selected = false;
|
if ( option.value === '' ) {
|
||||||
$element.trigger( 'change' );
|
option.selected = false;
|
||||||
}
|
$element.trigger( 'change' );
|
||||||
});
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( typeof( jQuery.fn.select2 ) === 'function' ) {
|
if ( typeof( jQuery.fn.select2 ) === 'function' ) {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+6
-1
@@ -7,7 +7,7 @@ Tags: community, member, membership, user-profile, user-registration
|
|||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Requires at least: 5.0
|
Requires at least: 5.0
|
||||||
Tested up to: 5.7
|
Tested up to: 5.7
|
||||||
Stable tag: 2.1.18
|
Stable tag: 2.1.19
|
||||||
License: GNU Version 2 or Any Later Version
|
License: GNU Version 2 or Any Later Version
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
@@ -155,6 +155,11 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
|||||||
* To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0)
|
* To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0)
|
||||||
* UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin
|
* UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin
|
||||||
|
|
||||||
|
= 2.1.19: April 20, 2021 =
|
||||||
|
|
||||||
|
* Bugfixes:
|
||||||
|
- Fixed: Endless JS loop when filtering on Member Directory page
|
||||||
|
|
||||||
= 2.1.18: April 19, 2021 =
|
= 2.1.18: April 19, 2021 =
|
||||||
|
|
||||||
* Bugfixes:
|
* Bugfixes:
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
Plugin Name: Ultimate Member
|
Plugin Name: Ultimate Member
|
||||||
Plugin URI: http://ultimatemember.com/
|
Plugin URI: http://ultimatemember.com/
|
||||||
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
||||||
Version: 2.1.18
|
Version: 2.1.19
|
||||||
Author: Ultimate Member
|
Author: Ultimate Member
|
||||||
Author URI: http://ultimatemember.com/
|
Author URI: http://ultimatemember.com/
|
||||||
Text Domain: ultimate-member
|
Text Domain: ultimate-member
|
||||||
|
|||||||
Reference in New Issue
Block a user