Commit Graph

599 Commits

Author SHA1 Message Date
Nikita Sinelnikov cf74b1a379 Revert "JavaScript error in the members directory filter" 2021-04-16 14:18:18 +03:00
yuriinalivaiko 60fde4bcb0 Fixed: endless loop in the directory filter 2021-04-15 21:58:41 +02:00
nikitasinelnikov 2cd4a74be8 - fixed the "required" validation for the empty multiselect field; 2021-04-07 12:55:37 +03:00
nikitasinelnikov c6f1ba0a6f - fixed select2 dropdown window position; 2021-03-10 02:52:52 +02:00
nikitasinelnikov a8de403837 - minified scripts;
- fixed PHP notice with slider's range;
- fixed the issue with the password reset hash;
2021-03-08 16:59:11 +02:00
Nikita Sinelnikov 88765d26ef Merge pull request #768 from ultimatemember/fix/jQuery_3_compatibility
jQuery 3 compatibility (for WordPress 5.7 and higher)
2021-03-05 18:21:34 +02:00
nikitasinelnikov b51f6f6c49 - fixed the issues with more than 1 modal windows on 1 page (e.g. Image field in profile & Messaging Login popup); 2021-03-04 21:37:50 +02:00
nikitasinelnikov 4caf2dae80 - updated minified scripts; 2021-03-04 17:05:58 +02:00
Nikita Sinelnikov 69efeb7385 Merge branch 'development/2.1.16' into fix/dropdown_menu_position 2021-03-04 17:05:42 +02:00
nikitasinelnikov 2499bbfa00 - code formatting; 2021-03-04 16:57:38 +02:00
yuriinalivaiko 16bf0ebd68 Update scripts:
jQuery.fn.change() event shorthand is deprecated
jQuery.fn.click() event shorthand is deprecated
jQuery.fn.focus() event shorthand is deprecated
jQuery.fn.keypress() event shorthand is deprecated
jQuery.fn.removeAttr no longer sets boolean properties: disabled
jQuery.fn.submit() event shorthand is deprecated
jQuery.isArray is deprecated; use Array.isArray
2021-03-04 16:39:19 +02:00
nikitasinelnikov 751e4086d2 - added minified select2.css 2021-03-04 16:23:55 +02:00
nikitasinelnikov 77e43cbcae - updated select2 library; 2021-03-04 16:23:29 +02:00
yuriinalivaiko dbb3b0be65 lib UM.menus renamed to UM.dropdown 2021-03-03 19:58:51 +02:00
denisbaranov ecc5461978 Fix problems with the positioning of the dropdown menu 2021-01-18 20:56:25 +02:00
nikitasinelnikov e1954d3d8e - added JS hook 'um_member_directory_grid_masonry_attrs' for customizing Masonry grid settings;
- added conditional logic for 'Allow users to hide their profiles from directory' option;
- fixed getting upgrades process for the User Locations extension;
2021-01-07 02:01:17 +02:00
nikitasinelnikov d1feb6dd75 - fixed conditional logic; 2020-12-24 14:55:18 +02:00
nikitasinelnikov c7487a702b - code formatting; 2020-12-18 13:46:01 +02:00
nikitasinelnikov dfc6f876ac - Added: um_member_directory_cover_image_size hook with ability to change the cover photo size on the member directory
- Added: `um_member_directory_get_members_allow` JS hook for 3rd-party integration with the member directory. You could use a time throttle until some data is loaded
- Fixed: Upgrade process on websites where a hosting locks the frequent AJAX requests (added default JS throttle between requests)
2020-11-18 16:56:01 +02:00
nikitasinelnikov 4272a7622a - removed Instagram extension's image; 2020-10-29 23:03:51 +02:00
denisbaranov 23888a0ee0 minor style fix of the textarea field 2020-10-18 15:28:55 +03:00
nikitasinelnikov 78d8a2c845 - fixed slider filter preloader;
- fixed redirect_to and approve user status on registration;
2020-08-31 23:08:54 +03:00
nikitasinelnikov c112f02743 - added WP Users restrictions by UM Roles settings;
- added new extensions to the list;
2020-08-31 18:05:54 +03:00
nikitasinelnikov 5e782cf922 - fixed account submission for password reset; 2020-08-03 18:06:26 +03:00
nikitasinelnikov 200796c112 - added hooks and integrations for JobBoardWP plugin; 2020-07-31 00:35:13 +03:00
nikitasinelnikov f9759e84e8 - minified script; 2020-07-14 14:16:21 +03:00
nikitasinelnikov be84384864 Merge remote-tracking branch 'remotes/origin/fix/cond_logic_files_upload' 2020-07-14 14:09:16 +03:00
nikitasinelnikov 88c3720106 - fixed member directory sorting;
- fixed member directory list dropdown init after changing view type;
- fixed registration form;
2020-07-14 04:21:03 +03:00
nikitasinelnikov 2dad3d2704 - Fixed "get_profile_photo_size" function (avoid PHP notice with array_combine )
- Fixed password reset/change form when other forms are initialized at the same page
  - Fixed getting extension updates on multisites
  - Deprecated JS event 'um_before_modal_removed', use wp.hooks action 'um_before_modal_removed' instead
