Mykyta Synelnikov
c35debbc2f
Added filter wp.hook um_member_directory_popstate_ignore.
...
Ability to ignore popstate with 3rd-party handlers.
2026-02-09 11:47:53 +02:00
Mykyta Synelnikov
a3f652a4ce
Fix security vulnerabilities, enhance validation, and update logic
...
Addressed several security issues including CVE-2025-15064 and CVE-2026-1404. Added server-side validation for forms and introduced hooks for email confirmation. Adjusted template handling, resolved mobile display issues, and updated Site Health debug information.
2026-02-09 11:22:32 +02:00
Mykyta Synelnikov
8038c93567
Merge pull request #1782 from ultimatemember/fix/profile_photo_menu
...
Profile photo menu position on mobile
2026-02-09 10:52:40 +02:00
yuriinalivaiko
cd28e10890
Fixed the profile photo drop-down menu position for very small screens.
2026-02-03 22:04:11 +02:00
Mykyta Synelnikov
9ba4e4b8d4
Update 'ultimatemember_searchform' shortcode in Ultimate Member plugin
...
Refactored template, CSS and JS to fix the security vulnerability.
2026-01-28 11:52:06 +02:00
Mykyta Synelnikov
de67468da0
Fix and enhance Ultimate Member plugin functionality
...
Resolved conflicts in the image uploader caused by third-party lazy-loading attributes and improved emoji handling with a refined regex. Added an extra condition to license activation checks and updated the `Extensions_Updater` to utilize Action Scheduler for smoother extension upgrades.
2025-11-18 13:17:09 +02:00
yuriinalivaiko
c510915939
- remove the loading attribute that may block the profile photo and cover photo uploading.
2025-10-22 22:45:52 +03:00
Mykyta Synelnikov
1a3a6aec53
Add field ID to AJAX data in admin forms JS
...
This update modifies the AJAX request in `forms.js` by including the field ID in the data payload. This improvement enables more precise handling of form fields in the Ultimate Member plugin's admin interface.
2025-09-17 15:02:40 +03:00
Mykyta Synelnikov
f7768d8477
Add filter to exclude third-party Gutenberg block prefixes
...
Introduced the `um_admin_blocks_prefixes_excluded` JS filter hook to allow exclusion of third-party Gutenberg blocks with specific prefixes from UM restriction attributes. This improves compatibility and flexibility when handling external blocks. Updated relevant JS and documentation files to support this feature.
2025-09-05 12:21:57 +03:00
ashubawork
824c95e414
- fix block restrictions 3rd party plugin
2025-07-30 10:07:01 +03:00
Mykyta Synelnikov
57141c994f
Updated changelog.txt
...
Minified scripts
2025-06-23 13:34:57 +03:00
ashubawork
45c8593157
- fix restrictions for all blocks
2025-06-19 15:30:30 +03:00
Mykyta Synelnikov
959bd82cdc
Update Ultimate Member plugin honeypot CSS and JS
...
Removed wp_add_inline_script/style and used `um_request` as default honeypot key in um-styles.css and um-scripts.js.
2025-02-19 12:36:26 +02:00
Mykyta Synelnikov
865fbf83c2
* added honeypot scripts/styles via
...
`wp_add_inline_script()`, `wp_add_inline_style()`
2025-01-30 13:00:17 +02:00
Mykyta Synelnikov
fce490f54b
* update dropdown items texts on cover photo change/remove;
...
* WPCS;
2025-01-29 16:43:05 +02:00
Mykyta Synelnikov
4dd1be344e
* backward compatibility;
...
* update dropdown items texts on profile photo change/remove;
* added escapers;
* WPCS;
2025-01-29 16:01:02 +02:00
Mykyta Synelnikov
0520a55cc4
* removed hidden inputs on view mode;
...
* handle data attribute instead of the hidden input;
* WPCS;
2025-01-29 14:49:47 +02:00
Mykyta Synelnikov
9d45a9f088
* fixed scalable attribute for cropper;
2024-12-19 13:25:29 +02:00
Mykyta Synelnikov
07949b9c35
* fixed HTML formatted textarea;
2024-10-10 11:56:55 +03:00
Mykyta Synelnikov
9c7a7dd9b6
* fixed tipsy removing inside .um-page selector (e.g. tipsy from um-modal);
2024-10-04 14:54:46 +03:00
Mykyta Synelnikov
90413c32e5
* reviewed and fixed iframe height when HTML formatted textarea is used;
2024-10-03 14:38:51 +03:00
ashubawork
ae1af55fde
- remove wrong code
2024-10-03 12:24:55 +03:00
ashubawork
a69435f15a
- fix min-height and height of html textarea
2024-10-03 11:56:36 +03:00
Mykyta Synelnikov
a3d2781e91
* fixed issue https://github.com/ultimatemember/ultimatemember/tree/fix/popup_on_mobile ;
2024-09-25 23:17:17 +03:00
Mykyta Synelnikov
a986309a3c
Merge pull request #1538 from ultimatemember/fix/members-directory-clear-all
...
"Clear all" button logic update
2024-09-24 13:48:33 +03:00
Mykyta Synelnikov
33bc484629
* Admin Users bulk-actions
...
* Admin single user actions
* Frontend single user action
2024-09-24 13:18:48 +03:00
Yurii Nalivaiko
ef21ff1832
Added Timeout ti clear all
2024-08-19 12:23:07 +02:00
Mykyta Synelnikov
38a9112d74
- added JS function for handling form data and get serialized value;
2024-05-03 14:02:55 +03:00
Mykyta Synelnikov
4900244c4c
- changed the place for the icon field because select2 styling don't work properly work at the bottom of the modal;
2024-04-25 02:43:57 +03:00
Mykyta Synelnikov
07ca89a243
- wp-admin icon field integrated with new FA library;
2024-04-23 15:26:19 +03:00
Mykyta Synelnikov
d58d065a68
- changed form builder > icon field to new dropdown type;
2024-04-23 12:36:36 +03:00
Mykyta Synelnikov
595945c96e
- changed form builder > icon field to new dropdown type;
2024-04-17 17:55:21 +03:00
Mykyta Synelnikov
1827359dfb
- manually reviewed #1489 ;
2024-04-15 17:58:18 +03:00
Mykyta Synelnikov
7e240edb6d
- reviewed #1442 ;
2024-04-09 13:55:39 +03:00
Mykyta Synelnikov
8b64d5fae9
Merge branch 'development/2.8.x' into feature/search_exclude_fields
2024-04-09 01:09:13 +03:00
Mykyta Synelnikov
6cededaaf5
- reviewed #1494 ;
2024-03-28 15:47:08 +02:00
ashubawork
9f75a4c322
- Remove media URL in user role settings if there is no default media
2024-03-28 12:52:00 +02:00
Mykyta Synelnikov
457c66791b
- removed Secure admin notice;
...
- changed Secure to Security;
2024-02-14 15:23:03 +02:00
ashubawork
e1eaebce06
- include for core usermeta
2024-02-07 11:50:41 +02:00
Mykyta Synelnikov
928ae83968
- minified scripts;
2024-02-06 01:51:38 +02:00
ashubawork
41fb47ea55
- fix modal responsive
2024-01-31 15:40:01 +02:00
Mykyta Synelnikov
c56f52297e
Merge branch 'development/2.8.x' into feature/wp_admin_settings
2024-01-18 15:05:04 +02:00
Mykyta Synelnikov
b03b4a5a76
- page_select field for the Settings > General > Pages;
2024-01-12 11:03:04 +02:00
Mykyta Synelnikov
697f509d0c
- fixed Member Directory grid rendering for debounce resize;
2024-01-10 13:49:07 +02:00
Mykyta Synelnikov
99aef18307
- #1407 issue fix;
2024-01-09 12:13:11 +02:00
Mykyta Synelnikov
46fc7ba1bc
- increased debounce interval;
2024-01-03 14:18:22 +02:00
Mykyta Synelnikov
c6efeab4b9
- Advanced tab finished;
...
- Advanced > Features section is finished;
- General > Users section is finished;
2024-01-02 00:12:09 +02:00
Mykyta Synelnikov
9899eabf45
- used _.debounce when resize;
2023-12-22 13:09:18 +02:00
yuriinalivaiko
92c46ec931
- fixed AJAX conflict
2023-12-21 20:15:08 +02:00
Mykyta Synelnikov
0c9d733962
- probably fix Cropper.JS if UM.frontend.cropper.obj undefined (Cropper hasn't been properly inited for UM objects);
2023-12-12 13:42:50 +02:00