Commit Graph

454 Commits

Author SHA1 Message Date
Nikita Sinelnikov 4e90ec5502 - Skype field code review; 2021-12-11 02:55:42 +02:00
Nikita Sinelnikov e8c1497ec4 - fixed password length validation;
- added settings for the password min/max length;
2021-09-21 13:25:49 +03:00
Nikita Sinelnikov 641f2c5a74 - fixed restriction logic cases;
- fixed conditions for the restriction logic options;
2021-09-14 18:21:41 +03:00
Nikita Sinelnikov a7b9a03db7 - fixed role list-table + role edit screen for invalid role keys; 2021-09-13 17:02:16 +03:00
yuriinalivaiko 8f3626f42e - fixed user role delete action 2021-08-27 18:14:24 +03:00
Nikita Sinelnikov 32034e6dbe - 2.2.4 release; 2021-08-27 14:17:15 +03:00
Nikita Sinelnikov 6a5f2771fc - fixed leave review admin notice; 2021-08-25 14:55:22 +03:00
Nikita Sinelnikov c28e0211f1 - fixed restriction logic; 2021-08-25 13:31:38 +03:00
Nikita Sinelnikov 9927dab323 - fixed um_edit_profile_url() function and added $user_id attribute;
- added `disable_restriction_pre_queries` option for backward compatibility with business logic where 404 error isn't good way;
- added `restricted_post_title_replace` option for ability to disable restricted post's title replace
2021-08-25 01:07:09 +03:00
Nikita Sinelnikov 05f4d5fda4 - removed admin notice with make review info; 2021-08-23 10:29:02 +03:00
Nikita Sinelnikov 6a3f55b8a7 - fixed sanitizing the description field with allowed HTML inside; 2021-08-11 13:17:48 +03:00
Nikita Sinelnikov 6fc7ed7686 - fixed sanitizing key for the drag&drop action; 2021-08-10 16:20:14 +03:00
Nikita Sinelnikov 7a9e2b118b - code formatting; 2021-08-02 17:47:50 +03:00
yuriinalivaiko ed5c3c7203 Merge remote-tracking branch 'origin/master' into fix/form_columns_display 2021-08-02 16:32:24 +03:00
yuriinalivaiko bc5aec27d3 Fix columns 2021-08-02 16:31:58 +03:00
Nikita Sinelnikov 418da5b50f - fixed builder PHP errors; 2021-08-02 16:23:50 +03:00
Nikita Sinelnikov 7380313760 - fixed issues with sanitizing and filters; 2021-07-30 15:43:25 +03:00
Nikita Sinelnikov c765d03ce4 - 2.2.1 prepare to the release; 2021-07-30 14:20:11 +03:00
Nikita Sinelnikov f5278a462f - changed labels;
- fixed get_archives query based on restricted posts;
2021-07-29 17:20:16 +03:00
Nikita Sinelnikov 2edddc18fe - changed labels; 2021-07-27 16:03:29 +03:00
Nikita Sinelnikov a4f41c79e4 - updated forms labels; 2021-07-27 15:53:22 +03:00
Nikita Sinelnikov 070415bf31 - changed form labels and tooltips for clear description;
- fixed repeated queries for getting excluded post IDs;
2021-07-27 13:07:30 +03:00
Nikita Sinelnikov 0d2ac59ce3 - fixed getting default metadata for UM forms; 2021-07-26 14:57:31 +03:00
Nikita Sinelnikov 2b115b89c7 - added setting 'Restricted Access Post Title' for restricted posts displayed in archive;
- fixed access class for posts visible in query but that have restriction settings (message or redirect);
2021-07-22 20:58:20 +03:00
Nikita Sinelnikov 9abfd6aa73 - changed option priority; 2021-07-22 16:35:09 +03:00
Nikita Sinelnikov 1e5e1f298d - fixed sanitizing types;
- fixed `in_group` attribute sanitizing;
2021-07-21 20:26:33 +03:00
Nikita Sinelnikov ca24cff781 - fixed WP version number to major release; 2021-07-20 15:00:44 +03:00
Nikita Sinelnikov 7cfd1bac67 - fixed fileuploader; 2021-07-19 17:03:57 +03:00
Nikita Sinelnikov eeb7c39471 - fixed maybe serialized custom fields;
- fixed sanitizing;
2021-07-16 01:35:13 +03:00
Nikita Sinelnikov 8ad07b264f - fixed saving shortcode + content block settings using sanitize; 2021-07-15 17:09:20 +03:00
Nikita Sinelnikov a6fa8ab3ea - fixed sanitizing data on submit field data in wp-admin builder; 2021-07-15 13:50:23 +03:00
Nikita Sinelnikov ccd5e09a0f - added fixes for WP5.8 version; 2021-07-08 15:13:13 +03:00
Nikita Sinelnikov fec9c50c1c Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into development/2.1.22 2021-07-07 21:06:08 +03:00
Nikita Sinelnikov c11e8bf993 - fixed saving Access admin settings; 2021-07-06 13:17:53 +03:00
Nikita Sinelnikov a5b2e6a7ef - fixed security issue with email templates content; 2021-07-06 12:31:09 +03:00
Nikita Sinelnikov 6feebac07f - hotfixes for member directory settings and frontend functionality; 2021-07-02 17:36:01 +03:00
Nikita Sinelnikov 0fc2d131ee - fixed sanitizing functions; 2021-06-29 21:15:48 +03:00
Nikita Sinelnikov 07e664be80 - intermediate results with sanitizing form handlers; 2021-06-29 02:51:54 +03:00
yuriinalivaiko 9f4585de43 The field setting "Confirm password field label"
See GitHub issue #828
2021-06-07 16:50:05 +03:00
nikitasinelnikov 383e563e53 - setting label changed;
- added filter hook 'um_change_usermeta_for_update' for extending $to_update usermeta array after all profile fields validations;
2021-04-30 17:05:08 +03:00
nikitasinelnikov 12dca8b826 - fixed getting temp directory size; 2021-04-22 13:46:51 +03:00
nikitasinelnikov 4633faf7bd - fixed #810; 2021-04-13 12:35:57 +03:00
nikitasinelnikov fc2ab58dfe - added UM setting; 2021-04-09 15:25:01 +03:00
nikitasinelnikov a362496b55 - changed field's privacy type label; 2021-04-06 14:55:55 +03:00
nikitasinelnikov b2bb2c13eb - code formatting;
- small changes for #790;
2021-04-05 19:06:44 +03:00
Nikita Sinelnikov 1755198fee Merge pull request #778 from ultimatemember/feature/user_location_filter
Changes for user locations filters
2021-04-05 12:53:02 +03:00
nikitasinelnikov d33c36c410 - profile tabs slugs upgrade 2021-04-02 02:57:11 +03:00
andrewshuba a619ee3ffc - added hooks for change a wp_um_metadata table
- added hooks for user_location fields (hooks for comparison in text fields)
2021-03-12 12:24:31 +02:00
nikitasinelnikov 8a6f041407 - added profile tab privacy 'Owner + Specific roles'; 2021-03-12 03:46:45 +02:00
nikitasinelnikov c6f1ba0a6f - fixed select2 dropdown window position; 2021-03-10 02:52:52 +02:00