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
a0d19b7ab6
Simplify honeypot script and inline style logic.
...
Removed unnecessary condition checks around honeypot script and style injection. Streamlined the code to always enqueue the honeypot logic, improving maintainability and reducing complexity.
2025-02-19 01:03:46 +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
9a4bf10df5
- setting for new FA and enqueue styles based on this option;
2024-04-17 12:54:07 +03:00
Mykyta Synelnikov
c5931289b7
- fixed deregistered select2 styling;
2024-01-04 16:48:26 +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
f0a16ea2fb
- fixed enqueue dependencies;
2023-11-11 01:46:08 +02:00
Mykyta Synelnikov
ed3bc03afd
- fixed PHP notice;
2023-11-09 18:40:27 +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
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
b40edd26e6
- wp-admin assets refactoring (in process);
2023-11-03 17:31:18 +02:00
Mykyta Synelnikov
df47e006d7
- changed version to 2.7.0;
...
- updated dependencies to 2.7.0;
2023-10-10 18:20:15 +03:00
Mykyta Synelnikov
656081322b
- changes for select2 library;
2023-09-28 00:51:50 +03:00
Mykyta Synelnikov
45dbfffb0f
- updated minified scripts;
...
- fixed not-minified files;
2023-09-27 14:50:43 +03:00
Mykyta Synelnikov
bd2cc5a69d
- FontIcons libraries moving to legacy;
...
- changed FontIcons libraries enqueue place (moved to common);
2023-09-26 12:25:49 +03:00
Mykyta Synelnikov
92be23d00c
- changed class for enqueue tipsy and raty assets;
2023-09-20 19:58:45 +03:00
Mykyta Synelnikov
b8aec5da10
- decrease a count of running UM()->enqueue()::get_suffix();
2023-09-15 12:30:05 +03:00
Mykyta Synelnikov
f81c286534
- changed get assets URLs function to public static;
...
- changed get_suffix() function to public static;
2023-09-15 11:52:24 +03:00
Mykyta Synelnikov
26792de205
- updated enqueue classes;
...
- updated admin-navmenu class (removed support WordPress < 5.4);
2023-09-14 01:08:48 +03:00