Commit Graph

69 Commits

Author SHA1 Message Date
Mykyta Synelnikov 9798c81a5e - minified assets;
- updated readme.txt > changelog section;
- PHPDoc + Hookdocs updated for enqueue classes (common, admin, frontend);
- fixed typos in PHPDoc;
2023-11-17 17:25:47 +02:00
Mykyta Synelnikov 48d48202e3 - wp-admin scripts refactored;
- wpcs;
2023-11-16 01:01:52 +02:00
Mykyta Synelnikov 9d42ae5568 - wp-admin assets refactoring (in process); 2023-11-06 11:55:01 +02:00
Mykyta Synelnikov b40edd26e6 - wp-admin assets refactoring (in process); 2023-11-03 17:31:18 +02:00
ashubawork 0c94a55af6 - fix cropper checking 2023-10-13 12:43:54 +03:00
ashubawork 079cad9819 - fix cropper CSS 2023-10-13 11:31:14 +03:00
ashubawork 870e807765 - update cropper js 2023-10-12 14:52:39 +03: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
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
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 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
nikitasinelnikov cab5545d20 - Fixed compatibility with jQuery 3.x and 'load' event 2020-06-02 14:25:45 +03:00
nikitasinelnikov 627bbb0fae - fixed issue with avatars/cover photos upload without crop; 2019-10-21 23:39:19 +03:00
nikitasinelnikov cf118d137d - member directory styles; 2019-09-23 13:34:25 +03:00
nikitasinelnikov 5241b95a98 - fixed some colors in CSS;
- fixed RTL layouts;
- fixed must search attr;
- fixed show only these users attr;
- changed CSS for fields (1px border);
- fixed UM dropdown JS for position;
2019-09-11 16:07:51 +03:00
nikitasinelnikov 4a5863db51 - member directory code merge; 2019-08-14 10:54:16 +03:00
nikitasinelnikov 1d01e20a13 - manual merge with RTL branch;
- RTL fixes;
2019-08-08 00:47:00 +03:00
nikitasinelnikov ee7d11267d - fixed JS dropdown at the profile page; 2019-05-13 15:14:41 +03:00
nikitasinelnikov 16c1382491 - 2.0.46 release; 2019-05-10 20:33:14 +03:00
nikitasinelnikov 887d4b5293 - fixed scroll via enqueue new scroll library;
- fixed order by Display name option
2019-05-02 18:29:00 +03:00
nikitasinelnikov 61be7257c1 - fixed modal window responsive position; 2018-12-05 11:00:57 +02:00
nikitozzzzzzz 2048a77108 - fixed uploader issues; 2018-08-09 11:53:14 +03:00
nikitozzzzzzz ad8c416a7b Merge branch 'release/2.0.22' of https://github.com/ultimatemember/ultimatemember into release/2.0.22 2018-08-07 18:05:22 +03:00
nikitozzzzzzz b52d61a05b - fixed file uploading process; 2018-08-07 18:05:13 +03:00
Champ Camba d065ecd5b5 Fix upload error display 2018-08-07 20:59:31 +08:00
nikitozzzzzzz 1a17095b24 - small fixes for file uploader;
- added filter for include UM pages to conditional logic;
2018-08-07 12:38:19 +03:00
Champ Camba ac6e134536 Fix file and image uploader 2018-07-31 21:06:59 +08:00
Champ Camba fad46ea012 Initial File and Image Uploader 2018-07-31 01:35:15 +08:00
nikitozzzzzzz 6e2e907a6b - fixed login form loading in modal window; 2018-06-21 17:27:36 +03:00
yura_nalivaiko eef19e52ca - fixed cover photo upload; 2018-04-18 14:59:14 +03:00
Champ Camba e5badabece Add function to select field options 2017-08-11 19:26:27 +08:00
nikitozzzzzzz 9e53314c3a !!! IMPORTANT 2.0 version before upgrade please run full backup of your site !!!
- new code structure, optimized for next development;
  - created spl_autoloader for remove includes;
  - UM classes with namespaces;
  - deprecated global $ultimatemember; variable (use UM() instead);
- new UM/WP roles logic;
- new settings class and logic (deprecated Redux framework, deprecated some old options, added some new options);
- new dependencies class for extensions;
- WP native styles for backend fields;
- new upgrades and license activations for extensions;
- new logic form backend forms and fields;
- created uninstall.php file for delete permanently all UM settings;
- optimized registration/upgrade profile process;

Deprecated Hooks:

um_new_user_registration_plain
um_user_registration_extra_hook
um_add_user_frontend
um_post_registration_global_hook
um_admin_extend_directory_options_general (was action...will be filter)
2017-07-26 14:57:52 +03:00
Champ Camba 4e8229821e Move conditional field functions to related file 2017-04-26 22:17:07 +08:00
Champ Camba 739aaa4255 Fix conditional logic 'content block' field 2017-04-21 23:20:50 +08:00
Champ Camba c6e7a1d092 Fix conditional logic fields flickering issue 2017-04-16 22:54:19 +08:00
Champ Camba 11b146ff40 refactor conditional logic fields 2017-04-13 00:12:15 +08:00
Champ Camba 5b23ec5417 Fix conditional fields 2017-04-05 12:33:57 +08:00
champsupertramp a66407f4d6 Fix select field search 2016-07-22 18:34:10 +08:00
champsupertramp 4b33e56230 Fix image modal and cropper 2016-06-19 23:46:34 +08:00
champsupertramp ddc3ce8264 Fix modal style 2016-06-18 14:12:04 +08:00
champsupertramp 4bcfafe640 Fix image cropper and modal 2016-06-18 13:56:36 +08:00
champsupertramp 07b3e71528 Fix upload form with nonce 2016-06-17 11:39:04 +08:00
champsupertramp 8a69c95e7c Fix upload image cropper 2016-06-10 22:07:57 +08:00
champsupertramp 24ef2c909a Fix upload error logging 2016-05-25 12:14:16 +08:00
champsupertramp 44d6fdb832 Fix image upload 2016-05-23 18:29:54 +08:00
champsupertramp b4174784c9 Remove username validation 2016-02-19 19:48:18 +08:00
jonfalcon 59f468ac1e Fix validations 2016-02-18 16:17:29 -08:00
jonfalcon 10d872d904 Only run validation on active fields 2016-02-18 14:49:36 -08:00