mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
Added Timeout ti clear all
This commit is contained in:
@@ -1534,7 +1534,9 @@ jQuery(document.body).ready( function() {
|
||||
});
|
||||
|
||||
if ( directory.find( '.um-search-filter select[data-um-parent="' + filter_name + '"]' ).length > 0 ) {
|
||||
select.trigger('change');
|
||||
setTimeout(function(){
|
||||
select.trigger('change');
|
||||
}, 250);
|
||||
}
|
||||
|
||||
} else if ( type === 'slider' ) {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,5 +1,11 @@
|
||||
== Changelog ==
|
||||
|
||||
= 2.8.7 Aug 19, 2024 =
|
||||
|
||||
* Bugfixes:
|
||||
|
||||
- Fixed: The "Clear All" button in the member directory did not reset all dependent dropdowns.
|
||||
|
||||
= 2.8.6 May 22, 2024 =
|
||||
|
||||
* Enhancements:
|
||||
|
||||
+1
-1
@@ -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: 2.8.6
|
||||
* Version: 2.8.7
|
||||
* Author: Ultimate Member
|
||||
* Author URI: http://ultimatemember.com/
|
||||
* Text Domain: ultimate-member
|
||||
|
||||
Reference in New Issue
Block a user