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
andrewshuba
9505d22502
- add mycred meta data to a user meta table
2021-02-23 14:41:21 +02:00
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
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
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
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
585870bb3d
- code review for image rotation;
2020-07-31 00:51:45 +03:00
nikitasinelnikov
45b12fcd69
Merge remote-tracking branch 'remotes/origin/feature/rotate_uploaded_image'
2020-07-31 00:46:09 +03:00
nikitasinelnikov
888bb94faa
- no required password text setting;
2020-07-31 00:46:00 +03:00
denisbaranov
c67c3729ef
Added: Setting "Fix image orientation"
2020-05-31 14:53:25 +03:00
nikitasinelnikov
0a86b3ec52
- exclude these users for active UM custom metatable;
...
- code formatting;
2020-05-25 17:51:48 +03:00
mansurahamed
20c6d83c28
Translation missiong
...
Translation option missing for this tooltip text
2020-04-22 14:46:55 +08:00
nikitasinelnikov
0aab9853d9
- sanitizing variables in wp-admin classes;
2020-02-28 15:51:45 +02:00
nikitasinelnikov
2d36eaea36
- fixed member directory scripts enqueue;
...
- added integration with User Location extension;
- sanitize $_GET variables in wp-admin side;
2020-02-12 12:36:47 +02:00
nikitasinelnikov
6903822e2c
* Enhancements:
...
- Updated select2 JS library to 4.0.12 version
- Added a few member directories filters for 3rd-party integrations
* Bugfixes:
- Added labels for member directories filters to increase Accessibility points in Audit
- Fixed activation licenses with sslverify
2020-01-24 14:59:47 +02:00
nikitasinelnikov
455287f05c
- added option for hide_in_members default setting;
2020-01-14 23:48:33 +02:00
nikitasinelnikov
91916d562d
- changed pagination count for update metadata;
2020-01-14 15:27:59 +02:00
nikitasinelnikov
932b334310
- optimized query for metatable upgrade;
2020-01-14 12:07:41 +02:00
nikitasinelnikov
90ecec71c6
- increase meta rows in update;
...
- optimized query for getting slider range;
2020-01-14 11:58:25 +02:00
nikitasinelnikov
b1ca9ad49d
- added member directories' custom sorting labels;
2020-01-13 10:18:30 +02:00
nikitasinelnikov
731506be2b
- fixed getting posts count at the Posts tab;
...
- UM metatable queries changed;
2020-01-10 12:53:30 +02:00
nikitasinelnikov
2496825590
- fixed vulnerability with uploading cover/profile photo for other user ID;
...
- re-written member directory meta queries;
- fixed search line additional slashes;
2020-01-08 15:19:24 +02:00
nikitasinelnikov
5fc72bae1a
- fixed truncate metatable;
2020-01-06 11:35:30 +02:00
nikitasinelnikov
e965b1b3c1
- code formatted;
...
- added handlers when you create UM custom fields;
2020-01-06 11:05:32 +02:00
nikitasinelnikov
26065a1aa3
- added redirect after metatable settings upgrade
2020-01-03 12:49:26 +02:00
nikitasinelnikov
8ae8d997bd
- added ability to use metatable;
2020-01-02 17:21:02 +02:00
nikitasinelnikov
33ce6d7ae5
- commit with user metadata table;
2019-12-20 15:06:58 +02:00
nikitasinelnikov
56af4416bc
- added string localizes;
...
- added dependencies with rc. versions;
2019-10-25 01:05:10 +03:00
nikitasinelnikov
88ba816fc8
- removed 'um_flush_stop' hidden option;
...
- removed every page rewrite rules action issue;
- added maybe_flush_rewrites function on wp_loaded hook;
2019-10-24 01:01:04 +03:00
nikitasinelnikov
c81c52dda5
- added ability to set cover/avatar size from predefined sizes in Ultimate Member -> Settings -> General -> Uploads;
2019-10-10 17:22:24 +03:00
andrewshuba
6e6955a4a0
- add translation for field icon
2019-08-09 12:12:38 +03:00