Commit Graph

2869 Commits

Author SHA1 Message Date
nikitasinelnikov e1954d3d8e - added JS hook 'um_member_directory_grid_masonry_attrs' for customizing Masonry grid settings;
- added conditional logic for 'Allow users to hide their profiles from directory' option;
- fixed getting upgrades process for the User Locations extension;
2021-01-07 02:01:17 +02:00
nikitasinelnikov 1eabb9430a - changed version; 2020-12-24 15:12:24 +02:00
Nikita Sinelnikov 538756b503 Merge pull request #721 from ultimatemember/development/2.1.15
Development/2.1.15
2020-12-24 14:59:32 +02:00
nikitasinelnikov d1feb6dd75 - fixed conditional logic; 2020-12-24 14:55:18 +02:00
nikitasinelnikov 29e820c23d - changed version; 2020-12-23 14:37:41 +02:00
nikitasinelnikov 92bfeb35e7 - 2.1.14 release; 2020-12-22 20:34:46 +02:00
Nikita Sinelnikov 6a212d25ee Merge pull request #717 from ultimatemember/development/2.1.14
2.1.14 release
2020-12-22 20:32:12 +02:00
nikitasinelnikov 8234fee3cf - added a fix for getting status (fetch user again if not exists); 2020-12-22 17:04:18 +02:00
nikitasinelnikov 8a67754df1 - version changelog; 2020-12-21 14:52:02 +02:00
nikitasinelnikov aadf1d7104 - 2.1.4-rc.1; 2020-12-21 03:29:57 +02:00
Nikita Sinelnikov db015f8af4 Merge pull request #708 from ultimatemember/fix/restrict_add_administrator
administrator user role to restriction
2020-12-21 03:13:19 +02:00
Nikita Sinelnikov 2f12d18c6b Merge pull request #712 from ultimatemember/feature/field_metakey_tooltip
Field metakey tooltip (github issue #710)
2020-12-21 03:07:45 +02:00
Nikita Sinelnikov 4b4137b267 Merge pull request #705 from ultimatemember/fix/fields_without_metakey_displaying_by_hook
Fixed displaying by the hook issues with fields without metakeys
2020-12-21 02:58:26 +02:00
Nikita Sinelnikov f6a064b776 Merge pull request #711 from ultimatemember/fix/php_notices
- fixed PHP notices
2020-12-21 02:57:50 +02:00
nikitasinelnikov c7487a702b - code formatting; 2020-12-18 13:46:01 +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 4c95467a64 - updated *.pot file 2020-12-16 16:23:08 +02:00
nikitasinelnikov ba291a6bfe - fixed PHP notices/warnings; 2020-12-16 14:46:38 +02:00
andrewshuba a0d9ad9746 - added a tooltip with meta key name for fields in a form settings 2020-12-16 13:41:31 +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
Champ Camba 43a8e7e3d5 Add third parameter $args to the action hook for Profile Tab redirections
There was an issue with attaching the Profile tab redirection to `um_after_user_updated` because the file couldn't upload in a custom tab because it doesn't reach the `UM()->uploader()->move_temporary_files` after saving the profile with uploaded files and images.

 Attaching it to  `um_user_after_updating_profile` resolves the issue.
2020-12-16 11:52:07 +08:00
andrewshuba 03f2baf61a - add administrator user role to a restriction setting 2020-12-15 14:16:26 +02:00
nikitasinelnikov 1adc51aa02 - fixed displaying by the hook issues with fields without metakeys; 2020-12-14 14:39:47 +02:00
nikitasinelnikov 0ee8878f90 - rename version; 2020-12-09 11:13:25 +02:00
nikitasinelnikov fc3902e346 - 2.1.13 version; 2020-12-08 11:23:22 +02:00
nikitasinelnikov 219cde7776 - fixed modal window layout;
- added filter for avatar size on the member directory;
2020-12-04 16:52:17 +02:00
nikitasinelnikov 5afebdd786 - Added: Ability for the integration with Gutenberg Block restriction settings (extends the block restriction settings via 3rd-party plugins);
- Added: Invalid nonce validation on Login and Registration pages instead of wp_die()
2020-12-04 03:54:59 +02:00
nikitasinelnikov d5bafa9c60 Merge remote-tracking branch 'remotes/origin/feature/divider_privacy_field' 2020-12-04 01:50:57 +02:00
nikitasinelnikov e9801ee98e Merge remote-tracking branch 'remotes/origin/feature/instruction_for_condition_operator' 2020-12-04 00:18:57 +02:00
nikitasinelnikov 67420b11b0 - Fixed: Vulnerability with timestamp field on UM Forms
- changed readme;
2020-12-04 00:10:20 +02:00
nikitasinelnikov a222a3a508 Merge remote-tracking branch 'remotes/origin/fix/multi_select_apostrophe_issue#689' 2020-12-01 15:38:43 +02:00
andrewshuba f1d8e9c5f1 - fix issue with apostrophe 2020-12-01 12:56:08 +02:00
Champ Camba 124addd38e Fix translation for Password label 2020-12-01 17:40:20 +08:00
andrewshuba 1a40e7e30b - add divider privacy field for UM v3 2020-11-27 17:00:07 +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
Champ Camba 0bd61d74d7 Add extended feature link to the README.MD 2020-11-24 11:11:16 +08:00
Champ Camba bf65ec43e1 Fix Download Personal Data URL
_export_file_url no longer stored in the postmeta table
2020-11-20 23:10:09 +08:00
nikitasinelnikov 06723798bc - updated readme; 2020-11-18 17:33:02 +02:00
nikitasinelnikov 908c914ca0 - fixed password strength validation for the Unicode symbols; 2020-11-18 17:32:19 +02:00
nikitasinelnikov dfc6f876ac - Added: um_member_directory_cover_image_size hook with ability to change the cover photo size on the member directory
- Added: `um_member_directory_get_members_allow` JS hook for 3rd-party integration with the member directory. You could use a time throttle until some data is loaded
- Fixed: Upgrade process on websites where a hosting locks the frequent AJAX requests (added default JS throttle between requests)
2020-11-18 16:56:01 +02:00
Champ Camba 5a731e91f3 Revert back the changes made to the user filter 2020-11-18 19:43:17 +08:00
Champ Camba 7daf1d090c Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2020-11-17 17:27:46 +08:00
Champ Camba 368bc1114d Fix parameter variable for verified users filter 2020-11-17 17:27:42 +08:00
nikitasinelnikov e793a13de4 - added the fix for getting of the GDPR privacy policies page content; 2020-11-03 13:16:23 +02:00
nikitasinelnikov 4272a7622a - removed Instagram extension's image; 2020-10-29 23:03:51 +02:00
nikitasinelnikov 427bb6da1c - 2.1.12 pre-release; 2020-10-29 19:02:40 +02:00
nikitasinelnikov d44ac45536 Merge remote-tracking branch 'remotes/origin/fix/remove-notice-class-init' 2020-10-29 18:57:24 +02:00
nikitasinelnikov 4668cab812 Merge remote-tracking branch 'remotes/origin/fix/confirm-password-placeholder' 2020-10-29 18:54:34 +02:00
nikitasinelnikov b1b5ce0e1c - 2.1.12 pre-release; 2020-10-29 18:54:15 +02:00
nikitasinelnikov e53034fbd3 Merge remote-tracking branch 'remotes/origin/origin/fix/ratings-required-notice-warning' 2020-10-29 18:52:03 +02:00