Commit Graph

1476 Commits

Author SHA1 Message Date
nikitozzzzzzz 324e9aeb91 - fixed content restriction feature for "attachment" post types; 2017-09-06 12:38:37 +03:00
nikitozzzzzzz 2921707a65 - fixed integration with User Tags extension (remove some hardcode, changed to hooks);
- fixed 2.0 upgrades for User roles meta data;
- clear/review code;
2017-09-06 09:03:24 +03:00
nikitozzzzzzz 31de1e49ce - changed checkboxes to dropdowns at top label metaboxes; 2017-09-04 16:52:42 +03:00
nikitozzzzzzz 6feaa1349b - removed deprecated function; 2017-09-04 16:25:25 +03:00
nikitozzzzzzz b9df5b3758 + 2017-09-04 16:17:52 +03:00
nikitozzzzzzz 1d246e0046 - fixed conditional logic for profile form fields on submit;
- small notices fixes;
2017-09-01 16:39:01 +03:00
nikitozzzzzzz 9d6f6231bd - fixed user update logic;
- checked and optimized um_role() function;
- small changes and fixes for 2.0;
2017-08-31 17:42:01 +03:00
nikitozzzzzzz 026b783a24 - fixed default avatar URL for sites at subfolder;
- user registration optimization (removed edit profile handlers on user registration);
- fixed "can edit" checkbox at Forms add field modal window;
2017-08-31 15:05:27 +03:00
nikitozzzzzzz 1f5bf3dafc - fixed get_meta_value function for options with "0" value;
- fixed upgrade to 2.0 for transferring menu restriction;
2017-08-30 16:01:43 +03:00
nikitozzzzzzz 472f5d21bc - transferring emails to UM2.0 logic;
- first install email notifications settings;
2017-08-29 17:33:10 +03:00
nikitozzzzzzz 502231671b - new Email Templates logic with save template to Theme(Child Theme);
- small fixes;
2017-08-29 15:01:29 +03:00
nikitozzzzzzz f48bb565ad - fixed save form type backend;
- fixed registration form role setting;
2017-08-20 20:49:20 +03:00
nikitozzzzzzz 7a1c93cc4c - fixed profile form preview styles; 2017-08-15 17:27:17 +03:00
nikitozzzzzzz 8cc7934b0e - fixed profile menu for extension's integration; 2017-08-15 16:34:44 +03:00
nikitozzzzzzz e03b16adac - fixed integration with core and another extensions (removed class_exists checking); 2017-08-14 17:24:38 +03:00
nikitozzzzzzz af191ee149 - optimized account page;
- optimized code of shortcodes/password/account classes;
- fixed some enqueue scripts issues;
2017-08-11 14:21:42 +03:00
nikitozzzzzzz c4b6484438 - fixed vulnerabilities;
- small changes and fixes;
2017-08-07 16:30:12 +03:00
nikitozzzzzzz b6aff77568 - fixed upload files;
- minified js files and changed enqueue to classic WP logic with DEBUG_SCRIPTS constant;
2017-08-06 19:50:31 +03:00
nikitozzzzzzz 8409b0fb5b - fixed nav menu filter restriction for users;
- small fixes for UM2.0 classes;
2017-08-03 13:54:47 +03:00
nikitozzzzzzz 6c9668c0cb - fixed encoding if not installed mbstring PHP library;
- some texts changes;
- some fixes on first install and forms metaboxes;
2017-08-03 10:52:40 +03:00
nikitozzzzzzz f676d1c112 - small texts changes; 2017-08-02 13:58:50 +03:00
nikitozzzzzzz 3ae6209491 - WP Native menu restriction settings; 2017-08-01 17:17:19 +03:00
nikitozzzzzzz 8b9320b09f - removed UM prefix before UM custom roles; 2017-07-30 22:54:39 +03:00
nikitozzzzzzz 1cccd2caff - fixed empty members directory; 2017-07-28 16:58:35 +03:00
nikitozzzzzzz a0eca5f350 - removed "About" page;
- added tooltips to Profile menu;
- some fixes;
2017-07-28 13:33:14 +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