Commit Graph

71 Commits

Author SHA1 Message Date
nikitozzzzzzz 269bd2f7bb - fixed small notice; 2017-11-12 20:32:17 +02:00
nikitozzzzzzz cfbdb688fe - fixed email notifications integration;
- fixed small notices;
2017-11-12 15:55:43 +02:00
nikitozzzzzzz a6c111e49f Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0 2017-11-10 12:11:32 +02:00
nikitozzzzzzz 1c1fb2c369 - fixed role predefined fields values; 2017-11-10 12:10:59 +02:00
yura_nalivaiko 347d37952c - fixed _um_last_login; 2017-11-09 13:04:58 +02:00
nikitozzzzzzz fdce17d420 - fixed user verification content restriction; 2017-11-08 13:00:02 +02:00
nikitozzzzzzz 23cb97cf6c - UM Woocommerce compatibility;
- make "Shop" page restricted;
2017-11-07 16:24:43 +02:00
nikitozzzzzzz 49630893ce Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0 2017-11-06 15:28:17 +02:00
nikitozzzzzzz 1be33b1c4a - fixed add/edit user/profile UM section at backend;
- fixed submit of profile/registration page at frontend with user roles;
- fixed notifications about change role;
2017-11-06 15:28:07 +02:00
Champ Camba 2d00af2d85 Add parent option name in child option callback as reference 2017-11-04 16:36:15 +08:00
nikitozzzzzzz 90c2063dbf - fixed allow tracking option;
- fixed hide wp-admin bar;
2017-11-02 18:13:50 +02:00
nikitozzzzzzz edbff4bd3e Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0 2017-11-01 14:11:15 +02:00
Champ Camba 5a26f4f8a4 Add individual definition for script debug 2017-11-01 19:57:27 +08:00
nikitozzzzzzz a8d45b1824 - fixed email notifications for extensions; 2017-11-01 13:08:28 +02:00
nikitozzzzzzz b2a67974bd - hotfix, removed PHP notices and warnings; 2017-10-31 15:49:48 +02:00
Denis Baranov dd4e376950 fixed if a number field has the value 0, it is considered 'empty' and the field is not showing. 2017-10-29 23:32:39 +02:00
Denis Baranov cccd907a29 -fixed max and min value on the numeric field 2017-10-29 23:20:09 +02:00
Denis Baranov 1b6d51449a -add role_select and role_radio params to the $post_form 2017-10-26 10:18:54 +03:00
Denis Baranov 5a8c1b5fdf - fixed undefined index 2017-10-24 15:37:56 +03:00
Denis Baranov 853ef04638 - fixed saving files to register a new user, if there are fields with files #2 2017-10-20 12:58:25 +03:00
Denis Baranov e074a07f25 -fixed saving files to register a new user, if there are fields with files 2017-10-20 12:39:45 +03:00
nikitozzzzzzz a36226c718 - added filter for fix #306 issue; 2017-10-19 16:28:30 +03:00
nikitozzzzzzz f8beaf744e - fixed compatibility with Enfold theme (issue #328); 2017-10-18 15:50:33 +03:00
nikitozzzzzzz 368d0b133d - fixed files uploading (by Denis); 2017-10-16 15:49:40 +03:00
nikitozzzzzzz 22e43eb32d - fixed set role function (issue #320); 2017-10-13 11:48:48 +03:00
nikitozzzzzzz 0a556b3895 - fixed issue #329; 2017-10-12 17:50:29 +03:00
nikitozzzzzzz 1f39a9c50b - fixed clean temp directory on file uploads; 2017-10-11 14:32:17 +03:00
nikitozzzzzzz 673f72184a - fixed plugin's details modal window; 2017-10-10 14:23:14 +03:00
nikitozzzzzzz 30f8c09512 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2017-10-09 14:23:16 +03:00
nikitozzzzzzz 7961915822 - fixed categories/tags access (restrict content); 2017-10-09 14:23:04 +03:00
Champ Camba 1efbea2e2f Fix invalid call user function error 2017-10-04 10:35:05 +08:00
Champ Camba 9a0a3dcc6b Added back the filter hook as what discussed in slack 2017-10-03 23:14:10 +08:00
Champ Camba 4d6853a4e7 Revert "Add new filter hook 'um_fields_options_enable_pairs__{$key}'"
This reverts commit 63a5c9dcb4.
2017-10-03 22:57:21 +08: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
Champ Camba 63a5c9dcb4 Add new filter hook 'um_fields_options_enable_pairs__{$key}' 2017-10-03 17:57:09 +08:00
nikitozzzzzzz c1cfc8efa2 - fixed email notifications sendings when HTML is turned off;
- fixed first install and default settings;
2017-09-21 16:31:39 +03:00
nikitozzzzzzz b91ad10cfa - fixed roles dropdown, when edit options at backend edit field modal window; 2017-09-18 16:04:03 +03:00
nikitozzzzzzz 92336d76d8 - fixed registration process;
- fixed tooltips for profile menu;
- changed readme.txt;
2017-09-18 14:44:40 +03:00
nikitozzzzzzz de3355e059 - fixed activation at multisite (issue #319);
- small notices fixes;
2017-09-14 17:39:26 +03:00
nikitozzzzzzz c9c68361b7 - plugin updater class for extensions; 2017-09-11 18:05:42 +03:00
nikitozzzzzzz b7cca5a39b Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2017-09-11 17:03:30 +03:00
nikitozzzzzzz c79e76ad25 - fixed conditional logic with not selected default radio button; 2017-09-11 17:03:16 +03:00
Champ Camba 28826d1097 Fix performance issue with autoload user cache 2017-09-11 21:45:38 +08: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 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 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