2020-07-06 14:20:29 +03:00
andrewshuba b5542456b9 -fix conditional logic after image/file upload/remove 2020-06-18 13:28:38 +03:00
nikitasinelnikov d93dd00249 - minified files; 2020-06-04 14:32:11 +03:00
denisbaranov 883aca32b1 Fixed: Don't restore default value for visible fields 2020-06-04 14:26:48 +03:00
denisbaranov 8719c6c50c Fixed: Conditional logic script 2020-06-04 14:05:20 +03:00
nikitasinelnikov cab5545d20 - Fixed compatibility with jQuery 3.x and 'load' event 2020-06-02 14:25:45 +03:00
nikitasinelnikov 092b709d0f - transfer User Tags conditional logic to extension, added JS hooks; 2020-05-26 15:38:44 +03:00
nikitasinelnikov 9da5cef5c5 - fixed PHP typo;
- fixed links in the forms in a modal window;
- minified scripts;
- updated readme;
2020-05-26 12:49:18 +03:00
denisbaranov 8aee31e7b2 Fixed: Conditional logic for 'User Tag' fields 2020-05-10 19:27:06 +01:00
denisbaranov 749bd65995 Fixed: Disable select and textarea fields in inactive tabs on Account 2020-05-10 17:52:08 +03:00
denisbaranov f7d8e02653 Fixed: Don't delete rows in the modal login form 2020-05-01 21:14:21 +03:00
denisbaranov 4f3325b4e2 Minor style fix.
Implement Google's recommendation for the fonts loading.
See https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknown
2020-03-27 19:39:27 +02:00
denisbaranov 3d88c9fbb8 minor style fix 2020-03-22 18:15:15 +02:00
nikitasinelnikov 4e604cad3f - added User Locations extension; 2020-03-03 09:43:58 +02:00
nikitasinelnikov 7057558578 - fixed RTL styles; 2020-02-24 10:27:11 +02:00
nikitasinelnikov bc9ad3e1b4 Merge remote-tracking branch 'remotes/origin/fix/jquery-ui' 2020-02-17 17:55:41 +02:00
nikitasinelnikov 9698241362 - fixed some styles;
- fixed modal fonticons close;
- fixed vulnerability with sanitizing $_POST;
2020-02-14 11:54:12 +02:00
denisbaranov 87f05d7201 jquery-ui library images 2020-02-13 14:09:44 +02:00
nikitasinelnikov f16783c047 Merge remote-tracking branch 'remotes/origin/origin/improvement/field-notice' 2020-02-06 15:05:34 +02:00
nikitasinelnikov 067f0d6a78 Fixed issues with "key => value" fields (dropdown + multiselect) if 'um_select_options_pair' filter is used;
Added JS filters to member directory functionality;
2020-02-06 14:54:13 +02:00
nikitasinelnikov 93c652c8e9 - fixed displaying header with member counts;
- added JS hook for integrations with extensions;
2020-01-31 15:09:44 +02:00
nikitasinelnikov f7bbafda7b - review Select2 CSS;
- fixes for member directory;
2020-01-29 13:22:03 +02:00