Commit Graph

113 Commits

Author SHA1 Message Date
Mykyta Synelnikov 13f2b94351 - changed texts; 2024-04-30 17:55:19 +03:00
Mykyta Synelnikov 4900244c4c - changed the place for the icon field because select2 styling don't work properly work at the bottom of the modal; 2024-04-25 02:43:57 +03:00
Mykyta Synelnikov 07ca89a243 - wp-admin icon field integrated with new FA library; 2024-04-23 15:26:19 +03:00
Mykyta Synelnikov d58d065a68 - changed form builder > icon field to new dropdown type; 2024-04-23 12:36:36 +03:00
Mykyta Synelnikov 595945c96e - changed form builder > icon field to new dropdown type; 2024-04-17 17:55:21 +03:00
Mykyta Synelnikov 8b64d5fae9 Merge branch 'development/2.8.x' into feature/search_exclude_fields 2024-04-09 01:09:13 +03:00
ashubawork e1eaebce06 - include for core usermeta 2024-02-07 11:50:41 +02:00
ashubawork d9c53fcbc8 - fix login field validate option 2024-01-30 13:24:13 +02:00
ashubawork 4041bbc621 - exclude fields for default usermeta table 2024-01-29 11:12:22 +02:00
Mykyta Synelnikov 328de82d60 - added UM_DEV_MODE constant -> display Experimental features; 2024-01-18 16:00:11 +02:00
Mykyta Synelnikov 7a4690b48e - fixed #1427 um_form_version meta is unique; 2024-01-15 10:04:07 +02:00
Mykyta Synelnikov ec477ba5f0 - changed texts; 2023-12-14 12:09:49 +02:00
Mykyta Synelnikov 7778186f83 - fixed builder issues; 2023-12-06 17:55:20 +02:00
Mykyta Synelnikov f8e49b96e1 - added UM_LEGACY_BUILDER_OFF constant for future development; 2023-12-01 17:25:53 +02:00
Mykyta Synelnikov 2c5f396795 - partially reviewed #1361; 2023-12-01 00:30:37 +02:00
Mykyta Synelnikov b865045b14 Merge pull request #1359 from ultimatemember/fix/login_validation
Login validation
2023-11-21 02:34:22 +02:00
Mykyta Synelnikov ddeb941d0c - fixed select2 styles;
- fixed icon selector inside the extensions;
2023-11-14 13:09:00 +02:00
Mykyta Synelnikov ed3bc03afd - fixed PHP notice; 2023-11-09 18:40:27 +02:00
ashubawork a608ca0457 - hide validation on login forms for usernames 2023-11-08 16:31:29 +02:00
Mykyta Synelnikov 9d42ae5568 - wp-admin assets refactoring (in process); 2023-11-06 11:55:01 +02:00
Mykyta Synelnikov b40edd26e6 - wp-admin assets refactoring (in process); 2023-11-03 17:31:18 +02:00
Mykyta Synelnikov b83da8b814 - WPCS for defined constants;
* um_url -> UM_URL
   * um_path -> UM_PATH
   * um_plugin -> UM_PLUGIN
   * ultimatemember_version -> UM_VERSION
   * ultimatemember_plugin_name -> UM_PLUGIN_NAME
2023-09-13 22:56:32 +03:00
Mykyta Synelnikov 57159f2496 - WPCS; 2023-09-13 17:00:28 +03:00
Mykyta Synelnikov a605a91b91 - WPCS; 2023-09-13 16:59:15 +03:00
Mykyta Synelnikov 4ea341007f - added 'um_form_version' postmeta for make the legacy functionality in the future; 2023-09-13 16:54:12 +03:00
Mykyta Synelnikov 1754555379 - fixed the issue with UM()->metabox()->edit_mode_value variable. We need to flush it after each field_input();
- wpcs for Admin_Metabox() class;
2023-09-09 02:56:11 +03:00
Mykyta Synelnikov e5b8ff400e - fixed editable attribute base on the legacy code;
- if `editable` attribute  doesn't exist then we set `editable` to true by default;
2023-09-05 01:12:16 +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 15a18cf6d4 - reviewed #1256; 2023-07-24 22:57:49 +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
ashubawork 82ae1dc614 - notices, gdpr, settings, metabox, menu 2023-07-12 15:31:06 +03:00
Mykyta Synelnikov 4869d273ba - removed extract() function from um_admin_field_update_error_handling() function;
- added hookdoc for `um_admin_builder_skip_field_validation` hook;
- updated hookdoc for `um_admin_field_update_error_handling` hook;
- fixed deprecated PHP notice for $set_field_type variable;
- changed htmlspecialchars to esc_attr() for form builder modal;
2023-06-22 12:00:45 +03:00
Mykyta Synelnikov 03224e2b13 - fixed content block WP_Editor displaying #1195; 2023-05-31 10:55:21 +03:00
Mykyta Synelnikov 034d9e8b43 - fixed dynamically declared variables inside the classes; 2023-04-17 20:16:15 +03:00
Nikita Sinelnikov fe88b40939 - using slashes in the callback function setting of the dropdown fields; 2022-06-08 21:24:23 +03:00
Nikita Sinelnikov cfd8365afd - code review; 2022-02-07 12:20:24 +02:00
ashubawork e90efd0983 - fixed editing upload fields (issue #958) 2021-12-22 10:44:27 +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 641f2c5a74 - fixed restriction logic cases;
- fixed conditions for the restriction logic options;
2021-09-14 18:21:41 +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 c765d03ce4 - 2.2.1 prepare to the release; 2021-07-30 14:20:11 +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 9abfd6aa73 - changed option priority; 2021-07-22 16:35:09 +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 6feebac07f - hotfixes for member directory settings and frontend functionality; 2021-07-02 17:36:01 +03:00