Commit Graph

14 Commits

Author SHA1 Message Date
Mykyta Synelnikov 2c01e25b5c Enhance form preview options and improve code consistency
Added separate buttons for 'Live Preview Screen' and 'Live Preview Mobile' in the form builder for better user experience. Updated coding standards for consistency, including proper handling of PHP tags and escaping functions. These changes improve readability, maintainability, and enhance functionality.

Issue #1646
2025-02-12 18:44:46 +02:00
Mykyta Synelnikov 9803f840ab - prepared to release; 2024-05-20 13:56:59 +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 7ed46093e7 - fixed JB() using instead of UM(); 2023-07-13 15:29:19 +03:00
ashubawork 5b647ae5e9 - add translators 2023-07-13 11:36:29 +03:00
nikitasinelnikov 38d412cd6f - fixed issue with preview registration details popup; 2021-02-03 17:04:19 +02:00
nikitasinelnikov d8379691af - removed unnecessary modal blocks; 2021-02-03 15:42:33 +02:00
nikitasinelnikov 9698241362 - fixed some styles;
- fixed modal fonticons close;
- fixed vulnerability with sanitizing $_POST;
2020-02-14 11:54:12 +02:00
nikitasinelnikov 5f66fd5fe3 - added escape functions, security fix for XSS; 2019-08-08 00:36:33 +03:00
nikitozzzzzzz 0ceab69793 - added nonce fields; 2018-11-21 14:01:18 +02:00
nikitozzzzzzz 6e0836a4f8 - wp native ajax fix 2018-08-15 13:24:22 +03:00
nikitozzzzzzz 68a18b02e9 - added PHPDocs;
- small fixes and code optimization;
2018-03-19 16:31:49 +02: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