Commit Graph

10 Commits

Author SHA1 Message Date
Mykyta Synelnikov 00fad2390d - fixed not-closed tooltip issue; 2023-07-12 17:09:23 +03:00
yuriinalivaiko 16bf0ebd68 Update scripts:
jQuery.fn.change() event shorthand is deprecated
jQuery.fn.click() event shorthand is deprecated
jQuery.fn.focus() event shorthand is deprecated
jQuery.fn.keypress() event shorthand is deprecated
jQuery.fn.removeAttr no longer sets boolean properties: disabled
jQuery.fn.submit() event shorthand is deprecated
jQuery.isArray is deprecated; use Array.isArray
2021-03-04 16:39:19 +02:00
nikitasinelnikov 5af560e4c9 - fixed enqueue; 2019-04-18 16:28:15 +03:00
nikitasinelnikov 479bec1809 - 2.0.35 release;
- fixed JS enqueue;
2018-12-09 15:48:17 +02:00
nikitozzzzzzz 91f2e95732 - fixed colorpicker; 2018-09-06 17:53:08 +03:00
nikitozzzzzzz a4d372f439 - added reviews notice; 2018-07-01 17:13:32 +03:00
nikitozzzzzzz 4feea4e9a6 - future list notice;
- admin notices dimissible feature;
2018-06-11 00:01:23 +03:00
nikitozzzzzzz 3ae6209491 - WP Native menu restriction settings; 2017-08-01 17:17:19 +03:00
nikitozzzzzzz 1bc03392b7 - fixed init tooltips at modal windows; 2017-07-28 14:24:58 +03: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