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
33bc484629
* Admin Users bulk-actions
...
* Admin single user actions
* Frontend single user action
2024-09-24 13:18:48 +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
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
99aef18307
- #1407 issue fix;
2024-01-09 12:13:11 +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
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
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
ddeb941d0c
- fixed select2 styles;
...
- fixed icon selector inside the extensions;
2023-11-14 13:09:00 +02:00
Mykyta Synelnikov
3e96b00136
- wp-admin assets refactoring (in process);
2023-11-09 16:13:32 +02:00
Mykyta Synelnikov
ecc4346d1f
- wp-admin assets refactoring (in process);
2023-11-09 13:47:49 +02:00
Mykyta Synelnikov
c65d7169d7
- wp-admin assets refactoring (in process);
2023-11-07 15:51:58 +02:00
Mykyta Synelnikov
ca4396e469
- wp-admin assets refactoring (in process);
2023-11-07 12:29:38 +02:00
Mykyta Synelnikov
10d580908a
- wp-admin assets refactoring (in process);
...
- partially frontend scripts review related to the form builder preview;
2023-11-07 11:34:32 +02:00
Mykyta Synelnikov
8f9ea9c9cb
- wp-admin assets refactoring (in process);
2023-11-06 14:22:22 +02:00
Mykyta Synelnikov
3f48ca416d
- wp-admin assets refactoring (in process);
2023-11-06 11:55:24 +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
Mykyta Synelnikov
16fb8e32ff
- added common enqueue class
...
- copied blocks.js to the new path for admin JS
2023-09-13 23:43:18 +03:00