Commit Graph

1861 Commits

Author SHA1 Message Date
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 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
ashubawork 29eceaeff7 - add hooks after delete role and reset role 2023-06-06 17:12:35 +03:00
Mykyta Synelnikov 4d8799b4f9 - added users dropdown field. Closed #1034 2023-06-06 17:00:45 +03:00
yuriinalivaiko c6e5dee6c6 - fixed user profile URL for WPML
- added hook um_permalinks_profile_url
2023-06-06 15:13:46 +03:00
ashubawork f2e49490d9 - add a hook for role save 2023-06-05 19:25:57 +03:00
Mykyta Synelnikov 76cb1cc448 - fixed PHP notice; 2023-06-05 18:44:38 +03:00
Mykyta Synelnikov aafd4d0962 - fixed function visibility #1196; 2023-06-05 13:38:10 +03:00
ashubawork f8c0bbe28e - add a hook for private content 2023-06-05 13:20:53 +03:00
Mykyta Synelnikov 3ab36c082d - fixed PHP notice; 2023-06-01 11:30:00 +03:00
Mykyta Synelnikov 108b22f633 - fixed max_size saving; 2023-05-31 11:21:52 +03:00
Mykyta Synelnikov 03224e2b13 - fixed content block WP_Editor displaying #1195; 2023-05-31 10:55:21 +03:00
Mykyta Synelnikov 115988759d - fixed file/image uploaders issue #1193; 2023-05-31 10:40:11 +03:00
Mykyta Synelnikov 6501f48bbd - email notifications hotfix #1194; 2023-05-31 10:20:30 +03:00
ashubawork 568b56d267 - fix small errors 2023-05-24 16:18:08 +03:00
ashubawork e4c30a472e - sorting for meta table 2023-05-24 15:45:27 +03:00
ashubawork 995c07d76a - sorting in member directory 2023-05-24 15:24:29 +03:00
ashubawork 65a25da89c - add sorting options in admin area 2023-05-24 13:31:57 +03:00
ashubawork 781d21d329 - for meta table 2023-05-24 11:04:50 +03:00
ashubawork 36268e85ba - add default sorting 2023-05-23 18:25:53 +03:00
Mykyta Synelnikov 205d96b04f - fixed htmlspecialchars using for PHP8; 2023-05-23 17:48:18 +03:00
Mykyta Synelnikov 74afe64226 - added hook comments;
- updated versions and changelog;
- updated gulpfile.js;
2023-05-23 16:37:20 +03:00
Mykyta Synelnikov 30482254ba - merged #1029; 2023-05-23 14:21:27 +03:00
Mykyta Synelnikov 31e6a0d2da - merged #1073; 2023-05-23 14:17:22 +03:00
Mykyta Synelnikov 1c0e4e1adc Merge remote-tracking branch 'origin/development/2.6.1' into development/2.6.1 2023-05-23 13:58:17 +03:00
Mykyta Synelnikov a460146958 - alternative #1167, #1166 because there had been used already existing hook with other attributes;
- added description for the "Enable menu icons in desktop view" option;
2023-05-23 13:57:55 +03:00
Nikita Sinelnikov 1a69783ca0 Merge pull request #1185 from ultimatemember/fix/email_install_info
Email install info
2023-05-23 13:09:36 +03:00
Nikita Sinelnikov a09723d5e3 Merge pull request #1187 from ultimatemember/fix/um_profile_id
Fix profile id for not logged-in users
2023-05-23 13:08:10 +03:00