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
nikitasinelnikov
0b8ca8e3e7
- added argument to a hook to avoid the fatal error in Profile Tabs
2020-12-17 14:12:56 +02:00
nikitasinelnikov
ba291a6bfe
- fixed PHP notices/warnings;
2020-12-16 14:46:38 +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
nikitasinelnikov
1adc51aa02
- fixed displaying by the hook issues with fields without metakeys;
2020-12-14 14:39:47 +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
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
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
nikitasinelnikov
427bb6da1c
- 2.1.12 pre-release;
2020-10-29 19:02:40 +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
nikitasinelnikov
53dfe1c561
Merge remote-tracking branch 'remotes/origin/fix/directory_admin_filtering_uppercase'
2020-10-29 18:47:07 +02:00
nikitasinelnikov
3e81db6fa4
- fixed security lacks in form data submissions;
2020-10-29 12:20:47 +02:00
nikitasinelnikov
083a98a50b
- fixed security issues
2020-10-26 17:21:42 +02:00
denisbaranov
067cad9b3a
we can't use function "sanitize_key" because it changes uppercase to lowercase
2020-10-21 10:27:15 +03:00
nikitasinelnikov
255acd7c0a
- fixed member directory sorting by the full name;
...
- fixed registration form with not editable role field;
2020-10-14 11:42:59 +03:00
Champ Camba
09bebe967f
Fix Confirm Password
2020-10-14 12:04:42 +08:00
nikitasinelnikov
f9893236e6
- fixed PHP notice for the filter without field's label;
2020-10-12 16:19:03 +03:00
Champ Camba
037daa4277
Add ratings required notice and warning
2020-10-12 17:54:22 +08: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
042be3351a
- fixed roles field;
2020-10-01 12:03:56 +03:00
nikitasinelnikov
b45b4fc140
- fixed admin menu PHP notice;
2020-09-30 12:03:06 +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
nikitasinelnikov
4ac6071aa2
- fixed roles field, which isn't customized;
2020-09-22 14:30:25 +03:00
nikitasinelnikov
aeb0d7005a
Merge remote-tracking branch 'remotes/origin/fix/php_notice_cover_enabled'
2020-09-22 13:54:59 +03:00
nikitasinelnikov
da50a79a92
- removed legacy.js from pickadate;
...
- fixed wp_mail attachments;
2020-09-21 12:10:29 +03:00
denisbaranov
4f444b94e6
Minor changes. Fix PHP notice.
2020-09-20 14:06:00 +03:00
nikitasinelnikov
707bcc60e3
- fixed member directory age filter;
2020-09-15 20:31:44 +03:00
nikitasinelnikov
ec1db4f5cd
- fixed roles options;
2020-09-11 00:14:20 +03:00
nikitasinelnikov
19f2786e05
- fixed security vulnerability;
2020-09-08 23:13:43 +03:00
nikitasinelnikov
3f920d7ab6
- Fixed: Activate an account via email
2020-09-01 23:34:17 +03:00
nikitasinelnikov
78d8a2c845
- fixed slider filter preloader;
...
- fixed redirect_to and approve user status on registration;
2020-08-31 23:08:54 +03:00
nikitasinelnikov
6c4f0876d0
- 2.1.8 version preparing;
2020-08-27 17:39:22 +03:00
nikitasinelnikov
557fc37f19
Merge remote-tracking branch 'remotes/origin/fix/remove_unused_uploads'
2020-08-27 17:31:16 +03:00
nikitasinelnikov
0e5dcd91b4
- fixed additional slashes in the role titles;
2020-08-26 23:47:26 +03:00
nikitasinelnikov
e5928ea2f9
- fixed PHP warning;
...
- added stripslashes to the WP head title/description;
2020-08-26 22:56:26 +03:00
denisbaranov
2466bee08e
Fix: Don't delete photo that belongs to the Social Activity post or Groups post
2020-08-26 12:32:32 +03:00