Commit Graph

88 Commits

Author SHA1 Message Date
ashubawork 056e9c2f73 - fix country name 2025-06-18 11:11:09 +03:00
Mykyta Synelnikov b3242fe9b0 Added docs 2025-05-12 13:25:24 +03:00
Mykyta Synelnikov 9d83fba560 Update dynamic function blacklist for security enhancement
Added a mechanism to dynamically retrieve and merge updated WordPress function lists into the blacklist to prevent unsafe usage in dropdown options. Addresses a security issue (CVE-2025-47691) by using a JSON-based function source tied to WordPress versioning.
2025-05-12 13:16:17 +03:00
Mykyta Synelnikov e99f158d18 Fixed #1677
Update country name from "Turkey" to "Türkiye"

Replaced the outdated reference to "Turkey" with "Türkiye" in the Ultimate Member plugin's built-in country list. This aligns with the country's preferred naming convention.
2025-04-17 20:02:28 +03:00
Mykyta Synelnikov f89b29426a Add validation for banned and blacklisted custom fields.
This update enhances security by introducing checks for banned and blacklisted meta keys in custom fields. It includes CSS updates for admin builder styles and ensures banned fields are flagged accurately in the site health tool.
2025-04-15 18:08:44 +03:00
ashubawork 8ef597ad74 - fix banned fields and site health status 2025-04-14 14:21:41 +03:00
yuriinalivaiko cbd403935f - fixed Telegram and Discord social links in profile header 2024-06-14 21:52:05 +03:00
Mykyta Synelnikov 3ff15433fb - discord field icon; 2024-04-25 14:13:07 +03:00
Mykyta Synelnikov 5d3128b520 - used new icons for predefined fields; 2024-04-25 03:11:12 +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 cdd888a4d3 - fixed social URLs where user can put his social username (e.g. Instagram, Facebook);
- WPCS for the built-in fields;
- added blueprint.json;
2024-04-10 15:40:43 +03:00
Mykyta Synelnikov a4d20fe4fd - reviewed #1481; 2024-04-02 17:28:54 +03:00
Mykyta Synelnikov e1f550afb5 - changed "e-mail" to "email";
- changed texts for admin notices;
- added a few links to docs;
2024-02-16 15:12:21 +02:00
Mykyta Synelnikov 02e8f32a83 - fixed field type label; 2024-02-14 15:26:49 +02:00
Mykyta Synelnikov 510f9e46ed - updated Twitter texts to X; 2023-12-19 13:48:50 +02:00
Mykyta Synelnikov 73077e1449 Merge pull request #1327 from ultimatemember/development/2.7.x
Version 2.8.0
2023-12-08 01:25:01 +02:00
Mykyta Synelnikov ea29de63cc - partially reviewed #1361; 2023-11-29 19:50:00 +02:00
Towhid 8b1b931416 Changed Swaziland to Eswatini
Country name officially changed from Kingdom of Swaziland to Kingdom of Eswatini In April 2018
2023-10-14 09:46:10 +06:00
Mykyta Synelnikov df47e006d7 - changed version to 2.7.0;
- updated dependencies to 2.7.0;
2023-10-10 18:20:15 +03:00
ashubawork b88ddf881f - add a youtube video validatation 2023-10-09 18:53:34 +03:00
ashubawork 86afc2523a - init commit 2023-09-22 14:52:12 +03:00
Mykyta Synelnikov 887dfa4428 - WPCS; 2023-09-13 16:19:48 +03:00
ashubawork 35132844c5 - change validation 2023-09-13 15:06:22 +03:00
ashubawork 1e2f285289 - add the ID to the blacklist of meta key 2023-09-13 13:10:29 +03:00
Mykyta Synelnikov cb2b4e1dec - fixed "editable" field data format in predefined fields; 2023-08-18 15:33:12 +03:00
Mykyta Synelnikov 053b7284bc - fixed 'required_opt' data; 2023-06-29 20:22:06 +03:00
Mykyta Synelnikov 3c11dfb47a - removed extract() from dynamic_modal_content() function;
- wpcs for `dynamic_modal_content()`;
- updated hookdocs for `um_admin_ajax_modal_content__hook_{$act_id}` hook;
- updated hookdocs for `um_admin_ajax_modal_content__hook` hook;
2023-06-22 23:29:57 +03:00
Mykyta Synelnikov d5990c7bbb - removed extract() from um_admin_pre_save_fields_hook() function;
- updated hookdoc for `um_admin_pre_save_fields_hook` hook;
- updated hookdoc for `um_fields_without_metakey` hook;
2023-06-22 16:09:17 +03:00
Mykyta Synelnikov d0d69372c1 - added textdomain;
- updated readme.txt
2023-06-13 13:17:03 +03:00
ashubawork 4c6a2c3b45 - add a spotify field 2023-06-13 09:32:03 +03:00
Mykyta Synelnikov 034d9e8b43 - fixed dynamically declared variables inside the classes; 2023-04-17 20:16:15 +03:00
Nikita Sinelnikov 48312ccbe5 - wpcs and added default array() value for getting um_fields option; 2023-03-29 12:34:16 +03:00
Nikita Sinelnikov aa8000bde9 - added filter for making 3rd-party roles editable through Ultimate Member interfaces. Use 'um_extend_editable_roles' and pass there an array of role keys( e.g. 'editor', 'administrator', etc. );
- reviewed and closed #1151;
2023-03-28 01:53:50 +03:00
Nikita Sinelnikov 4af87d9834 - removed Google+, VKonakte but leaves these custom fields as just URL type with Website URL validation;
- added 2.6.0 version upgrade script for changing 'vk_url', 'google_url', 'googleplus_url' just to 'url' validate value;
- close #1145;
2023-03-27 16:56:58 +03:00
yuriinalivaiko 03a541dab1 - fixed social links in profile header 2023-02-17 20:21:22 +02:00
ashubawork 4d9f3e0341 - add twitch and reddit 2023-01-18 14:56:03 +02:00
ashubawork 055f7984c8 - add tiktok 2023-01-18 13:47:07 +02:00
Nikita Sinelnikov fac2f9fdc5 - fixed #1085; 2022-10-24 17:34:54 +03:00
Nikita Sinelnikov 5281c1e654 - fixed upgrade script; 2022-08-15 14:25:19 +03:00
ashubawork 6440499b17 - change type for phones fields 2022-06-29 13:49:10 +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 b3d9c8f989 - code review;
- changed readme;
2021-12-15 16:40:25 +02:00
ashubawork ff18aa5ec7 - added a discord field (issue #926) 2021-12-13 12:52:36 +02:00
Nikita Sinelnikov 4e90ec5502 - Skype field code review; 2021-12-11 02:55:42 +02:00
Nikita Sinelnikov 86e692b1fc Merge pull request #931 from ultimatemember/fix/social_user_fields
New user fields and skype fix (issue #926, #928)
2021-12-10 15:29:02 +02:00
Nikita Sinelnikov 60c8c7a305 Merge pull request #937 from ultimatemember/fix/linkedin_field
LinkedIn field
2021-12-10 15:20:27 +02:00
Lukas Jokūbas Jakubauskas bae704093e Update class-builtin.php
I am using Ultimate Member for a project targeted at businesses and organisations from Georgia, however they recently changed their official country name to Sakartvelo and asked us to use the appropriate name. More info here: https://www.lrt.lt/en/news-in-english/19/1317371/lithuania-approves-sakartvelo-as-official-name-for-georgia
2021-11-06 15:33:49 +02:00
ashubawork b80f49d077 - fixed the linkedin field url 2021-10-25 09:54:32 +03:00
ashubawork ce3fbbc512 - fixed the skype field for new skype id
- added viber, whatsapp and telegram fields
2021-10-05 10:05:16 +03:00
Nikita Sinelnikov 0b6ac8088a - fixed some typos and added escapers for SoundCloud Track field value; 2021-09-20 21:13:37 +03:00