Mykyta Synelnikov
5e7018e9f2
* checking not empty $match;
2024-09-27 14:48:23 +03:00
Yurii Nalivaiko
6fb0f30e9d
Refactored Init class
2024-09-26 18:40:54 +02:00
Yurii Nalivaiko
da58fa200d
Removed Action Scheduler setting from global settings
2024-09-26 18:36:21 +02:00
Mykyta Synelnikov
05dd388911
* fixed #1546 via wrapping custom HTML in iframe block;
2024-09-26 18:14:11 +03:00
Mykyta Synelnikov
592b4e6ecd
* fixed #1434 ;
2024-09-26 17:39:57 +03:00
Yurii Nalivaiko
b1d2f20d84
Renamed action to be more clear
2024-09-26 15:35:25 +02:00
Yurii Nalivaiko
045ef6875b
Fixed action scheduler hook names
2024-09-26 15:30:05 +02:00
Mykyta Synelnikov
6bf75f412d
* fixed #1436 ;
2024-09-26 12:20:26 +03:00
Mykyta Synelnikov
e9a3bcc9fa
* fixed #1541 ;
2024-09-26 12:08:16 +03:00
Mykyta Synelnikov
28103de201
* fixed #1531 ;
...
* WPCS;
2024-09-25 23:30:08 +03:00
Mykyta Synelnikov
f6c02931af
* fixed #1531 ;
...
* WPCS;
2024-09-25 23:28:43 +03:00
Mykyta Synelnikov
c17b44ca5e
* fixed #1531 ;
2024-09-25 23:24:55 +03:00
Mykyta Synelnikov
3211fb2994
* fixed #1516 ;
2024-09-25 23:12:17 +03:00
Mykyta Synelnikov
6d99694045
* fixed #1540 ;
2024-09-25 22:50:36 +03:00
Mykyta Synelnikov
50b82b1d47
* fixed imagetype
2024-09-25 19:03:42 +03:00
Mykyta Synelnikov
6967ec6e91
* manually merged https://github.com/ultimatemember/ultimatemember/tree/fix/og_image
2024-09-25 18:44:44 +03:00
Mykyta Synelnikov
0544dc0e25
Merge pull request #1371 from ultimatemember/fix/person_shema
...
Person schema
2024-09-25 18:29:31 +03:00
ashubawork
4ed16c1be1
- fix um_get_requested_user
2024-09-25 11:34:25 +03:00
Mykyta Synelnikov
2aaa4c56e9
* changed hook for sitewide using session destroyer as soon as user email is changed;
2024-09-25 02:41:53 +03:00
Mykyta Synelnikov
4c3f292a53
* manually reviewed #1433 ;
...
* avoid using separate option for this functionality;
2024-09-25 02:04:53 +03:00
Mykyta Synelnikov
9190d93467
* manually reviewed #1528 ;
...
* also added 'um_restricted_post_content' hook
2024-09-24 18:21:25 +03:00
Mykyta Synelnikov
3fbba2dcd5
* small changes;
...
* updated readme.txt;
2024-09-24 18:07:41 +03:00
Mykyta Synelnikov
010ea3369a
Merge pull request #1532 from ultimatemember/fix/hide-empty-phone-field
...
Fixed: UM links to empty phone numbers
2024-09-24 18:04:11 +03:00
Mykyta Synelnikov
d8a9a0ef36
Merge pull request #1524 from ultimatemember/fix/social_links
...
Telegram and Discord social links in profile header
2024-09-24 18:01:43 +03:00
Mykyta Synelnikov
ba93896c5d
* manually reviewed #1537 ;
2024-09-24 17:58:55 +03:00
Mykyta Synelnikov
9bc79feb04
Merge pull request #1545 from ultimatemember/fix/um_loggedin
...
Fixed vulnerability in [um_loggedin] shortcode
2024-09-24 13:28:18 +03:00
Mykyta Synelnikov
4c2415086d
* hookdocs;
2024-09-24 13:27:17 +03:00
Mykyta Synelnikov
33bc484629
* Admin Users bulk-actions
...
* Admin single user actions
* Frontend single user action
2024-09-24 13:18:48 +03:00
Mykyta Synelnikov
512dc53a18
- changed wp-admin > Users page;
...
* updated filters by status, avoid slow queries for getting users count;
* updated bulk-actions for changing statuses (moved to WP native dropdown)
* separate handlers for changing user statuses on wp-admin and frontend (partially implemented);
* created class UM()->common()->users() to handle user statuses in more clear format;
* deprecated old hooks and old functions
2024-09-20 18:41:08 +03:00
Mykyta Synelnikov
3b5eba768d
- added 'um_loggedin_inner_content' hook;
...
- added wp_kses for inner content of [um_loggedin] shortcode;
2024-09-19 16:06:28 +03:00
yuriinalivaiko
b509018276
- make it impossible to create a user without a role even with incorrect "Registration Default Role" setting.
2024-09-18 23:16:11 +03:00
Mykyta Synelnikov
2c0478757f
- added bulk actions to WordPress native dropdown;
2024-09-18 14:03:18 +03:00
Mykyta Synelnikov
c76f074a05
- fixed wp_kses allowed HTML tags;
2024-09-17 16:12:35 +03:00
Mykyta Synelnikov
6c632a2c68
- fixed CVE ID: CVE-2024-8519
...
- WPCS;
2024-09-12 16:44:53 +03:00
Mykyta Synelnikov
e7c86052ab
- WPCS;
2024-09-12 16:22:37 +03:00
Yurii Nalivaiko
a49e27b228
Updated logic
2024-09-11 14:28:20 +02:00
Yurii Nalivaiko
adb770bdbb
Updated to use action scheduler
2024-09-11 14:28:04 +02:00
Yurii Nalivaiko
172541fce4
Updated registration email hooks to use maybe scheduler
2024-09-11 14:27:46 +02:00
Yurii Nalivaiko
275ba09188
Changed actions to use maybe action scheduler
2024-09-10 13:17:31 +02:00
Yurii Nalivaiko
928f59b191
Updated hook name
2024-09-10 13:15:53 +02:00
Mykyta Synelnikov
6df83f4f09
- updated structure for action scheduler;
2024-09-06 15:03:50 +03:00
Mykyta Synelnikov
5385e07a5f
- added a few conditions and comments;
2024-09-06 14:07:14 +03:00
Mykyta Synelnikov
2d39dd6461
- removed lib for gitignore;
2024-09-06 13:54:25 +03:00
Yurii Nalivaiko
b9772a06c5
Removed unused call
2024-09-05 10:58:43 +02:00
Yurii Nalivaiko
ec18f52dd9
Added Action Scheduler
2024-09-04 18:03:22 +02:00
Yurii Nalivaiko
f2d4c6135a
Added Action Scheduler
2024-09-03 14:49:07 +02:00
Yurii Nalivaiko
024cfcc4d4
Added Action Scheduler Option
2024-09-03 12:42:12 +02:00
Yurii Nalivaiko
7e8714ae4c
Merge commit '797bc2fd9811f86077e1aa3edd68593ab9dd5956' as 'includes/lib/action-scheduler'
2024-09-03 12:28:53 +02:00
ashubawork
2aaa7f936f
- query improvement for count users
2024-08-13 14:08:47 +03:00
Yurii Nalivaiko
798c82bed0
Updated condition
2024-07-29 15:42:58 +02:00