yura_nalivaiko
e49197e588
- changes with avatar;
2018-05-01 10:21:19 +03:00
nikitozzzzzzz
cf0df38d81
- fixed js error;
2018-04-19 09:31:04 +03:00
yura_nalivaiko
b099a04aa0
- added hook for friend button;
2018-04-10 10:47:49 +03:00
nikitozzzzzzz
2ce33098b5
- fixed user registration;
...
- phpDoc;
2018-03-20 13:24:38 +02:00
nikitozzzzzzz
8e348e084e
- conditional logic fixed;
...
- some code optimization and documentation;
- fixed conflict with WP Fusion;
2018-03-16 09:37:19 +02:00
nikitozzzzzzz
67aacd1b11
- fixed issues ( escape inside tag otherwise it breaks code #388 );
2018-03-11 23:25:38 +02:00
nikitozzzzzzz
8aaf1fe6a6
- fixed conditional logic issues;
2018-03-11 22:58:41 +02:00
nikitozzzzzzz
f068bf81e4
- fixed view permissions at member directory issue #384
2018-03-11 16:04:43 +02:00
nikitozzzzzzz
179fc36ebf
- fixed user permalinks for profile page;
2018-03-07 10:58:58 +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
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
54016fdaab
- 2.0.1 version;
...
- small code optimization;
- fix for update user profile role change;
2018-02-08 15:27:01 +02:00
nikitozzzzzzz
ef9c06185b
- fixed access issues with restriction content + rolled back feature with unselected checkboxes access for all logged in users;
...
- fixed vulnerability on user profile update;
- small changes;
2017-12-19 12:38:00 +02:00
nikitozzzzzzz
cb0de87668
- added deprecated functions;
...
- added security ABSPATH checking;
2017-12-18 15:36:04 +02:00
nikitozzzzzzz
e36c3ca841
- settings optimization;
2017-12-11 09:53:38 +02:00
nikitozzzzzzz
b2a67974bd
- hotfix, removed PHP notices and warnings;
2017-10-31 15:49:48 +02: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
92336d76d8
- fixed registration process;
...
- fixed tooltips for profile menu;
- changed readme.txt;
2017-09-18 14:44:40 +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
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
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
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
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