Commit Graph

580 Commits

Author SHA1 Message Date
Nikita Sinelnikov fe88b40939 - using slashes in the callback function setting of the dropdown fields; 2022-06-08 21:24:23 +03:00
Nikita Sinelnikov b13e063f95 Merge branch 'development/2.3.3' of https://github.com/ultimatemember/ultimatemember into development/2.3.3 2022-05-24 18:30:01 +03:00
Nikita Sinelnikov 9cdf65973c - prepared for 2.4.0 release; 2022-05-24 18:29:39 +03:00
yuriinalivaiko 8211972c17 - fixed Call to a member function is_block_editor() on null 2022-05-11 21:45:56 +03:00
Nikita Sinelnikov b54672908c - 2.3.2-rc.1; 2022-04-21 10:35:45 +03:00
Nikita Sinelnikov 0f71ef1ce0 - updated field for users dropdown; 2022-02-21 16:49:37 +02:00
Nikita Sinelnikov 49e8e4b4e0 - fixed displaying user IDs; 2022-02-21 16:40:46 +02:00
Nikita Sinelnikov 2c36a8f03c - fixed scripts deps; 2022-02-21 16:34:45 +02:00
Nikita Sinelnikov 80db90086b - fixed scripts dependencies; 2022-02-21 16:20:33 +02:00
Nikita Sinelnikov 005173765d - added select2 dropdown with users list; 2022-02-21 16:02:38 +02:00
Nikita Sinelnikov cfd8365afd - code review; 2022-02-07 12:20:24 +02:00
Nikita Sinelnikov d281972849 Merge pull request #959 from ultimatemember/fix/upload_fields_editing
Editing upload fields (issue #958)
2022-02-07 11:55:24 +02:00
Nikita Sinelnikov 20cbab04fb - added ability to edit blocks restriction via FSE screen; 2022-01-27 11:46:52 +02:00
Nikita Sinelnikov fa241539a5 - fixed "Update Settings" admin notice on the Settings > Licenses screen. 2022-01-19 16:25:51 +02:00
Nikita Sinelnikov 40bc989bdf Merge branch 'development/2.3.1' of https://github.com/ultimatemember/ultimatemember into development/2.3.1 2022-01-17 15:20:45 +02:00
Nikita Sinelnikov c7254b969b - fixed sorting the settings subtabs (Extensions section); 2022-01-17 15:20:33 +02:00
Nikita Sinelnikov da7116e0e6 Merge pull request #966 from ultimatemember/feature/settings_saved_notice
Add notice to the settings page
2022-01-17 11:01:23 +02:00
ashubawork c2666550e1 - added a notice after saving on the settings pages 2022-01-13 14:06:05 +02:00
Nikita Sinelnikov 83fce0d022 - fixed UX issue with wrong text on the admin notice about upgrade; 2022-01-04 16:44:28 +02:00
ashubawork e90efd0983 - fixed editing upload fields (issue #958) 2021-12-22 10:44:27 +02:00
Nikita Sinelnikov 6702c2e682 - changed description; 2021-12-15 17:10:52 +02:00
Nikita Sinelnikov 9c9ac59be7 - changed version to 2.3.0;
- added update for Required strong password option;
2021-12-14 17:44:07 +02:00
Nikita Sinelnikov 4e90ec5502 - Skype field code review; 2021-12-11 02:55:42 +02:00
Nikita Sinelnikov 070b0f4017 - fixed sanitizing in the places where '' (empty string) is a valid value with Int or AbsInt values 2021-09-22 11:18:50 +03: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 7f7bdeabd4 - code review for pull request (#917) 2021-09-17 20:06:04 +03:00
Nikita Sinelnikov ca166a15ce Merge pull request #917 from ultimatemember/fix/member_directory_slider
Fix/member directory slider (issue #912)
2021-09-17 01:03:12 +03:00
ashubawork 798e51e6ec - fixed wrong slider values 2021-09-16 15:25:28 +03:00
Nikita Sinelnikov 641f2c5a74 - fixed restriction logic cases;
- fixed conditions for the restriction logic options;
2021-09-14 18:21:41 +03:00
yuriinalivaiko cf4bfac55b -fixed role ID regexp 2021-09-13 17:35:59 +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 2e964ab408 - fixed sanitizing of the restricted data; 2021-07-29 01:50:48 +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