Mykyta Synelnikov
|
200bc9c51f
|
- reviewed #1298;
- temporarily removed Stripe from extensions;
- wpcs for extensions.php;
|
2023-09-22 11:42:42 +03:00 |
|
Mykyta Synelnikov
|
e5b8ff400e
|
- fixed editable attribute base on the legacy code;
- if `editable` attribute doesn't exist then we set `editable` to true by default;
|
2023-09-05 01:12:16 +03:00 |
|
yuriinalivaiko
|
53a6ffc78d
|
- fixed REST API endpoint List Pages
|
2023-08-27 00:11:52 +03:00 |
|
Mykyta Synelnikov
|
bfef1f9dc7
|
- reviewed #1269;
- unified `UM()->fields()->editing` and `UM()->fields()->viewing` to bool variables use true|false in conditions to make `===` or `!==` comparing;
|
2023-08-15 03:49:13 +03:00 |
|
ashubawork
|
82d574b93b
|
- fix limit chars for bio
|
2023-07-28 15:25:55 +03:00 |
|
ashubawork
|
bb4139e514
|
- fix bio conflict
|
2023-07-28 10:49:36 +03:00 |
|
ashubawork
|
9cb4d5fa8f
|
- fix count of words and letters for the bio field
|
2023-07-27 14:39:08 +03:00 |
|
Mykyta Synelnikov
|
72dfbf4014
|
Merge pull request #1255 from ultimatemember/feature/description_sync
Biography (description) fields syncing
|
2023-07-25 00:12:23 +03:00 |
|
Mykyta Synelnikov
|
e14f165e73
|
- fixed issue with lack of the nonces in the um_adm_action handler;
- fixed #1263;
|
2023-07-24 22:30:33 +03:00 |
|
yuriinalivaiko
|
dbe71b73b9
|
- synchronization of biography (description) fields in the profile header and profile body
|
2023-07-20 16:20:52 +03:00 |
|
Mykyta Synelnikov
|
66ed23cfec
|
- fixed saving the user's bio;
|
2023-07-18 14:47:01 +03:00 |
|
Mykyta Synelnikov
|
ce4cf8fe7b
|
- updated hookdocs;
- reviewed `um_safe_redirect()`;
- updated readme.txt
|
2023-07-18 12:06:17 +03:00 |
|
ashubawork
|
5b647ae5e9
|
- add translators
|
2023-07-13 11:36:29 +03:00 |
|
Mykyta Synelnikov
|
dad4c8017c
|
- fix for profile form;
|
2023-07-01 01:52:43 +03:00 |
|
Mykyta Synelnikov
|
7fafa3a4b3
|
- fix for registration form;
|
2023-06-30 21:55:59 +03:00 |
|
Mykyta Synelnikov
|
246de13726
|
- finished with UM Forms validations;
|
2023-06-30 16:58:12 +03:00 |
|
Mykyta Synelnikov
|
84ea062a1f
|
- fixed getting permalink for profile tab if permalinks settings are disabled;
|
2023-06-29 13:50:47 +03:00 |
|
Mykyta Synelnikov
|
78a1a32530
|
Merge pull request #1219 from ultimatemember/fix/remove_extract_frontend
Remove extract() frontend
|
2023-06-28 21:41:00 +03:00 |
|
Mykyta Synelnikov
|
fc07de48b7
|
- fixed vulnerability with banned keys (made them not case-sensitive);
|
2023-06-28 11:17:28 +03:00 |
|
Mykyta Synelnikov
|
f52f266aa8
|
- reviewed um_pre_profile_shortcode();
|
2023-06-23 03:16:42 +03:00 |
|
Mykyta Synelnikov
|
9d36b6fdec
|
- reviewed um_profile_content_main();
|
2023-06-23 01:25:48 +03:00 |
|
ashubawork
|
915ec79bd1
|
- fix um_pre_profile_shortcode()
|
2023-06-22 11:19:44 +03:00 |
|
ashubawork
|
be70ef5a66
|
- fix um_profile_content_main()
|
2023-06-22 10:21:49 +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 |
|
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 |
|
yuriinalivaiko
|
dee3ea90c5
|
- added hooks to change the profile SEO image
- added hook 'um_profile_dynamic_meta_image_size'
- added hook 'um_profile_dynamic_meta_image_type'
|
2023-03-08 14:07:49 +02:00 |
|
Nikita Sinelnikov
|
2004aa7dde
|
Custom dropdown callback functions security enhancements:
- avoid using different letter case for bypass the blacklist e.g. phpInfo
- avoid using root namespace for bypass the blacklist e.g. \phpinfo
|
2022-11-09 03:17:23 +02:00 |
|
Nikita Sinelnikov
|
aa6a238c61
|
- added callbacks blacklist. Added PHP command execution functions here to exclude the running them from the custom callback;
|
2022-09-30 12:31:40 +03:00 |
|
Nikita Sinelnikov
|
4e90ec5502
|
- Skype field code review;
|
2021-12-11 02:55:42 +02:00 |
|
dbaranov
|
e34f55cd8a
|
- fixed profile Twitter card
|
2021-10-09 20:21:03 +03:00 |
|
Nikita Sinelnikov
|
fc92903f97
|
- fixed updating display_name if there is set the User Display Name setting to Default WP Display Name in UM > General > Users > Display name;
- fixed typo in the password validation
|
2021-09-21 18:26:57 +03:00 |
|
Nikita Sinelnikov
|
5d773256b9
|
- fixed profile form nonce;
- fixed profile form getting ID and data;
- fixed class-access.php when restricted taxonomies are disabled;
|
2021-08-19 12:58:13 +03:00 |
|
Nikita Sinelnikov
|
bdbb60e3c4
|
- fixed show secondary button attribute;
|
2021-07-27 16:50:19 +03:00 |
|
Nikita Sinelnikov
|
07e664be80
|
- intermediate results with sanitizing form handlers;
|
2021-06-29 02:51:54 +03:00 |
|
nikitasinelnikov
|
383e563e53
|
- setting label changed;
- added filter hook 'um_change_usermeta_for_update' for extending $to_update usermeta array after all profile fields validations;
|
2021-04-30 17:05:08 +03:00 |
|
nikitasinelnikov
|
e32b28d1ee
|
- fixed editing private profiles;
|
2021-04-12 12:54:43 +03:00 |
|
nikitasinelnikov
|
7f7dae9979
|
- reviewed No Index functionality;
|
2021-03-03 15:21:18 +02:00 |
|
Nikita Sinelnikov
|
8dc7d9f425
|
Merge pull request #709 from ultimatemember/feature/profile_noindex
Indexing of Profiles
|
2021-03-03 14:41:14 +02:00 |
|
denisbaranov
|
0fdb5635eb
|
The general users setting "Avoid indexing profile by search engines" is added.
The user role setting "Avoid indexing profile by search engines" is changed.
|
2020-12-22 20:13:58 +02:00 |
|
nikitasinelnikov
|
0b8ca8e3e7
|
- added argument to a hook to avoid the fatal error in Profile Tabs
|
2020-12-17 14:12:56 +02:00 |
|
nikitasinelnikov
|
41350e1391
|
- fixed PHP notices when there aren't UM custom roles and we get bool variable from get_option( 'um_roles' );
|
2020-12-16 13:37:13 +02:00 |
|
denisbaranov
|
3ffb8257af
|
New: The user role setting 'Avoid indexing profile by search engines'
|
2020-12-15 17:25:24 +02:00 |
|
nikitasinelnikov
|
fa13e82202
|
- There are changed PHP’s intval(), strval(), floatval(), and boolval() typecasting functions to (int), (string), (float) and (bool) regarding [this doc](https://make.wordpress.org/core/2020/11/20/miscellaneous-developer-focused-changes-in-wordpress-5-6/).
|
2020-11-24 12:55:22 +02:00 |
|
nikitasinelnikov
|
083a98a50b
|
- fixed security issues
|
2020-10-26 17:21:42 +02:00 |
|
nikitasinelnikov
|
fa3c4f4b9e
|
- removed Instagram extension from marketing pages;
- fixed security lack with not editable roles field;
|
2020-10-05 23:21:40 +03:00 |
|
nikitasinelnikov
|
e26a6a33ab
|
- fixed redirect after registration;
- removed empty set_roles() function;
- added function for checking AMP;
|
2020-10-02 15:48:59 +03:00 |
|
nikitasinelnikov
|
6a5396106a
|
- added profile form nonce;
|
2020-09-29 15:40:20 +03:00 |
|
nikitasinelnikov
|
2343a1891e
|
- fixed security vulnerability in queries with role attribute;
- fixed um_can_view_profile function;
|
2020-09-28 21:34:14 +03:00 |
|
denisbaranov
|
4f444b94e6
|
Minor changes. Fix PHP notice.
|
2020-09-20 14:06:00 +03:00 |
|