nikitasinelnikov
fc2ab58dfe
- added UM setting;
2021-04-09 15:25:01 +03:00
nikitasinelnikov
a362496b55
- changed field's privacy type label;
2021-04-06 14:55:55 +03:00
nikitasinelnikov
b2bb2c13eb
- code formatting;
...
- small changes for #790 ;
2021-04-05 19:06:44 +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
nikitasinelnikov
d33c36c410
- profile tabs slugs upgrade
2021-04-02 02:57:11 +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
nikitasinelnikov
c6f1ba0a6f
- fixed select2 dropdown window position;
2021-03-10 02:52:52 +02:00
Nikita Sinelnikov
ec2d99157b
Merge pull request #770 from ultimatemember/fix/menu_for_admins_only
...
Visible a menu item to Administrators only (issue #766 )
2021-03-05 17:16:53 +02:00
andrewshuba
528c9c6ecc
- added an option "visible to Administrators only" in a menu settings
2021-03-05 15:46:50 +02:00
nikitasinelnikov
77e43cbcae
- updated select2 library;
2021-03-04 16:23:29 +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
38d412cd6f
- fixed issue with preview registration details popup;
2021-02-03 17:04:19 +02:00
nikitasinelnikov
d8379691af
- removed unnecessary modal blocks;
2021-02-03 15:42:33 +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
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
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
andrewshuba
03f2baf61a
- add administrator user role to a restriction setting
2020-12-15 14:16:26 +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
e9801ee98e
Merge remote-tracking branch 'remotes/origin/feature/instruction_for_condition_operator'
2020-12-04 00:18:57 +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
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
368bc1114d
Fix parameter variable for verified users filter
2020-11-17 17:27:42 +08:00
Champ Camba
3916168e5d
Fix conflict with other plugins with user status in admin
2020-10-22 13:40:12 +08:00
nikitasinelnikov
b45b4fc140
- fixed admin menu PHP notice;
2020-09-30 12:03:06 +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
6d57dae16d
- removed feed widget from UM Dashboard;
...
- code refactoring for UM Gutenberg blocks;
- transferred Social Activity block to UM:Social Activity extension;
2020-09-23 11:37:42 +03:00
nikitasinelnikov
da50a79a92
- removed legacy.js from pickadate;
...
- fixed wp_mail attachments;
2020-09-21 12:10:29 +03:00
nikitasinelnikov
19f2786e05
- fixed security vulnerability;
2020-09-08 23:13:43 +03:00
nikitasinelnikov
c112f02743
- added WP Users restrictions by UM Roles settings;
...
- added new extensions to the list;
2020-08-31 18:05:54 +03:00
nikitasinelnikov
0e5dcd91b4
- fixed additional slashes in the role titles;
2020-08-26 23:47:26 +03:00
nikitasinelnikov
8466373c63
- fixed roles in query for usermeta table;
2020-08-10 11:36:11 +03: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
Aswin Giri
af4a53a9fb
Update class-admin-navmenu.php
...
made argument null by default to make it optional.
2020-06-22 17:14:48 +05:45
nikitasinelnikov
a41cad52e1
- fixed navmenus;
...
- added priority filter for modal windows in footer;
2020-06-04 18:19:40 +03:00
denisbaranov
ed7ce130a6
Added: Instruction how to use condition operator.
2020-06-03 13:26:13 +03:00
nikitasinelnikov
1be9e0c24f
- 2.1.6 pre-release;
2020-06-01 08:51:46 +03:00
denisbaranov
c67c3729ef
Added: Setting "Fix image orientation"
2020-05-31 14:53:25 +03:00
nikitasinelnikov
092b709d0f
- transfer User Tags conditional logic to extension, added JS hooks;
2020-05-26 15:38:44 +03:00