Commit Graph

176 Commits

Author SHA1 Message Date
nikitozzzzzzz 7dcfd2bb75 - added some roles getting functions;
- fixed displaying role at profile page;
2018-02-09 10:53:56 +02:00
nikitozzzzzzz 9546ac0a6c - text changes;
- fixed issue with WPML;
2018-02-08 09:42:03 +02:00
nikitozzzzzzz 5ac147e41f - fixed roles priority and added functions to work with roles (all|priority|um role);
- fixed um_is_core_page function with WPML;
- added general admin notice when user have old extensions;
- text changes;
2018-02-07 16:44:40 +02:00
nikitozzzzzzz 9405e941d1 - fixed kses_decode applying in um_loggedin shortcode; 2018-02-05 12:30:54 +02:00
Denis Baranov 6a4e482923 - fixed emotion in member directory tagline 2018-01-26 17:16:49 +02:00
nikitozzzzzzz b9ecb63cb3 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into fix/wpml_emails_templates
Conflicts:
	includes/um-deprecated-functions.php
	includes/um-short-functions.php
2017-12-19 14:47:47 +02:00
nikitozzzzzzz f861de65a8 - made external integrations class; 2017-12-19 14:44:06 +02:00
nikitozzzzzzz cb0de87668 - added deprecated functions;
- added security ABSPATH checking;
2017-12-18 15:36:04 +02:00
nikitozzzzzzz d96b612fa7 - small fix for custom account tab's buttons; 2017-12-15 10:48:30 +02:00
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 ba02dd61fc - fixed issue #346 with encode Biography field; 2017-12-07 18:42:14 +02:00
nikitozzzzzzz fabe7ebb5b - fixed replacing {} some styles in um_convert_tags function; 2017-11-30 15:59:15 +02:00
nikitozzzzzzz ef653c29d3 - small notices fixes;
- fixed issue #344;
2017-11-14 12:36:44 +02:00
nikitozzzzzzz 90c2063dbf - fixed allow tracking option;
- fixed hide wp-admin bar;
2017-11-02 18:13:50 +02:00
nikitozzzzzzz 29dccf9f7b - fixed issue #325 with wrong loaded gravatar images; 2017-10-17 15:02:33 +03:00
nikitozzzzzzz a714be2d5c commit by denisbaranov:
- fixed conditional logic in form;
- fixed prohibition on editing a field (Form->field->Can user edit this field?);
- fixed cleaning on XSS injection;
- fixed addition "wp_unslash" and "esc_attr" in the "Admin_Forms" class method "render_form_row";
2017-10-03 16:29:04 +03:00
nikitozzzzzzz 495f447b5c - fixed accessible settings and register and password-reset page;
- fixed roles filtration on social registration;
2017-09-10 20:06:00 +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 e848301fa9 - fixed conditional logic on Profile Form (by Denis);
- fixed displaying conditional fields at backend settings;
2017-08-30 11:40:35 +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 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 b31d994e04 - SSL transferring compatibility for default avatar setting; 2017-07-31 13:07:18 +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