-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
126 lines (82 loc) · 4.29 KB
/
readme.txt
File metadata and controls
126 lines (82 loc) · 4.29 KB
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
=== Ultimate Member - Polylang ===
Author: umdevelopera
Author URI: https://github.com/umdevelopera
Plugin URI: https://github.com/umdevelopera/um-polylang
Tags: ultimate member, polylang, multilingual
License: GNU Version 3 or Any Later Version
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Requires at least: 6.5
Tested up to: 6.9.1
Requires UM core at least: 2.6.8
Tested UM core up to: 2.11.2
Stable tag: 1.3.1
== Description ==
Integrates the "Ultimate Member" plugin with the "Polylang" plugin. Makes UM multilingual.
= Key Features =
* Localize links for Ultimate Member pages.
* Ability to duplicate Ultimate Member pages for all languages in one click.
* Ability to duplicate Ultimate Member forms for all languages in one click.
* Ability to translate the field "Label", "Help Text" and "Edit Choices" using the String Translation feature.
* Ability to translate bio (description) in profile.
* Ability to translate email templates.
* Language switcher shortcode. Displays the Polylang language switcher where you need it.
* Integration with the Account tabs extension. Makes custom account tabs translatable.
* Integration with the Profile tabs extension. Makes custom profile tabs translatable.
= 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-polylang/issues
Documentation is the README section in the GitHub repository: https://github.com/umdevelopera/um-polylang
== Installation ==
Note: This plugin requires the "Ultimate Member" and "Polylang" plugins to be installed first.
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 Google Drive. You can find download links here: https://github.com/umdevelopera/um-polylang
== Changelog ==
= 1.3.1: February 27, 2026 =
* Bugfixes:
- Fixed translation of fields with HTML code.
- Fixed sanitizing of the translated profile tab.
= 1.3.0: December 25, 2025 =
* Enhancements:
- Added an ability to translate the field "Label", "Help Text" and "Edit Choices" using the String Translation feature.
* Bugfixes:
- Fixed links in the switcher.
= 1.2.3: November 1, 2025 =
* Bugfixes:
- Fixed a conflict with the "Profile Tabs" extension version 1.2.0.
- Fixed issue #12 - The `localize_core_page_link` method gets stuck in a loop.
= 1.2.2: February 9, 2025 =
* Enhancements:
- Added support for a new "Custom post types and Taxonomies" logic.
- Localized the account activation link {account_activation_link}.
- Localized the password reset link {account_activation_link}.
- Set a user locale by the Polylang language switcher.
- Use a user locale (if set) to select an email language.
- Updated the "Email notifications" table in settings.
= 1.2.1: December 18, 2024 =
* Enhancements:
- Tweak: The core page links are localized using the `page_link` hook.
- Tweak: The logout redirect URL is localized.
= 1.2.0: November 10, 2024 =
* Enhancements:
- Added: Language switcher shortcode [um_pll_switcher].
- Added: Integration with the Account tabs extension. Custom account tabs are translatable now.
- Added: Integration with the Profile tabs extension. Custom profile tabs are translatable now.
= 1.1.1: December 24, 2023 =
- Tweak: Displays forms/posts that need translation in the notice.
- Tweak: Copy fields to the draft when translating a form manually.
- Tweak: Automatically flush rewrite rules after bulk pages creation.
= 1.1.0: December 4, 2023 =
- Added: Polylang integration for Ultimate Member forms.
- Added: The "Create Forms" notice and button.
- Added: The "Create Pages" notice and button.
- Added: Translation template (.pot file).
- Fixed: Classes autoloader issue: Class "um_ext\um_polylang\core\Fields" not found.
= 1.0.2: July 20, 2023 =
- Fixed: Translated description field value
= 1.0.1: June 21, 2023 =
- Added: A notice that Polylang plugin is required.
- Tweak: Flush rewrite rules on activation.
- Fixed: Account and profile links in the language switcher.
- Fixed: Conflict with WooCommerce in Account.
= 1.0.0: June 14, 2023 =
- Initial release.