Mykyta Synelnikov
b41ac2bb96
* uncommented Zapier extension;
2024-12-16 12:35:32 +02:00
Mykyta Synelnikov
8a86737472
* updated methods for properly searchable code;
2024-12-03 14:30:01 +02:00
Mykyta Synelnikov
6f4f43f035
* added todos;
2024-11-29 15:54:55 +02:00
Mykyta Synelnikov
823f98906f
* sorted deprecated function;
2024-11-29 14:24:35 +02:00
Mykyta Synelnikov
b892a70756
* changed hook for initialization of email templates paths;
...
* removed `load_plugin_textdomain` due to (article)[https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/#Enhanced-support-for-only-using-PHP-translation-files ]
* deprecated `UM()->localize()` function;
* deprecated `um_language_textdomain` filter hook;
2024-11-29 14:09:23 +02:00
Mykyta Synelnikov
f5d81f1a41
* added todos;
2024-11-29 12:57:18 +02:00
Mykyta Synelnikov
0e0977f37b
* fixed #1595 ;
2024-11-28 17:49:48 +02:00
Mykyta Synelnikov
909dd7f987
* added is_new_ui() function;
2024-11-19 22:58:04 +02:00
Mykyta Synelnikov
8d33c43130
Fixes 'um_dispatch_email' action #1589
...
* Sending email notifications directly (without Action Scheduler) on user delete action;
* Changed activation handler priority for integration with Action Scheduler
* Added 'fetch_user_id' argument for fetching the necessary user before email sending when Action Scheduler is active.
2024-11-19 17:48:10 +02:00
Mykyta Synelnikov
1a11581d12
* fixed um_current_user_can();
2024-11-15 11:16:55 +02:00
Mykyta Synelnikov
51f36e4dd2
* release preparations;
2024-11-15 02:12:17 +02:00
Mykyta Synelnikov
234e200d20
* release preparations;
2024-11-15 02:11:10 +02:00
Mykyta Synelnikov
2086ddb53f
* added um_image_upload_validation hook for 3rd-party validation during upload images;
2024-11-15 02:06:03 +02:00
Mykyta Synelnikov
e561557e22
* added user_id attribute to the hooks;
2024-11-14 15:54:42 +02:00
Mykyta Synelnikov
daa3ba87ef
* fixed #1583 ;
2024-11-14 01:08:30 +02:00
Mykyta Synelnikov
b4becdbcf5
* reviewed #1582 ;
2024-11-13 17:20:52 +02:00
Mykyta Synelnikov
7414e10efd
Merge pull request #1582 from ultimatemember/fix/fetch_user
...
Fix for fetch user
2024-11-13 17:04:08 +02:00
Mykyta Synelnikov
48371d1d06
* fixed #1581 ;
2024-11-13 16:42:26 +02:00
yuriinalivaiko
9d373c968e
- fixed incorrect usage of the um_fetch_user function
2024-11-13 14:32:47 +02:00
Mykyta Synelnikov
a5e0caf5f5
Merge pull request #1579 from ultimatemember/fix/rest_api_calling
...
Fixes allowed query variables
2024-11-13 00:37:48 +02:00
Mykyta Synelnikov
b63ebf1a63
Merge pull request #1578 from ultimatemember/fix/registration_role
...
Fixes validation of the form slug
2024-11-13 00:37:32 +02:00
Mykyta Synelnikov
aa60e74639
Merge pull request #1577 from ultimatemember/fix/invalid_fields_array
...
Fixes issues when the custom fields meta has a wrong format
2024-11-13 00:37:10 +02:00
Mykyta Synelnikov
349939ed75
* fixed checking profile_photo and cover_photo fields editable condition on profile image upload/crop handlers;
2024-11-12 16:50:09 +02:00
Mykyta Synelnikov
a51a4ad40a
* fixed loading action scheduler library when option is disabled
2024-11-12 14:33:34 +02:00
Mykyta Synelnikov
4bf14b736f
* fix based on commit 7b44add0d7b183fd8f0ddf314e023e1cc035afa2
...
* fixed allowed query variables
2024-11-11 19:18:42 +02:00
Mykyta Synelnikov
920fb168dc
* fix related to commit 945b79a97940406b40a5996f9aa2159bd11e29ab
2024-11-11 18:53:17 +02:00
Mykyta Synelnikov
9712e507ce
Merge pull request #1575 from ultimatemember/security/uploader_conditions
...
Fixes security issue related to the file/image upload and image resize
2024-11-11 14:01:55 +02:00
Mykyta Synelnikov
34ee3d5ebc
* reviewed and updated docs;
2024-11-06 17:13:38 +02:00
Mykyta Synelnikov
c28135f212
* fixed #1573 ;
...
* WPCS;
2024-11-06 14:30:27 +02:00
Mykyta Synelnikov
065dfa54ed
Merge pull request #1544 from ultimatemember/feature/action-schedule-integration
...
Action schedule integration
2024-11-06 13:49:51 +02:00
ashubawork
3d94686454
- change blocks folder
2024-11-06 12:12:13 +02:00
Mykyta Synelnikov
684324f5c0
* reviewed;
2024-11-05 18:42:18 +02:00
Mykyta Synelnikov
61ea1b3e8d
* maybe fixed CVE-2024-10528;
2024-11-05 11:55:07 +02:00
ashubawork
cf92a24168
- update blocks
2024-10-31 14:10:34 +02:00
Mykyta Synelnikov
550a90873d
* compatibility with recent changes in 2.8.9;
2024-10-21 18:02:52 +03:00
Mykyta Synelnikov
91a0c13399
Merge branch 'development/2.8.x' into feature/action-schedule-integration
2024-10-21 17:45:42 +03:00
Mykyta Synelnikov
8b8f3667bd
* removed extra unwrapping for wp_editor field values;
2024-10-21 17:34:12 +03:00
Mykyta Synelnikov
4b2fbe525d
* Fixed: User status filter on wp-admin > Users on mobile devices;
2024-10-15 22:06:55 +03:00
Mykyta Synelnikov
f27dcd6e41
* manually reviewed https://github.com/ultimatemember/ultimatemember/tree/fix/um_member_directory_data ;
2024-10-14 17:14:56 +03:00
Mykyta Synelnikov
cd70fe6df6
Merge pull request #1563 from ultimatemember/fix/textarea_html_on
...
Fix HTML formatted textarea
2024-10-14 12:56:04 +03:00
Mykyta Synelnikov
820e7b0c56
Merge pull request #1565 from ultimatemember/fix/force_set_status
...
Avoid using force set user status (#1564 duplicate)
2024-10-14 12:55:03 +03:00
Mykyta Synelnikov
1cbbb70a03
* added security condition to check that one logged-in user cannot activate another one user via email activation link;
...
* fixed double handler of email activation link (wp_die doesn't stop the script for some reason);
* added redirects to login page with error notices instead of wp_die text;
2024-10-11 18:47:40 +03:00
Mykyta Synelnikov
62cc39e2ef
* updated single compare status to using has_status function;
2024-10-11 17:21:24 +03:00
Mykyta Synelnikov
3c56190fa3
* fixed login form after recent updates
...
* updated um_submit_form_{$mode} hook documentation
2024-10-11 17:10:42 +03:00
Mykyta Synelnikov
02745d804c
* WPCS;
...
* Better UI for role settings place;
2024-10-11 16:43:05 +03:00
Mykyta Synelnikov
d4bd0a5133
* fixed sanitizing for activation_link_expiry_time setting;
2024-10-11 16:35:54 +03:00
yuriinalivaiko
9da58475dc
- fixed editing of other members profile for administrator
2024-10-10 19:45:48 +03:00
Mykyta Synelnikov
7f7820e67c
* fixed sending emails upon registration;
...
* fixed using `um_user( 'status' )` and `um_user( 'account_status' )` functions;
* fixed using `set_status()` function;
* based on https://github.com/ultimatemember/ultimatemember/pull/1564
2024-10-10 18:18:56 +03:00
Mykyta Synelnikov
07949b9c35
* fixed HTML formatted textarea;
2024-10-10 11:56:55 +03:00
Mykyta Synelnikov
eb400bf31e
* manual merge of
...
https://github.com/ultimatemember/ultimatemember/tree/fix/after_registration
2024-10-03 14:58:52 +03:00