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
Mykyta Synelnikov
7cf14ba3c5
- fixed #1369 ;
2023-12-04 02:06:10 +02:00
Mykyta Synelnikov
edf0ed3085
- minified scripts;
...
- wpcs;
2023-11-28 15:07:53 +02:00
ashubawork
73c0e875a7
- fix switch directories js error
2023-11-23 15:56:57 +02:00
ashubawork
ee4eda30fb
- disable search button
2023-11-22 11:32:21 +02:00
ashubawork
621f695872
- fix date/time picker nad select2 js
2023-11-21 18:28:11 +02:00
Mykyta Synelnikov
45c0722f14
- updated minified script;
2023-11-20 21:03:09 +02:00
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