Commit Graph

17 Commits

Author SHA1 Message Date
nikitasinelnikov b2bb2c13eb - code formatting;
- small changes for #790;
2021-04-05 19:06:44 +03:00
andrewshuba 2f31e574ee - fixed permanently deleting form's field 2021-03-25 13:41:37 +02: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 479bec1809 - 2.0.35 release;
- fixed JS enqueue;
2018-12-09 15:48:17 +02: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 a776ff27bf - fixed full version scripts; 2018-07-05 09:28:06 +03:00
Denis Baranov 0e6f5d0e2d fix problem with save 2018-07-03 13:29:40 +03:00
Denis Baranov c1badd0bca code refactor 2018-07-02 18:14:25 +03:00
Denis Baranov 0b7e97620a code refactor 2018-07-02 18:03:00 +03:00
Denis Baranov c57459bba8 code refactor 2018-07-02 17:53:33 +03:00
Denis Baranov 847a773d70 solved problem with condition field saving 2018-07-02 15:59:49 +03:00
nikitozzzzzzz 49790e835f - small review; 2018-06-07 17:59:42 +03:00
Denis Baranov 804984e587 code refactor 2018-06-05 15:39:18 +03:00
Denis Baranov 46904999ca fix condition logic with number field, fix delete condition if field deleted 2018-06-03 21:02:05 +03:00
Denis Baranov 30b5e0bbbf allow condition value to be zero 2018-06-03 00:58:11 +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