-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
129 lines (82 loc) · 4.05 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
=== Ultimate Member - Account tabs ===
Author: umdevelopera
Author URI: https://github.com/umdevelopera
Plugin URI: https://github.com/umdevelopera/um-account-tabs
Tags: ultimate member, account, tabs
License: GNU Version 2 or Any Later Version
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Requires at least: 6.5
Tested up to: 6.7.1
Requires UM core at least: 2.6.8
Tested UM core up to: 2.9.2
Stable tag: 1.1.5
== Description ==
Adds custom tabs to the Account page menu.
= Key Features =
- Ability to create custom account tabs.
- Ability to embed the profile form fields into the custom account tab.
- Ability to embed the profile form header with cover and profile photo uploaders into the custom account tab.
- Ability to restrict custom account tabs for specific user roles.
- Ability to customise the custom account tab colour, icon and position.
= Documentation & Support =
This is a free extension created for the community. The Ultimate Member team does not provide support for this extension.
Open new issue in the GitHub repository if you are facing a problem or have a suggestion: https://github.com/umdevelopera/um-account-tabs/issues
Documentation is the README section in the GitHub repository: https://github.com/umdevelopera/um-account-tabs
== Installation ==
You can install this plugin from the ZIP file as any other plugin. Follow this instruction: https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin
Download ZIP file from GitHub or Google Drive. You can find download links here: https://github.com/umdevelopera/um-account-tabs
== Changelog ==
= 1.1.5: February 2, 2025 =
* Enhancements:
- Tweak: Restore global user if it was changed in the tab content.
- Tweak: Sanitization of the custom tab content is enabled by default. Use the filter hook `um_account_tabs_sanitize_tab` if you need to display unsafe content.
= 1.1.4: December 19, 2024 =
* Enhancements:
- Added: The "Display the profile fields" setting.
- Added: Placeholder {user_id} and placeholder {user_role}.
= 1.1.3: December 1, 2024 =
* Enhancements:
- Added: The "Submit button text" setting.
- Added: The tab updated successfully notice.
- Tweak: Avoid using the "plugins_loaded" hook.
- Tweak: Reduced space under the embedded form.
= 1.1.2: November 23, 2024 =
* Bugfixes:
- Fixed: Radio fields in embedded forms.
= 1.1.1: November 19, 2024 =
* Bugfixes:
- Fixed: Compatibility with the Ultimate Member core 2.9.1.
- Fixed: Conditional fields in embedded forms.
= 1.1.0: November 10, 2024 =
* Enhancements:
- Added: Integration with the "Ultimate Member - Polylang" extension. Custom account tabs are translatable now.
- Added: The "Display the profile header" setting.
- Added: The "Text color" setting.
- Added: The "Tab slug" setting.
- Added: Placeholders support for tab content.
- Added: Gutenberg editor support for tab content.
* Bugfixes:
- Fixed: Tabs position conflict. Now it will auto increment the position value if it exists.
- Fixed: "Load textdomain just in time" issue.
= 1.0.6: September 5, 2024 =
- Fixed: The "Icon" setting is updated to support a new icons library used in the Ultimate Member core plugin since version 2.8.6.
= 1.0.5: December 25, 2023 =
- Added: The "Background color" setting used to set a color of the tab menu item.
- Added: Columns "Position", "Embed form", "Roles restriction" to the "Account tabs" table.
- Tweak: Documentation updated.
= 1.0.4: October 19, 2023 =
- Fixed: Dropdown field in the embed profile form.
= 1.0.3: September 5, 2023 =
- Fixed: Load classes manually to avoid an error that occurs if autoloader works wrong.
- Fixed: Restore form nonce and form suffix to solve conflict with "Delete Account" feature.
= 1.0.2: July 22, 2023 =
- Added: Redirect to the same page after updating the profile form in account.
- Tweak: Check dependencies.
- Tweak: Documentation updated.
- Tweak: Unused code removed.
= 1.0.1: December 11, 2022 =
- Added: Readme file.
- Added: Translation pattern.
- Tweak: WordPress Coding Standards.
= 1.0.0: November 08, 2022 =
- Initial release.