Commit Graph

27 Commits

Author SHA1 Message Date
nikitozzzzzzz 5393411f2b - Fixed Profile Form field privacy
- Fixed conditional menu logic for 2 different nav menu hooks
- Fixed registration form preview on wp-admin screen
- Restored old CSS settings to "um_old_settings.css"
- Clean user's cache
2018-04-18 17:40:54 +03:00
nikitozzzzzzz f06e9cce0d - fixed registration and profile form roles (some sites empty profile + wrong registration roles); 2018-04-13 15:08:00 +03:00
nikitozzzzzzz 571f212173 - hotfix for nav-menu items restriction content options; 2018-04-11 21:00:36 +03:00
nikitozzzzzzz 3eca951d07 - fixed class exists operators; 2018-03-26 01:27:46 +03:00
nikitozzzzzzz 2ce33098b5 - fixed user registration;
- phpDoc;
2018-03-20 13:24:38 +02:00
nikitozzzzzzz a95731c614 - remove wpautop filter at UM pages; 2018-03-12 11:56:24 +02:00
nikitozzzzzzz 12891ff743 - hook docs; 2018-03-05 16:35:51 +02:00
nikitozzzzzzz 3d19aa00b8 - made hooks documentation;
- some optimizations and make single functions for some hooks;
2018-03-02 09:55:49 +02:00
nikitozzzzzzz 1b03923c6b - fixed small notices about array_intersect; 2018-02-19 12:10:54 +02:00
nikitozzzzzzz cbf06f5835 - fixed bbPress restrict content message on forums;
- fixed issues with permalinks (issue #375);
- fixed replacing placeholders in [show_content_for_role] shortcode;
2018-02-18 13:27:46 +02:00
nikitozzzzzzz 440aa59b28 - fixed replace placeholders for not logged in users;
- small notice fix;
2018-02-15 11:08:14 +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
nikitozzzzzzz 15daabf565 - optimized class.shortcodes;
- fixed notices (issue #366);
2018-01-30 16:24:20 +02:00
nikitozzzzzzz 6a6c7abe63 - small warnings fixed; 2018-01-22 15:13:46 +02:00
Champ Camba e60d094ee6 Fix includes/core/class-shortcodes.php merge conflicts 2018-01-15 19:33:44 +08:00
Champ Camba 55eefda64d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	includes/core/class-shortcodes.php
2018-01-15 19:29:22 +08:00
Champ Camba 854a0b77f7 Fix parsing arguments in shortcode 2018-01-15 19:27:30 +08:00
nikitozzzzzzz 55913212c8 - fixed some vulnerabilities with includes shortcode template files; 2018-01-11 11:48:47 +08:00
nikitozzzzzzz a40b1c57e1 - fixed access redirect with "redirect_to" attribute;
- fixed vulnerability with dynamic_css function and $mode variable;
2018-01-07 14:15:18 +08: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 743e1c3b7d - hide registration form for logged in users; 2017-11-16 14:07:13 +02:00
nikitozzzzzzz a36226c718 - added filter for fix #306 issue; 2017-10-19 16:28:30 +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 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 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 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