nikitasinelnikov
|
b2bb2c13eb
|
- code formatting;
- small changes for #790;
|
2021-04-05 19:06:44 +03:00 |
|
nikitasinelnikov
|
8f1c2f0ce5
|
Merge branch 'development/2.1.17' of https://github.com/ultimatemember/ultimatemember into development/2.1.17
|
2021-04-05 17:40:31 +03:00 |
|
Nikita Sinelnikov
|
90433ec257
|
Merge pull request #800 from ultimatemember/fix/restrict_access_conflict
Restricted content message is showing twice and removing header
|
2021-04-05 17:38:40 +03:00 |
|
nikitasinelnikov
|
7ff0599341
|
Merge branch 'development/2.1.17' of https://github.com/ultimatemember/ultimatemember into development/2.1.17
|
2021-04-05 15:18:03 +03:00 |
|
Nikita Sinelnikov
|
080dbcba6a
|
Merge pull request #794 from ultimatemember/fix/block_restriction
UM access Controls
|
2021-04-05 15:17:55 +03:00 |
|
nikitasinelnikov
|
6889f2244d
|
Merge branch 'development/2.1.17' of https://github.com/ultimatemember/ultimatemember into development/2.1.17
|
2021-04-05 13:21:19 +03:00 |
|
nikitasinelnikov
|
a495d43fbb
|
- code formatting;
|
2021-04-05 13:21:05 +03:00 |
|
Nikita Sinelnikov
|
70993ed6c2
|
Merge pull request #790 from ultimatemember/fix/permanently_delete_fields
Permanently deleting form's field (issue #786)
|
2021-04-05 13:20:55 +03:00 |
|
Nikita Sinelnikov
|
68166e51be
|
Merge pull request #788 from ultimatemember/fix/checkbox_with_commas
Checkbox title with commas creating issue with default option
|
2021-04-05 13:03:21 +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 |
|
yuriinalivaiko
|
235194ef0b
|
minor fix: typo
|
2021-04-02 17:08:14 +03:00 |
|
yuriinalivaiko
|
59150ef36c
|
Fixed: Restricted Content message does not replace content in the site header and footer.
|
2021-04-02 15:57:14 +03:00 |
|
andrewshuba
|
7b02941400
|
- fixed filter compare for text fields
|
2021-04-02 14:52:24 +03:00 |
|
andrewshuba
|
45576093c8
|
- changed apply_filter to do_action
|
2021-04-02 13:24:48 +03:00 |
|
nikitasinelnikov
|
caba3de9d5
|
- Added: Hooks um_before_email_notification_sending and um_after_email_notification_sending regarding #743 pull-request
|
2021-04-02 13:05:36 +03:00 |
|
Nikita Sinelnikov
|
1d84138be4
|
Merge pull request #798 from ultimatemember/fix/getting-active-tab
Fixed getting active tab
|
2021-04-02 03:32:57 +03:00 |
|
nikitasinelnikov
|
b61ac46c88
|
- fixed getting active tab;
|
2021-04-02 03:30:55 +03:00 |
|
Nikita Sinelnikov
|
13e3e52bac
|
Merge pull request #797 from ultimatemember/feature/profile-tabs-slug-upgrade
Profile tabs slugs upgrade
|
2021-04-02 02:59:14 +03:00 |
|
nikitasinelnikov
|
d33c36c410
|
- profile tabs slugs upgrade
|
2021-04-02 02:57:11 +03:00 |
|
yuriinalivaiko
|
ce73840ce2
|
Fixed: default value with comma for checkbox
|
2021-04-01 13:51:07 +03:00 |
|
yuriinalivaiko
|
60ecae1088
|
Fixed: styles for the block "UM access Controls"
|
2021-04-01 13:46:53 +03:00 |
|
yuriinalivaiko
|
0c55de1a86
|
Fixed: deprecated element replaced
|
2021-04-01 13:46:53 +03:00 |
|
andrewshuba
|
2f31e574ee
|
- fixed permanently deleting form's field
|
2021-03-25 13:41:37 +02:00 |
|
Champ Camba
|
5fb10b8228
|
Remove notice in empty label of confirm password
|
2021-03-25 17:25:00 +08:00 |
|
Champ Camba
|
b396240eff
|
Refactor confirm password label and placeholder
|
2021-03-25 17:16:00 +08:00 |
|
Champ Camba
|
19abbce9c3
|
Fix confirm password placeholder when label is empty
|
2021-03-25 17:13:49 +08:00 |
|
Champ Camba
|
ef849c7fb6
|
Fix notice in confirm password label
https://wordpress.org/support/topic/undefined-index-label-php-notice/
|
2021-03-25 14:54:49 +08:00 |
|
nikitasinelnikov
|
892d2cb24f
|
- updated readme;
|
2021-03-22 13:18:05 +02:00 |
|
Nikita Sinelnikov
|
6c1789239f
|
Merge pull request #781 from ultimatemember/fix/field_privacy
Field privacy option "Only visible to profile owner and specific roles"
|
2021-03-22 13:12:37 +02:00 |
|
yuriinalivaiko
|
ba2078a5f7
|
The code is simplified.
The logic has not been changed.
|
2021-03-16 14:43:38 +02:00 |
|
yuriinalivaiko
|
7a78dcde94
|
Fix: field privacy option "Only visible to profile owner and specific roles"
|
2021-03-15 16:09:31 +02:00 |
|
nikitasinelnikov
|
635fbbcb14
|
- fixed the conflict with Disable Blog plugin (made download_routing callback more prior);
|
2021-03-12 15:14:45 +02: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
|
5d7c7b1927
|
- changed readme;
- #773 closed;
|
2021-03-12 03:54:42 +02:00 |
|
nikitasinelnikov
|
8a6f041407
|
- added profile tab privacy 'Owner + Specific roles';
|
2021-03-12 03:46:45 +02:00 |
|
nikitasinelnikov
|
acafea2e6e
|
- changed version;
|
2021-03-12 03:23:09 +02:00 |
|
nikitasinelnikov
|
00139b29b3
|
- fixed PHP notice when default filter value isn't array (e.g. bool);
|
2021-03-12 03:18:42 +02:00 |
|
nikitasinelnikov
|
ad5d1236a1
|
- changed texts;
|
2021-03-10 03:03:21 +02:00 |
|
nikitasinelnikov
|
0b94134417
|
- 2.1.16 release;
|
2021-03-10 02:58:06 +02:00 |
|
Nikita Sinelnikov
|
fd89589bb1
|
Merge pull request #774 from ultimatemember/development/2.1.16
Development/2.1.16
|
2021-03-10 02:54:58 +02:00 |
|
nikitasinelnikov
|
c6f1ba0a6f
|
- fixed select2 dropdown window position;
|
2021-03-10 02:52:52 +02:00 |
|
nikitasinelnikov
|
ebebcbf974
|
- 2.1.16 pre-release;
|
2021-03-08 17:18:02 +02:00 |
|
nikitasinelnikov
|
a8de403837
|
- minified scripts;
- fixed PHP notice with slider's range;
- fixed the issue with the password reset hash;
|
2021-03-08 16:59:11 +02:00 |
|
Nikita Sinelnikov
|
88765d26ef
|
Merge pull request #768 from ultimatemember/fix/jQuery_3_compatibility
jQuery 3 compatibility (for WordPress 5.7 and higher)
|
2021-03-05 18:21:34 +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
|
92b5a69acd
|
- fixed #754;
- code review;
|
2021-03-05 14:03:46 +02:00 |
|
Nikita Sinelnikov
|
5cebca4ca5
|
Merge pull request #751 from ultimatemember/fix/stream_photo_resize
An image resize and compress may not work.
|
2021-03-05 13:15:17 +02:00 |
|
nikitasinelnikov
|
b51f6f6c49
|
- fixed the issues with more than 1 modal windows on 1 page (e.g. Image field in profile & Messaging Login popup);
|
2021-03-04 21:37:50 +02:00 |
|
nikitasinelnikov
|
4caf2dae80
|
- updated minified scripts;
|
2021-03-04 17:05:58 +02:00 |
|