Commit Graph

1349 Commits

Author SHA1 Message Date
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
Mykyta Synelnikov 3ab36c082d - fixed PHP notice; 2023-06-01 11:30:00 +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
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 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 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
ashubawork 52172a89fb - fix is_block checking (for register form in widgets or blocks) 2023-05-23 12:29:36 +03:00
ashubawork 5206ee5a24 - fix wrong $_um_profile_id for not logged in users 2023-05-23 12:01:56 +03:00
Mykyta Synelnikov 407b34056e - reviwed um-blocks; 2023-05-23 12:00:12 +03:00
Nikita Sinelnikov 212cbec9f8 Merge branch 'development/2.6.1' into feature/um-blocks 2023-05-23 11:14:37 +03:00
ashubawork 7cfa39f893 - fix register block fields for guests 2023-05-09 15:42:15 +03:00
ashubawork 0c7bfbf9d7 - fix profile block for guests 2023-05-09 13:30:39 +03:00
ashubawork 2c222e34b8 - remove wrong code 2023-05-08 21:28:22 +03:00
ashubawork 35f9aac031 - not show account and profile on profile and account pages 2023-05-08 19:50:01 +03:00
ashubawork df73c2a211 - add new discord validation 2023-05-04 20:16:29 +03:00
ashubawork 7b1dbe6bd1 - fix form suffix for blocks in widget 2023-05-03 11:53:50 +03:00
ashubawork f71a508284 - fix um_message_content if not isset 2023-05-02 14:25:32 +03:00
ashubawork fa88bb5f4c - fix wrong code 2023-05-01 16:03:45 +03:00
ashubawork bbc62dca09 - fix sanitize restriction message 2023-05-01 15:28:39 +03:00
Mykyta Synelnikov e8e9e23e76 - fixed error class vulnerability; 2023-05-01 12:42:49 +03:00
ashubawork 81eddaa7ea - fix checking attr widget 2023-05-01 10:42:37 +03:00
ashubawork a366a3733f - fix sanitize restriction message 2023-04-27 14:34:13 +03:00
ashubawork 5c40cf7b08 - fix wrong user id in account block 2023-04-27 12:51:57 +03:00
ashubawork bcadcfc7bd - fix profile form for guests 2023-04-25 11:18:22 +03:00
Mykyta Synelnikov 76dba58342 - changed clear PHP filter_input to sanitaizing functions; 2023-04-24 03:30:56 +03:00
Mykyta Synelnikov af2f9abae3 - fixed dynamically declared class variables; 2023-04-24 02:25:10 +03:00
Mykyta Synelnikov 5caf57aeee - added um_disable_email_notification_sending hook for dynamically disable email notification sending; 2023-04-19 10:33:23 +03:00
Mykyta Synelnikov 7a0ae7f0f8 - fixed PHP8.2 compatibility; 2023-04-19 10:16:04 +03:00
Mykyta Synelnikov 034d9e8b43 - fixed dynamically declared variables inside the classes; 2023-04-17 20:16:15 +03:00
ashubawork 8cf8c6f25e - fix um restrictions blocks 2023-04-05 20:17:29 +03:00
ashubawork 9e0baf676f - fix restrictions for not UM and JB blokcs 2023-04-04 17:40:15 +03:00
ashubawork c9dedf6d91 - add account block 2023-03-29 17:42:53 +03:00
ashubawork a08ed9b6c1 - reset password block 2023-03-29 14:38:11 +03:00
Nikita Sinelnikov 48312ccbe5 - wpcs and added default array() value for getting um_fields option; 2023-03-29 12:34:16 +03:00
Nikita Sinelnikov 2da06f0053 - fixed long str_replace pattern; 2023-03-29 11:57:42 +03:00
ashubawork 61d99135f4 - add member directory block 2023-03-29 11:48:51 +03:00
Nikita Sinelnikov cecad16055 - fixed #1099; 2023-03-28 19:15:30 +03:00
Nikita Sinelnikov af5ff9608a - small fix and avoid PHP warning; 2023-03-28 12:44:33 +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
Nikita Sinelnikov 5bb9f26f45 - fixed issue #1131; 2023-03-28 00:19:25 +03:00
Nikita Sinelnikov 4af87d9834 - removed Google+, VKonakte but leaves these custom fields as just URL type with Website URL validation;
- added 2.6.0 version upgrade script for changing 'vk_url', 'google_url', 'googleplus_url' just to 'url' validate value;
- close #1145;
2023-03-27 16:56:58 +03:00
Nikita Sinelnikov 5dac9aa616 - reviewed #1143; 2023-03-27 15:11:43 +03:00
Nikita Sinelnikov 5e977f7566 Merge pull request #1143 from ultimatemember/fix/date_picker
Date Picker field value format
2023-03-27 15:06:45 +03:00
Nikita Sinelnikov dafb1600f3 Merge pull request #1147 from ultimatemember/feature/seo_image_size
Change the profile SEO image
2023-03-27 11:18:08 +03:00