Commit Graph

2087 Commits

Author SHA1 Message Date
yuriinalivaiko 53a6ffc78d - fixed REST API endpoint List Pages 2023-08-27 00:11:52 +03:00
Mykyta Synelnikov 42bfa3fa61 - added um_force_shortcode_render hook for echo custom content in ultimatemember shortcode; 2023-08-24 17:37:41 +03:00
Mykyta Synelnikov 26de093b38 - fixed variable type for UM()->form()->processing and UM()->fields()->set_id; 2023-08-23 15:00:21 +03:00
Mykyta Synelnikov 8cb6c79c26 - fixed "Can user edit this field?" option. It changed to the bool type with true|false values only. Field can be editable only in the case if 'editable'===true 2023-08-22 17:17:40 +03:00
Mykyta Synelnikov cb2b4e1dec - fixed "editable" field data format in predefined fields; 2023-08-18 15:33:12 +03:00
Mykyta Synelnikov fd3daabbc7 - fixed "editable" field data format in predefined forms; 2023-08-18 15:28:44 +03:00
Mykyta Synelnikov 8bbcc4479a - added condition for templates customizations exists; 2023-08-17 12:13:19 +03:00
Mykyta Synelnikov 3323322957 - added required child-theme admin notice; 2023-08-17 01:14:47 +03:00
Mykyta Synelnikov edef1d625a Merge pull request #1278 from ultimatemember/fix/admin_modal
Fix admin modal conflict
2023-08-16 00:18:19 +03:00
Mykyta Synelnikov 11c0a8ebf9 - fixed HTML validation for user description field in header;
- fixed escaping HTML in user description field;
2023-08-15 23:52:40 +03:00
Mykyta Synelnikov 999deb6145 - fixed HTML validation for user description field in header; 2023-08-15 23:04:46 +03:00
Mykyta Synelnikov d99b011380 - fixed HTML validation for user description field in header; 2023-08-15 22:39:18 +03:00
Mykyta Synelnikov 4e1fcbd90b - fixed max chars validation for user description field in header; 2023-08-15 17:39:28 +03:00
yuriinalivaiko d20adc7cb3 - fixed a conflict with the bootstrap.min.js script in admin modal 2023-08-15 17:34:43 +03:00
Mykyta Synelnikov 89ec90dd77 - fixed max chars validation for user description field in header; 2023-08-15 15:56:41 +03:00
Mykyta Synelnikov c70d67a829 - fixed #1273 2023-08-15 04:22:50 +03:00
Mykyta Synelnikov 427437ff69 - fixed #1277 2023-08-15 04:07:26 +03:00
Mykyta Synelnikov bfef1f9dc7 - reviewed #1269;
- unified `UM()->fields()->editing` and `UM()->fields()->viewing` to bool variables use true|false in conditions to make `===` or `!==` comparing;
2023-08-15 03:49:13 +03:00
Mykyta Synelnikov 766653a360 Merge pull request #1269 from ultimatemember/fix/bio_count
Bio count
2023-08-11 15:53:01 +03:00
Mykyta Synelnikov 1f3ebdcdd0 - reviewed #1275;
- fixed #1274;
2023-08-11 11:57:43 +03:00
Mykyta Synelnikov c540ff56cd - fixed #1272; 2023-08-11 11:36:53 +03:00
Mykyta Synelnikov 05b6f41257 - added hook to operate with core searching fields in member directory search; 2023-08-10 16:14:31 +03:00
Mykyta Synelnikov 24e79c37af - wpcs;
- hookdocs for `um_setup_predefined_page_content`, `um_core_pages`;
2023-08-09 16:24:22 +03:00
Mykyta Synelnikov c0a0fc475c - added 'um_can_view_profile' hook; 2023-08-03 01:21:23 +03:00
ashubawork 60a71ec983 - small wpcs fix 2023-07-31 10:02:48 +03:00
ashubawork 7f7556719b - fix description length error 2023-07-31 09:11:05 +03:00
Mykyta Synelnikov ba2cc1cd94 - fixed PHP notices in some cases when WP query is not canonical; 2023-07-30 23:00:39 +03:00
ashubawork 82d574b93b - fix limit chars for bio 2023-07-28 15:25:55 +03:00
ashubawork bb4139e514 - fix bio conflict 2023-07-28 10:49:36 +03:00
ashubawork 9cb4d5fa8f - fix count of words and letters for the bio field 2023-07-27 14:39:08 +03:00
Mykyta Synelnikov c9789b8462 - standardize the condition for checking not editable fields to empty( $data['editable'] 2023-07-27 13:37:01 +03:00
Mykyta Synelnikov 886d418705 - reviewed #1212 and manually merged it into development/2.6.9; 2023-07-25 13:22:22 +03:00
Mykyta Synelnikov 2d5ab45c01 - added "Show/hide password button" option; 2023-07-25 12:42:39 +03:00
Mykyta Synelnikov 72dfbf4014 Merge pull request #1255 from ultimatemember/feature/description_sync
Biography (description) fields syncing
2023-07-25 00:12:23 +03:00
Mykyta Synelnikov 15a18cf6d4 - reviewed #1256; 2023-07-24 22:57:49 +03:00
Mykyta Synelnikov 563ed8c21e Merge pull request #1256 from ultimatemember/fix/directory_name
Directory name
2023-07-24 22:52:16 +03:00
Mykyta Synelnikov 7683ec7bbc Merge pull request #1262 from ultimatemember/fix/textarea_count_words
Textarea count words
2023-07-24 22:37:05 +03:00
Mykyta Synelnikov e14f165e73 - fixed issue with lack of the nonces in the um_adm_action handler;
- fixed #1263;
2023-07-24 22:30:33 +03:00
Mykyta Synelnikov fa2108172f - fixed issue with lack of the nonces in the um_adm_action handler; 2023-07-24 12:57:18 +03:00
ashubawork 2ea7fb9e33 - fix counting words in a textarea field 2023-07-24 12:31:11 +03:00
Mykyta Synelnikov 2ac7324f77 - fixed issue with sanitizing "0" values when value is "" empty line;
- added _wpnonce to admin action
2023-07-24 12:26:26 +03:00
Mykyta Synelnikov e6a9c4060f - fixed #1261; 2023-07-24 11:58:20 +03:00
Mykyta Synelnikov bf2ddacb73 - fixed singleton for Account shortcode;
- there were a conflicts with plugins who render shortcodes in hidden mode before loading shortcodes on the page content;
2023-07-22 00:51:26 +03:00
Mykyta Synelnikov ad11a6c479 - fixed singleton for shortcode;
- there were a conflicts with plugins who render shortcodes in hidden mode before loading shortcodes on the page content;
2023-07-21 15:47:01 +03:00
ashubawork f085af988f - form name 2023-07-20 16:59:38 +03:00
ashubawork 909968df97 - fix sanitize directory name 2023-07-20 16:31:12 +03:00
yuriinalivaiko dbe71b73b9 - synchronization of biography (description) fields in the profile header and profile body 2023-07-20 16:20:52 +03:00
Mykyta Synelnikov 6034b61deb - added compatibility with UM:Stripe 2023-07-19 16:15:16 +03:00
ashubawork 4675f619a7 - fix wpcs 2023-07-19 13:51:26 +03:00
ashubawork 51f2606931 - fix um_safe_redirect for deleting user 2023-07-19 13:49:49 +03:00