PluginProbe
User Access Manager / 2.2.23
User Access Manager v2.2.23
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
← All changes | readme.txt +25 -74 2.3.15 → 2.2.23 View file →
@@ -1,20 +1,17 @@
1 1 === User Access Manager ===
2 2 Contributors: GM_Alex
3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1947052
4 -Tags: member access, user access manager, user management, access
4 +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 -Requires PHP: 8.0
7 -Tested up to: 7.0
8 -Stable tag: 2.3.15
9 -License: GPLv2 or later
10 -License URI: https://www.gnu.org/licenses/gpl-2.0.html
6 +Tested up to: 6.3
7 +Stable tag: 2.2.23
11 8
12 9 With the "User Access Manager"-plugin you can manage the access to your posts, pages and files.
13 10
14 11 == Description ==
15 12
16 -The “User Access Manager”-plugin for WordPress allows you to manage the access of your content. This is useful if you need a member area, a private section at your blog, or you want that other people can write at your blog but not everywhere. Including all post type (post, pages etc.), taxonomies (categories etc.) and files by creating user groups. Just assign the content you want to restrict und and your registered users which should have access to a group. From now on the content is only accessible and writable for the specified group.
13 +The “User Access Manager”-plugin for Wordpress allows you to manage the access of your content. This is useful if you need a member area, a private section at your blog or you want that other people can write at your blog but not everywhere. Including all post type (post, pages etc.), taxonomies (categories etc.) and files by creating user groups. Just assign the content you want to restrict und and your registered users which should have a access to a group. From now on the content is only accessible and writable for the specified group.
17 14
18 15 <em>Try it out</em>
19 16
20 17 You can try it out at TasteWP.com before install: [Try user access manager](https://demo.tastewp.com/user-access-manager?a=jlQ7F1va) (affiliate link)
@@ -48,10 +45,10 @@
48 45
49 46 The documentation can be found here: [https://github.com/GM-Alex/user-access-manager/wiki](https://github.com/GM-Alex/user-access-manager/wiki)
50 47 Please report bugs and feature requests here: [https://github.com/GM-Alex/user-access-manager/issues](https://github.com/GM-Alex/user-access-manager/issues)
51 48 If you are a developer and want to contribute please visit [https://github.com/GM-Alex/user-access-manager](https://github.com/GM-Alex/user-access-manager)
52 -For general questions, like how to set up, best practice and so on please use the support thread here (don't post issues here): [https://wordpress.org/support/plugin/user-access-manager](https://wordpress.org/support/plugin/user-access-manager)
53 -To stay up-to-date follow me on Twitter: [GMAlex on Twitter](http://twitter.com/GM_Alex)
49 +For general questions, like how to setup, best practice and so on please use the support thread here (don't post issues here): [https://wordpress.org/support/plugin/user-access-manager](https://wordpress.org/support/plugin/user-access-manager)
50 +To stay up-to-date follow me on twitter: [GMAlex on Twitter](http://twitter.com/GM_Alex)
54 51
55 52
56 53 == Installation ==
57 54
@@ -65,54 +62,8 @@
65 62 Here you found the changes in each version.
66 63
67 64 Version Date Changes
68 65
69 - 2.3.15 2026/07/22 Fix REST API bypass for clients without an admin referer, like the official WordPress app
70 - Deny REST write requests to objects the user has no access to
71 - Deny REST requests for revisions and autosaves of restricted objects
72 - Add option to append the requested URL as "redirect_to" parameter to the redirect
73 -
74 - 2.3.14 2026/07/21 Fix REST API content restriction bypass exposing restricted posts to unauthenticated users
75 - Add "Redirect to origin" option
76 -
77 - 2.3.13 2026/07/10 Improve performance
78 - Fix security issue CVE-2026-15281
79 -
80 - 2.3.12 2026/05/20 Fix deprecation warning
81 - Add redis cache provider, improve nginx file handling and fix author access. Thanks to Erik Franzén
82 -
83 - 2.3.11 2026/01/23 Improve performance
84 - Improve styling
85 -
86 - 2.3.10 2026/01/22 Fix other possible type error
87 -
88 - 2.3.9 2026/01/19 Fix possible type error
89 -
90 - 2.3.8 2025/12/12 Adjust logic wp cli command logic to prevent errors
91 -
92 - 2.3.7 2025/12/10 Fix issue with MapPress
93 -
94 - 2.3.6 2025/12/10 Improve type compatibility again...
95 -
96 - 2.3.5 2025/12/10 Improve type compatibility again...
97 -
98 - 2.3.4 2025/12/09 Improve type compatibility again
99 -
100 - 2.3.3 2025/12/09 Improve compatibility again
101 -
102 - 2.3.2 2025/12/09 Adjust wordpress wrapper
103 -
104 - 2.3.1 2025/12/09 Fix possible type error
105 -
106 - 2.3.0 2025/12/09 Require now PHP 8.0
107 - Remove strftime
108 - Fix some issues
109 -
110 - 2.2.25 2025/04/22 Fixed problem with fix load_textdomain
111 -
112 - 2.2.24 2025/04/17 Fix deprecated warnings
113 - Fixed problem with load_textdomain Thanks to Christian Ludwig (chludwig)
114 -
115 66 2.2.23 2023/05/26 Fix typos
116 67 Fix version_compare
117 68
118 69 2.2.22 2023/05/26 Minor change
@@ -131,9 +82,9 @@
131 82 Make extra IP header configurable.
132 83
133 84 2.2.17 2022/02/15 Fix issue with big picture handling. #350
134 85
135 - 2.2.16 2022/01/25 Check compatibility for WordPress 5.9.
86 + 2.2.16 2022/01/25 Check compatibility for Wordpress 5.9.
136 87
137 88 2.2.15 2021/06/07 Fix possible type issues.
138 89
139 90 2.2.14 2021/04/21 Fix bulk edit.
@@ -139,9 +90,9 @@
139 90 2.2.14 2021/04/21 Fix bulk edit.
140 91 Fix permission issue.
141 92 Fix redirect typing issue.
142 93
143 - 2.2.13 2021/04/15 Fix not logged-in user handling.
94 + 2.2.13 2021/04/15 Fix not logged in user handling.
144 95 Type fix for showEditLink.
145 96
146 97 2.2.12 2021/04/14 Fix warning.
147 98 Fix jquery deprecation warning.
@@ -146,13 +97,13 @@
146 97 2.2.12 2021/04/14 Fix warning.
147 98 Fix jquery deprecation warning.
148 99
149 100 2.2.11 2021/03/15 Type fix for showEditLink.
150 - Set compatibility tag for WordPress 5.7.
101 + Set compatibility tag for wordpress 5.7.
151 102
152 103 2.2.10 2021/02/26 Lower minimum php version to 7.2.
153 104
154 - 2.2.9 2021/02/24 Type fixes for Yoast SEO plugin.
105 + 2.2.9 2021/02/24 Type fixes for Yoast seo plugin.
155 106 Fix some other type issues.
156 107
157 108 2.2.8 2021/02/21 Some cleanup.
158 109 Type fixes for the short controller.
@@ -161,12 +112,12 @@
161 112 2.2.7 2021/02/14 Fix issue with isAdmin.
162 113
163 114 2.2.6 2021/02/14 Fix more possible type errors.
164 115
165 - 2.2.5 2021/02/14 Fix more possible type errors if WordPress switches int to string.
116 + 2.2.5 2021/02/14 Fix more possible type errors if wordpress switches int to string.
166 117
167 118 2.2.4 2021/02/13 Fix type error for user object controller.
168 - Fix type error for the WordPress wrapper.
119 + Fix type error for the wordpress wrapper.
169 120
170 121 2.2.3 2021/02/13 Fix warning at settings page.
171 122 Fix type error for user group handler.
172 123
@@ -176,9 +127,9 @@
176 127
177 128 2.2.0 2021/02/11 Improve and update code base.
178 129 Fix possible update bug.
179 130
180 - 2.1.12 2019/01/08 Fix multi-site file handling issue. #222
131 + 2.1.12 2019/01/08 Fix multi site file handling issue. #222
181 132
182 133 2.1.11 2018/03/16 Fix missing got_mod_rewrite function. #212
183 134 Fix wrong media urls. #207
184 135 Fix wrong post counts at the admin panel.
@@ -206,9 +157,9 @@
206 157 Fix double user group form for media files
207 158 Add option to hide the edit page option if the user doesn't have the right to edit this page #174
208 159
209 160 2.1.8 2017/11/07 Add getter for the user group handler fixes #160
210 - Fix multi-site file handling issue #159
161 + Fix multi site file handling issue #159
211 162
212 163 2.1.7 2017/11/01 Improve database update prompt fixes #153
213 164 Fix user group selection not saved when adding a new user issue fixes #154
214 165 Add none read access option for user groups closes #144
@@ -245,9 +196,9 @@
245 196 Allow html as no access content #63 #93
246 197 Optimize settings screen #61
247 198 Support of partial download #118
248 199 Add option to toggle visibility of assigned groups text next to the edit link #111
249 - Fix incorrectly retrieving of an ID for attachments/media #116
200 + Fix incorrectly retrieving of a ID for attachments/media #116
250 201
251 202 2.0.13 2017/07/26 Add ipv6 support - Fix issue #97
252 203 Change "Hide Comments" logic - Fix issue #100
253 204 Fix rewrite base issue - Fix issue #107 and #103
@@ -256,9 +207,9 @@
256 207 Fix missing feature picture if file locking is disabled
257 208
258 209 2.0.12 2017/06/16 Fix media file group issue #74
259 210 Fix broken file includes / excludes
260 - Fix WordPress filter issue
211 + Fix wordpress filter issue
261 212 Fix access to own post #95
262 213
263 214 2.0.11 2017/05/18 Fix FrontendController::postsPreQuery() expected to be a reference, value given error
264 215
@@ -278,9 +229,9 @@
278 229 Fix wrong database update prompt
279 230 Fix issue with asgaros from #66
280 231
281 232 2.0.6 2017/04/28 Improve http error codes #24
282 - Fix wrong url on Windows servers #53
233 + Fix wrong url on windows servers #53
283 234 Fix missing install routine #51
284 235
285 236 2.0.5 2017/04/27 Fix switch_to_blog issue
286 237 Fix file handling issues
@@ -333,13 +284,13 @@
333 284 Refactor config handling.
334 285 Fix Yoast SEO Plugin issue.
335 286 Some other small fixes.
336 287
337 - 1.2.7.4 2016/12/08 Fix some issues related to WordPress 4.7
288 + 1.2.7.4 2016/12/08 Fix some issues related to Wordpress 4.7
338 289
339 290 1.2.7.3 2016/12/08 Fix empty category issue.
340 291
341 - 1.2.7.2 2016/12/07 Hot fix for WordPress 4.7
292 + 1.2.7.2 2016/12/07 Hot fix for Wordpress 4.7
342 293
343 294 1.2.7.1 2016/12/04 Remove deprecated function get_currentuserinfo
344 295
345 296 1.2.7.0 2016/11/30 Add experimental nginx support
@@ -388,9 +339,9 @@
388 339
389 340 1.2.4.1 2013/05/06 Fix broken images issue.
390 341 Fix duplicated key issue.
391 342 Filter file types.
392 - Use WordPress mime types instead of the config array.
343 + Use wordpress mime types instead of the config array.
393 344
394 345 1.2.4 2013/05/01 Fix add column issue.
395 346 Fix install bug.
396 347 Fix error if no user is logged in. Thanks to Robert Egger and akiko.pusu.
@@ -428,9 +379,9 @@
428 379 Improve network activation/update
429 380 Add hooks for login bar
430 381 Prepare for NextGEN Gallery extension
431 382
432 - 1.1.1.2 2010/09/29 Fix bug that an usergroup for a user wasn't saved
383 + 1.1.1.2 2010/09/29 Fix bug that a usergroup for a user wasn't saved
433 384
434 385 1.1.1.1 2010/09/29 Fix T_DNUMBER bug
435 386
436 387 1.1.1 2010/09/29 Fix custom menu bug
@@ -440,9 +391,9 @@
440 391
441 392 1.1 2010/09/28 Add plugin api
442 393 Optimized code
443 394 Improve content filtering
444 - Fix bug that user groups can't be removed from element
395 + Fix bug that user groups can't removed from element
445 396 Fix empty category bug
446 397 Fix pre/next post bug
447 398 Fix login form bug
448 399 Fix redirect bug
@@ -468,11 +419,11 @@
468 419
469 420 1.0 Beta 2010/07/09 Complete rewrite
470 421 Some new options to improve the functions
471 422
472 - 0.9.1.4 2010/06/23 Hotfix for WordPress 3.0
423 + 0.9.1.4 2010/06/23 Hotfix for Wordpress 3.0
473 424
474 - 0.9.1.3 2009/07/17 Fix "header already send"-Problem with WordPress 2.8.1
425 + 0.9.1.3 2009/07/17 Fix "header already send"-Problem with Wordpress 2.8.1
475 426 Add option to set level with full access
476 427
477 428 0.9.1.2 2009/03/29 Fix some path problems
478 429 Add a reset function
@@ -509,9 +460,9 @@
509 460 Add language support
510 461
511 462 0.7 Beta 2009/01/05 Fix: Problems with media at posts
512 463 Fix: Many other small fixes
513 - Only support up to WordPress 2.7
464 + Only support up to Wordpress 2.7
514 465 Better integration
515 466
516 467 0.62 2008/12/18 Fix: Fatal error: Only variables can
517 468 be passed by reference. Thanks to David Thompson