Commit Graph

1887 Commits

Author SHA1 Message Date
Mykyta Synelnikov 863fa6aebc - review ajax_paginate(); 2023-06-26 17:16:41 +03:00
Mykyta Synelnikov c2757d824b - review ajax_muted_action(); 2023-06-26 17:04:58 +03:00
Mykyta Synelnikov f8da8f0433 - review ultimatemember_password();
- made UM()->password()->change_password variable as private and avoid dynamic for PHP8 compatibility;
- marked `um_before_{$mode}_form_is_loaded` hook as has to be deprecated since 2.7.0 because it duplicates previous 2 hooks with similar;
- updated hookdocs for `um_before_{$mode}_form_is_loaded`;
- updated hookdocs for `um_before_form_is_loaded`;
- updated hookdocs for `um_pre_{$mode}_shortcode`;
2023-06-26 16:54:43 +03:00
Mykyta Synelnikov bf5c6a6d04 - review ajax_resize_image(); 2023-06-26 14:55:17 +03:00
Mykyta Synelnikov d7c94b8015 - review um_submit_form_register(); 2023-06-26 14:31:25 +03:00
ashubawork d49c9d540f - fix allowed types attribute in edit_field() 2023-06-26 10:11:12 +03:00
Mykyta Synelnikov 5c8c3411e7 - wpcs fixes; 2023-06-23 16:53:38 +03:00
ashubawork 60a5feb18b - fix edit_field() 2023-06-23 10:46:35 +03:00
Mykyta Synelnikov f52f266aa8 - reviewed um_pre_profile_shortcode(); 2023-06-23 03:16:42 +03:00
Mykyta Synelnikov f9404bb516 - reviewed um_add_update_notice(); 2023-06-23 03:05:49 +03:00
Mykyta Synelnikov 4c1575ee36 - reviewed um_user_login(); 2023-06-23 01:56:15 +03:00
Mykyta Synelnikov 9d36b6fdec - reviewed um_profile_content_main(); 2023-06-23 01:25:48 +03:00
ashubawork 43263dd0f7 - fix new_row_output() 2023-06-22 16:26:23 +03:00
ashubawork a027cfcd70 - fix make() 2023-06-22 16:11:32 +03:00
ashubawork 9f8767b3c8 - fix do_ajax_action() 2023-06-22 16:07:15 +03:00
ashubawork a4ec844737 - fix view_field() 2023-06-22 15:48:39 +03:00
ashubawork f6c2e17017 - fix dynamic_css() 2023-06-22 14:49:40 +03:00
ashubawork 9cc48e0a8c - fix load() 2023-06-22 14:40:44 +03:00
ashubawork 569a341fd2 - fix ajax_paginate() 2023-06-22 13:19:09 +03:00
ashubawork f79712b549 - fix ajax_muted_action() 2023-06-22 12:57:43 +03:00
ashubawork 709625545e - fix ultimatemember_password() 2023-06-22 12:50:44 +03:00
ashubawork 5a2a23802d - fix ajax_resize_image() 2023-06-22 12:35:31 +03:00
ashubawork 07fc2592bf - fix um_submit_form_register() 2023-06-22 12:21:55 +03:00
ashubawork 915ec79bd1 - fix um_pre_profile_shortcode() 2023-06-22 11:19:44 +03:00
ashubawork d6e96e4fd6 - fix um_add_update_notice() 2023-06-22 11:04:59 +03:00
ashubawork fe07261c15 - fix um_user_login() 2023-06-22 10:47:03 +03:00
ashubawork be70ef5a66 - fix um_profile_content_main() 2023-06-22 10:21:49 +03:00
Mykyta Synelnikov 43a5e22473 - fixed PHP deprecated warning for PHP8.2 2023-06-21 20:27:17 +03:00
Mykyta Synelnikov 8a268114d7 - enhancements for #1133; 2023-06-13 13:57:49 +03:00
Mykyta Synelnikov d0d69372c1 - added textdomain;
- updated readme.txt
2023-06-13 13:17:03 +03:00
Mykyta Synelnikov d1003f3393 Merge pull request #1207 from ultimatemember/feature/spotify_field
Spotify field
2023-06-13 13:13:17 +03:00
Mykyta Synelnikov 172b84f141 - removed comment; 2023-06-13 13:12:58 +03:00
ashubawork 4c6a2c3b45 - add a spotify field 2023-06-13 09:32:03 +03:00
Mykyta Synelnikov 02b4f4049b Merge pull request #1206 from ultimatemember/ext/stripe/info_text
Support button element for info_text field type in settings
2023-06-12 22:58:31 +03:00
Mykyta Synelnikov ca092d9496 - updated hookdocs markup;
- updated release docs;
2023-06-12 17:02:56 +03:00
ashubawork 6cafe591d2 - add a hook for nav links attributes 2023-06-12 16:25:43 +03:00
Mykyta Synelnikov 06f8d843c1 - fixed #1197; 2023-06-12 15:34:04 +03:00
Mykyta Synelnikov 8057d06f81 - reviewed #769;
- added `get_member_directory_id()` function for getting member directory ID based on page ID;
- commented hooks 'um_prepare_user_results_array', 'um_prepare_user_results_array_meta'
- added snippet fo hiding filters from member directory based on public or private visibility;
2023-06-12 15:22:35 +03:00
Mykyta Synelnikov 49c0cf3555 Merge pull request #1190 from ultimatemember/feature/sorting_data_type
Sorting data type and order
2023-06-12 13:21:40 +03:00
Mykyta Synelnikov 30663c3ecd - reviewed #1190; 2023-06-12 13:20:00 +03:00
Mykyta Synelnikov fd1782df79 - probably fix #1199; 2023-06-09 14:53:02 +03:00
Mykyta Synelnikov ece300abe7 Merge pull request #1201 from ultimatemember/fix/wpml_profile_url
WPML: Profile links are incorrect
2023-06-09 12:32:33 +03:00
Mykyta Synelnikov 936190d93e - updated using get_option( 'permalink_structure' ) to UM()->is_permalinks which is the same;
- code review for WPML profile links;
- fixed User Profile tabs and subtabs link with WPML arguments in link;
- added deprecated function to outdated `um_rel_canonical_()`. @todo remove since 2.7.0;
- fixed WPCS in class-permalinks.php;
- deprecated `um_localize_permalink_filter`. Use `post_link` instead;
- added new hooks: `um_profile_permalink`,`um_external_profile_url` and new docs for them;
- added new hookdocs for `um_get_current_page_url`;
- temporarily added development/2.6.3 branch to build-docs.yml
2023-06-09 12:28:15 +03:00
Mykyta Synelnikov 75050b93de - fixed PHP errors; 2023-06-08 14:11:42 +03:00
Mykyta Synelnikov 336e807a50 - added comments; 2023-06-08 13:52:11 +03:00
Mykyta Synelnikov 78d326fc47 Merge pull request #1198 from ultimatemember/feature/for_private_content
Hooks for private content
2023-06-08 13:23:02 +03:00
Mykyta Synelnikov 14b9cbc11b - code review, added comments; 2023-06-08 13:15:12 +03:00
Mykyta Synelnikov 03593d5be9 - code review, added comments; 2023-06-08 12:22:11 +03:00
ashubawork e2d890f99d - fix ACF and UM blocks conflict 2023-06-08 11:33:01 +03:00
Champ Camba 4b21b16880 Support button element for info_text field type in settings
- This allows the info_text field to display a button element. Button element is used for Stripe's Connect/Disconnect functionality. The issue with anchor tag, it requires to deattach the onclick function before you can disable it. With button, you only need to add a disabled attribute to prevent the js function from triggering
2023-06-07 18:06:09 +08:00