Commit Graph

159 Commits

Author SHA1 Message Date
ashubawork 72bb667828 - fix $located checking for 'empty' 2023-04-20 17:09:01 +03:00
ashubawork 975d03035c - fix $located checking 2023-04-20 17:05:25 +03:00
ashubawork a18cd6c4e1 - fix paths with the same names files 2023-04-20 11:32:18 +03:00
ashubawork 50818fae2d - fix core path for extansions 2023-04-19 12:39:32 +03:00
Mykyta Synelnikov bdb768d963 - reviewed #1164; 2023-04-18 16:14:21 +03:00
Mykyta Synelnikov 87d58945b6 Merge remote-tracking branch 'origin/development/2.6.1' into feature/template_versioning 2023-04-18 10:48:02 +03:00
ashubawork e99437426f - change hook name 2023-04-12 15:50:09 +03:00
ashubawork 59367c7299 - fix hook for extensions templates 2023-04-12 15:29:53 +03:00
ashubawork 68d1326451 - add hooks for extensions 2023-04-12 13:56:10 +03:00
ashubawork 871c0412b4 - add comments to templates 2023-04-11 16:25:25 +03:00
ashubawork 42337c440a - check versions, add transient 2023-04-10 17:46:25 +03:00
Nikita Sinelnikov 1a219ebb24 - fixed https://github.com/ultimatemember/woocommerce/issues/12 2023-04-07 13:24:01 +03:00
ashubawork 00dd3d6b9f - list of templates 2023-04-07 12:45:34 +03:00
ashubawork 2c5ffd5250 - basic list of override templates 2023-04-07 11:33:22 +03:00
ashubawork b60f2aced3 - add settings tab 2023-04-07 09:51:31 +03:00
Nikita Sinelnikov 2924df89f2 - fixed PHP notice; 2023-03-28 17:25:13 +03:00
yuriinalivaiko bb87582c5b - fixed: create the custom table for usermeta if does not exists 2023-03-02 17:27:40 +02:00
Nikita Sinelnikov 8b5bb5d784 - fixed #1082;
- used wp_mkdir to avoid the filesystem conflict;
2022-12-13 15:52:57 +02:00
Nikita Sinelnikov 19c83933f2 - closed #1101; 2022-12-13 14:53:35 +02:00
Nikita Sinelnikov b547d899bc - removed outdated setting using in code (force_display_name_capitlized). Moved the functionality to extended repo:
https://github.com/ultimatemember/Extended/tree/main/um-capitalize-name#readme
2022-10-24 14:29:04 +03:00
Nikita Sinelnikov d234e7136b - added ability for 3rd-party same page upgrade fields; 2022-08-15 19:58:18 +03:00
Nikita Sinelnikov 9cdf65973c - prepared for 2.4.0 release; 2022-05-24 18:29:39 +03:00
Nikita Sinelnikov b54672908c - 2.3.2-rc.1; 2022-04-21 10:35:45 +03:00
Nikita Sinelnikov cfd8365afd - code review; 2022-02-07 12:20:24 +02:00
Nikita Sinelnikov fa241539a5 - fixed "Update Settings" admin notice on the Settings > Licenses screen. 2022-01-19 16:25:51 +02:00
Nikita Sinelnikov 40bc989bdf Merge branch 'development/2.3.1' of https://github.com/ultimatemember/ultimatemember into development/2.3.1 2022-01-17 15:20:45 +02:00
Nikita Sinelnikov c7254b969b - fixed sorting the settings subtabs (Extensions section); 2022-01-17 15:20:33 +02:00
ashubawork c2666550e1 - added a notice after saving on the settings pages 2022-01-13 14:06:05 +02:00
Nikita Sinelnikov 6702c2e682 - changed description; 2021-12-15 17:10:52 +02:00
Nikita Sinelnikov 9c9ac59be7 - changed version to 2.3.0;
- added update for Required strong password option;
2021-12-14 17:44:07 +02:00
Nikita Sinelnikov e8c1497ec4 - fixed password length validation;
- added settings for the password min/max length;
2021-09-21 13:25:49 +03:00
Nikita Sinelnikov 9927dab323 - fixed um_edit_profile_url() function and added $user_id attribute;
- added `disable_restriction_pre_queries` option for backward compatibility with business logic where 404 error isn't good way;
- added `restricted_post_title_replace` option for ability to disable restricted post's title replace
2021-08-25 01:07:09 +03:00
Nikita Sinelnikov f5278a462f - changed labels;
- fixed get_archives query based on restricted posts;
2021-07-29 17:20:16 +03:00
Nikita Sinelnikov 2edddc18fe - changed labels; 2021-07-27 16:03:29 +03:00
Nikita Sinelnikov 2b115b89c7 - added setting 'Restricted Access Post Title' for restricted posts displayed in archive;
- fixed access class for posts visible in query but that have restriction settings (message or redirect);
2021-07-22 20:58:20 +03:00
Nikita Sinelnikov 1e5e1f298d - fixed sanitizing types;
- fixed `in_group` attribute sanitizing;
2021-07-21 20:26:33 +03:00
Nikita Sinelnikov c11e8bf993 - fixed saving Access admin settings; 2021-07-06 13:17:53 +03:00
Nikita Sinelnikov a5b2e6a7ef - fixed security issue with email templates content; 2021-07-06 12:31:09 +03:00
Nikita Sinelnikov 6feebac07f - hotfixes for member directory settings and frontend functionality; 2021-07-02 17:36:01 +03:00
Nikita Sinelnikov 0fc2d131ee - fixed sanitizing functions; 2021-06-29 21:15:48 +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 4633faf7bd - fixed #810; 2021-04-13 12:35:57 +03:00
nikitasinelnikov fc2ab58dfe - added UM setting; 2021-04-09 15:25:01 +03:00
Nikita Sinelnikov 1755198fee Merge pull request #778 from ultimatemember/feature/user_location_filter
Changes for user locations filters
2021-04-05 12:53:02 +03:00
andrewshuba a619ee3ffc - added hooks for change a wp_um_metadata table
- added hooks for user_location fields (hooks for comparison in text fields)
2021-03-12 12:24:31 +02:00
nikitasinelnikov 8a6f041407 - added profile tab privacy 'Owner + Specific roles'; 2021-03-12 03:46:45 +02:00
Nikita Sinelnikov 7f2f85abdb Merge pull request #758 from ultimatemember/fix/meta_table_for_mycred
Fix/meta table for mycred
2021-03-03 16:48:36 +02: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