Commit Graph

16 Commits

Author SHA1 Message Date
nikitozzzzzzz 96c1aaf05a - options optimization; 2017-12-12 11:13:02 +02:00
nikitozzzzzzz e36c3ca841 - settings optimization; 2017-12-11 09:53:38 +02:00
nikitozzzzzzz c6dfd97655 - fixed transferring from 1.3.88 to 2.0;
- hide restrict options for administrator role;
2017-11-23 21:44:18 +02:00
nikitozzzzzzz d463a77124 Merge branch 'release/2.0' of https://github.com/ultimatemember/ultimatemember into release/2.0
Conflicts:
	includes/admin/core/packages/2.0-beta1.php
2017-11-22 13:15:02 +02:00
Denis Baranov c01d22d61b - fixed "add friend" button not working in desktop view for logged out users.
- fixed members directory template.
- fixed Content Restriction transfer
2017-11-20 12:38:48 +02:00
nikitozzzzzzz 6f5b6205d0 - fixed transferring restriction content options;
- fixed user add/edit section for multisite (in processing);
2017-11-17 14:14:51 +02:00
nikitozzzzzzz 65a7fe304b - fixed upgrade for content restriction posts; 2017-11-12 16:50:51 +02:00
nikitozzzzzzz 5c8b9b10f5 - fixed get posts; 2017-11-10 16:47:48 +02:00
nikitozzzzzzz 223d4fb5ba - fixed update file; 2017-09-06 19:34:53 +03:00
nikitozzzzzzz f158909339 - beta1 released;
- fixed restriction post categories;
- fixed 2.0 upgrade;
- optimized and added backward compatibility to dependencies class;
2017-09-06 17:11:14 +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 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 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