Commit Graph

622 Commits

Author SHA1 Message Date
Nikita Sinelnikov e0042ea13d - enhancement for dropdown.js (not completed); 2022-02-04 17:19:01 +02:00
Nikita Sinelnikov 7fac6d81c3 - added hook into Account page JS; 2021-11-19 16:34:09 +02:00
Nikita Sinelnikov 2899f05c6a - fixed #941; 2021-11-11 14:02:37 +02:00
Nikita Sinelnikov f8ab0ff80a - fixed "Clear All"; 2021-09-23 17:57:53 +03:00
Nikita Sinelnikov 7f7bdeabd4 - code review for pull request (#917) 2021-09-17 20:06:04 +03:00
ashubawork 6baf297bb2 - fixed slider range on frontend member directory 2021-09-16 15:30:55 +03:00
Nikita Sinelnikov 057d46400f - minified script; 2021-08-12 12:59:58 +03:00
ashubawork 519beeface - fixed the "Assignment to constant variable" JS error on some sites 2021-08-12 12:04:37 +03:00
Nikita Sinelnikov 2ed4ee96cd - fixed member directory dropdown filters;
- code formatting for URL field type sanitizing;
2021-08-06 01:13:02 +03:00
Nikita Sinelnikov b70cb55051 - added argument $original_post for restriction content hooks;
- fixed sanitizing issues with directly using values from inputs as HTML in JS;
2021-07-23 15:31:30 +03:00
Nikita Sinelnikov 1e5e1f298d - fixed sanitizing types;
- fixed `in_group` attribute sanitizing;
2021-07-21 20:26:33 +03:00
Nikita Sinelnikov 298520d0b1 - fixed typo; 2021-07-19 17:12:35 +03:00
Nikita Sinelnikov 7cfd1bac67 - fixed fileuploader; 2021-07-19 17:03:57 +03:00
Nikita Sinelnikov 59461fb113 - added changelog;
- changed version to 2.2.0
2021-07-12 12:04:46 +03:00
Nikita Sinelnikov 355f733a3b Merge branch 'master' of github.com:ultimatemember/ultimatemember
# Conflicts:
#	assets/js/dropdown.min.js
#	assets/js/simplebar.min.js
#	assets/js/um-conditional.min.js
#	assets/js/um-crop.min.js
#	assets/js/um-fileupload.min.js
#	assets/js/um-functions.min.js
#	assets/js/um-jquery-form.min.js
#	assets/js/um-members.min.js
#	assets/js/um-scripts.min.js
2021-06-24 12:42:14 +03:00
Nikita Sinelnikov ac4f42aef3 - added sanitizing of the role meta; 2021-06-17 00:57:25 +03:00
Nikita Sinelnikov f60c3fda42 - added npm package.json;
- added .editorconfig from wp.org official repo
- added webpack.config.js sample
- added XML codestyle for PHPStorm
2021-05-25 14:56:22 +03:00
nikitasinelnikov 15ad27a166 - fixed JS handlers for the new dropdown.js library; 2021-05-14 13:58:02 +03:00
nikitasinelnikov 7c47820ad2 - updated dropdown.js library; 2021-05-14 12:30:14 +03:00
nikitasinelnikov 1751676458 - 2.1.19 2021-04-20 16:09:59 +03:00
nikitasinelnikov 4c55053ca4 - minified script;
- changed readme;
2021-04-19 16:27:53 +03:00
Nikita Sinelnikov 576e3a340d Merge branch 'master' into development/2.1.18 2021-04-19 16:26:20 +03:00
nikitasinelnikov c1dc349845 - updated readme; 2021-04-16 14:23:18 +03:00
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