You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: includes/language.php
+2
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,8 @@
172
172
define('TXT_UAM_SHOW_ASSIGNED_GROUPS_DESC', __('Show assigned groups next to the edit link', 'user-access-manager'));
173
173
define('TXT_UAM_HIDE_EDIT_LINK_ON_NO_ACCESS', __('Hide edit link on no access', 'user-access-manager'));
174
174
define('TXT_UAM_HIDE_EDIT_LINK_ON_NO_ACCESS_DESC', __('Hides the edit link if the user has no write access.', 'user-access-manager'));
175
+
define('TXT_UAM_EXTRA_IP_HEADER', __('Extra IP header', 'user-access-manager'));
176
+
define('TXT_UAM_EXTRA_IP_HEADER_DESC', __('Use this header for the user IP address if you are using a proxy. A valid value is for example HTTP_X_REAL_IP.', 'user-access-manager'));
Tags: admin, access, member area, members, member, member access, page, pages, post, posts, private, privacy, restrict, user, user access manager, user management
5
5
Requires at least: 4.7
6
-
Tested up to: 5.9
7
-
Stable tag: 2.2.17
6
+
Tested up to: 6.1
7
+
Stable tag: 2.2.18
8
8
9
9
With the "User Access Manager"-plugin you can manage the access to your posts, pages and files.
10
10
@@ -59,6 +59,13 @@ Here you found the changes in each version.
59
59
60
60
Version Date Changes
61
61
62
+
2.2.18 2022/11/14 Fix issue with label id. Thanks to elbakkali
63
+
Add elementor support. Thanks to JboyJW
64
+
Fix possible issue with PHP 8. Thanks to ollycross
65
+
Fix attachment issue.
66
+
Fix tags issue.
67
+
Make extra IP header configurable.
68
+
62
69
2.2.17 2022/02/15 Fix issue with big picture handling. #350
63
70
64
71
2.2.16 2022/01/25 Check compatibility for Wordpress 5.9.
0 commit comments