PluginProbe
User Access Manager / 2.0.3
User Access Manager v2.0.3
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 -248 2.3.13 → 2.0.3 View file →
@@ -1,40 +1,34 @@
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.13
9 -License: GPLv2 or later
10 -License URI: https://www.gnu.org/licenses/gpl-2.0.html
6 +Tested up to: 4.7.4
7 +Stable tag: 2.0.3
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 +With the "User Access Manager"-plugin you can manage the access to your posts, pages and files. You only create a user group, put registered users to this and set up the rights for this group. From now on the post/page is only accessible and writable for the specified group. This plugin is useful if you need a member area or a private section at your blog or you want that other people can write at your blog but not everywhere.
17 14
18 -<em>Try it out</em>
15 +Appeal: If it works click the "Works" button, if it don't works click the "Broken" button and report the issue. That is the only way to find bugs and see if the plugin works proper. Thanks.
19 16
20 -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)
21 -
22 17 <em>Feature list</em>
23 18
24 19 * User groups
25 20 * Set separate access for readers and editors
26 21 * Set access by user groups
27 -* Set default user groups
28 -* Set time based access
29 -* User-defined post type (posts, pages etc.) title (if no access)
30 -* User-defined post type (posts, pages etc.) text (if no access)
22 +* Set access by post categories
23 +* User-defined post/page title (if no access)
24 +* User-defined post/page text (if no access)
31 25 * Optional login form (if no access)
32 26 * User-defined comment text (if no access)
33 -* Hide complete post types (posts, pages etc.)
34 -* Hide elements in the navigation
27 +* Hide complete post/page
28 +* Hide pages in navigation
35 29 * Redirecting users to other pages (if no access)
36 -* Recursive locking of content
30 +* Recursive locking of posts/pages
37 31 * Limited access to uploaded files
38 32 * Full integrated at the admin panel
39 33 * Multilingual support
40 34 * Also protect your rss feeds
@@ -39,23 +33,22 @@
39 33 * Multilingual support
40 34 * Also protect your rss feeds
41 35 * Give access by IP-address
42 36 * Plugin-Api to use the User Access Manager in your on plugins or extend other plugins
43 -* [UAMPPE](https://wordpress.org/plugins/user-access-manager-private-public-extension/) like behaviour is now build in (Expect negation like !groupName and showprivate and shownotauthorized parameter)
44 37
45 38 <em>Included languages</em>
46 39
47 -See [https://translate.wordpress.org/projects/wp-plugins/user-access-manager](https://translate.wordpress.org/projects/wp-plugins/user-access-manager)
40 +See https://translate.wordpress.org/projects/wp-plugins/user-access-manager
48 41
49 42 The documentation can be found here: [https://github.com/GM-Alex/user-access-manager/wiki](https://github.com/GM-Alex/user-access-manager/wiki)
43 +For support questions please use the support thread here: [https://wordpress.org/support/plugin/user-access-manager](https://wordpress.org/support/plugin/user-access-manager)
50 44 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 45 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)
46 +To stay up-to-date follow me on twitter: [GMAlex on Twitter](http://twitter.com/GM_Alex)
54 47
55 48
56 49 == Installation ==
57 -
50 +
58 51 1. Upload the full directory, with the folder, into your wp-content/plugins directory
59 52 1. Activate the plugin through the 'Plugins' menu in WordPress
60 53 1. Enjoy
61 54
@@ -65,224 +58,8 @@
65 58 Here you found the changes in each version.
66 59
67 60 Version Date Changes
68 61
69 - 2.3.13 2026/07/10 Improve performance
70 - Fix security issue CVE-2026-15281
71 -
72 - 2.3.12 2026/05/20 Fix deprecation warning
73 - Add redis cache provider, improve nginx file handling and fix author access. Thanks to Erik Franzén
74 -
75 - 2.3.11 2026/01/23 Improve performance
76 - Improve styling
77 -
78 - 2.3.10 2026/01/22 Fix other possible type error
79 -
80 - 2.3.9 2026/01/19 Fix possible type error
81 -
82 - 2.3.8 2025/12/12 Adjust logic wp cli command logic to prevent errors
83 -
84 - 2.3.7 2025/12/10 Fix issue with MapPress
85 -
86 - 2.3.6 2025/12/10 Improve type compatibility again...
87 -
88 - 2.3.5 2025/12/10 Improve type compatibility again...
89 -
90 - 2.3.4 2025/12/09 Improve type compatibility again
91 -
92 - 2.3.3 2025/12/09 Improve compatibility again
93 -
94 - 2.3.2 2025/12/09 Adjust wordpress wrapper
95 -
96 - 2.3.1 2025/12/09 Fix possible type error
97 -
98 - 2.3.0 2025/12/09 Require now PHP 8.0
99 - Remove strftime
100 - Fix some issues
101 -
102 - 2.2.25 2025/04/22 Fixed problem with fix load_textdomain
103 -
104 - 2.2.24 2025/04/17 Fix deprecated warnings
105 - Fixed problem with load_textdomain Thanks to Christian Ludwig (chludwig)
106 -
107 - 2.2.23 2023/05/26 Fix typos
108 - Fix version_compare
109 -
110 - 2.2.22 2023/05/26 Minor change
111 -
112 - 2.2.21 2023/05/25 Adjust database compatibility #368
113 -
114 - 2.2.20 2023/03/08 Fix warning
115 -
116 - 2.2.19 2022/11/18 Add try out link
117 -
118 - 2.2.18 2022/11/14 Fix issue with label id. Thanks to elbakkali
119 - Add elementor support. Thanks to JboyJW
120 - Fix possible issue with PHP 8. Thanks to ollycross
121 - Fix attachment issue.
122 - Fix tags issue.
123 - Make extra IP header configurable.
124 -
125 - 2.2.17 2022/02/15 Fix issue with big picture handling. #350
126 -
127 - 2.2.16 2022/01/25 Check compatibility for WordPress 5.9.
128 -
129 - 2.2.15 2021/06/07 Fix possible type issues.
130 -
131 - 2.2.14 2021/04/21 Fix bulk edit.
132 - Fix permission issue.
133 - Fix redirect typing issue.
134 -
135 - 2.2.13 2021/04/15 Fix not logged-in user handling.
136 - Type fix for showEditLink.
137 -
138 - 2.2.12 2021/04/14 Fix warning.
139 - Fix jquery deprecation warning.
140 -
141 - 2.2.11 2021/03/15 Type fix for showEditLink.
142 - Set compatibility tag for WordPress 5.7.
143 -
144 - 2.2.10 2021/02/26 Lower minimum php version to 7.2.
145 -
146 - 2.2.9 2021/02/24 Type fixes for Yoast SEO plugin.
147 - Fix some other type issues.
148 -
149 - 2.2.8 2021/02/21 Some cleanup.
150 - Type fixes for the short controller.
151 - Fix some possible php notices and warnings.
152 -
153 - 2.2.7 2021/02/14 Fix issue with isAdmin.
154 -
155 - 2.2.6 2021/02/14 Fix more possible type errors.
156 -
157 - 2.2.5 2021/02/14 Fix more possible type errors if WordPress switches int to string.
158 -
159 - 2.2.4 2021/02/13 Fix type error for user object controller.
160 - Fix type error for the WordPress wrapper.
161 -
162 - 2.2.3 2021/02/13 Fix warning at settings page.
163 - Fix type error for user group handler.
164 -
165 - 2.2.2 2021/02/13 Fix type error with login form.
166 -
167 - 2.2.1 2021/02/13 Fix type error with registeredTaxonomy.
168 -
169 - 2.2.0 2021/02/11 Improve and update code base.
170 - Fix possible update bug.
171 -
172 - 2.1.12 2019/01/08 Fix multi-site file handling issue. #222
173 -
174 - 2.1.11 2018/03/16 Fix missing got_mod_rewrite function. #212
175 - Fix wrong media urls. #207
176 - Fix wrong post counts at the admin panel.
177 - Improve database updates/repairs.
178 -
179 -
180 - 2.1.10 2017/12/15 Fix Posts removed from WP_Query results in Ajax requests for unprivileged users #176
181 - Improve partly download handler
182 - Suppress errors on file delivery
183 - Improve error handling
184 - Change blog switch handling. fixes #194
185 - Fix wrong parameter name. fixes #191
186 - Improve user group sorting. closes #180
187 - Add new redirect type to the login page. closes #155
188 - Add dynamic user groups for exclude object calculation. closes #181
189 - Add filter for getUserUserGroupsForObjectAccess. closes #157
190 - Make it possible to set a default group for new media files.
191 -
192 - 2.1.9 2017/11/18 Add show content before <!--more--> tag option for all post types
193 - Fix js time input issue
194 - Fix small prepare query issue
195 - Don't switch to edit mode after user group creation #171
196 - Add sortable columns for user groups list #172
197 - Show no access image again instead of broken image
198 - Fix double user group form for media files
199 - Add option to hide the edit page option if the user doesn't have the right to edit this page #174
200 -
201 - 2.1.8 2017/11/07 Add getter for the user group handler fixes #160
202 - Fix multi-site file handling issue #159
203 -
204 - 2.1.7 2017/11/01 Improve database update prompt fixes #153
205 - Fix user group selection not saved when adding a new user issue fixes #154
206 - Add none read access option for user groups closes #144
207 - Extend file settings
208 - Add xsendfile support
209 -
210 - 2.1.6 2017/10/20 Fix "Inherited group membership for media attachments" issue #133
211 - Fix traits strict warning #145
212 -
213 - 2.1.5 2017/10/12 Refactor traits
214 - Fix datetime issue with not supported browsers
215 -
216 - 2.1.4 2017/10/10 Fix strict warnings #134
217 - Fix "Unable to select default user group for both page and post" issue #126
218 - Add NGINX reverse proxy handling #117
219 - Improve code
220 - Fix bulk edit issue #135
221 - Fix array filly issue #138
222 - Add database repair tool
223 -
224 - 2.1.3 2017/09/18 Possible fix for custom post types / taxonomies issues
225 - Fix .htaccess deletion issue
226 -
227 - 2.1.2 2017/09/17 Fix issue with not handled taxonomies #123
228 -
229 - 2.1.1 2017/09/16 Fix issue for users with small innodb page size #121
230 -
231 - 2.1.0 2017/09/15 Refactor code
232 - Implement content tags for partly restriction like UAMPPE #84
233 - Add default user groups
234 - Add time based access
235 - Add dynamic user groups #64
236 - Implement caching #75
237 - Allow html as no access content #63 #93
238 - Optimize settings screen #61
239 - Support of partial download #118
240 - Add option to toggle visibility of assigned groups text next to the edit link #111
241 - Fix incorrectly retrieving of an ID for attachments/media #116
242 -
243 - 2.0.13 2017/07/26 Add ipv6 support - Fix issue #97
244 - Change "Hide Comments" logic - Fix issue #100
245 - Fix rewrite base issue - Fix issue #107 and #103
246 - Fix vsprintf warning - Fix issue #105
247 - Fix Relevanssi compatibility issue
248 - Fix missing feature picture if file locking is disabled
249 -
250 - 2.0.12 2017/06/16 Fix media file group issue #74
251 - Fix broken file includes / excludes
252 - Fix WordPress filter issue
253 - Fix access to own post #95
254 -
255 - 2.0.11 2017/05/18 Fix FrontendController::postsPreQuery() expected to be a reference, value given error
256 -
257 - 2.0.10 2017/05/17 Fix issue of not saved groups #74
258 - Adjust password lost link #79
259 - Improve attachment access checks #78
260 - Fix not working redirect
261 -
262 - 2.0.9 2017/05/13 Improve security #76
263 -
264 - 2.0.8 2017/05/08 Fix missing rss feed if protection is disabled #68
265 -
266 - 2.0.7 2017/05/07 Fix category tree issues #59
267 - Fix mysql database errors on strict mode #60
268 - Fix possible path issue
269 - Remove settings for post_format post type (which is used for internal propose)
270 - Fix wrong database update prompt
271 - Fix issue with asgaros from #66
272 -
273 - 2.0.6 2017/04/28 Improve http error codes #24
274 - Fix wrong url on Windows servers #53
275 - Fix missing install routine #51
276 -
277 - 2.0.5 2017/04/27 Fix switch_to_blog issue
278 - Fix file handling issues
279 -
280 - 2.0.4 2017/04/26 Adjust code so that php version is checked before throwing a fatal error
281 - Improve login form #26
282 - Fix soliloquy slider incompatibility #31
283 - Improve performance #41
284 -
285 62 2.0.3 2017/04/25 Fix compatibility issue with CMS Tree Page View plugin #37
286 63 Fix compatibility issue with SEO Redirection plugin #38
287 64 Fix Error thrown: Class 'WP_Site_Query' not found issue #36
288 65
@@ -325,13 +102,13 @@
325 102 Refactor config handling.
326 103 Fix Yoast SEO Plugin issue.
327 104 Some other small fixes.
328 105
329 - 1.2.7.4 2016/12/08 Fix some issues related to WordPress 4.7
106 + 1.2.7.4 2016/12/08 Fix some issues related to Wordpress 4.7
330 107
331 108 1.2.7.3 2016/12/08 Fix empty category issue.
332 109
333 - 1.2.7.2 2016/12/07 Hot fix for WordPress 4.7
110 + 1.2.7.2 2016/12/07 Hot fix for Wordpress 4.7
334 111
335 112 1.2.7.1 2016/12/04 Remove deprecated function get_currentuserinfo
336 113
337 114 1.2.7.0 2016/11/30 Add experimental nginx support
@@ -380,9 +157,9 @@
380 157
381 158 1.2.4.1 2013/05/06 Fix broken images issue.
382 159 Fix duplicated key issue.
383 160 Filter file types.
384 - Use WordPress mime types instead of the config array.
161 + Use wordpress mime types instead of the config array.
385 162
386 163 1.2.4 2013/05/01 Fix add column issue.
387 164 Fix install bug.
388 165 Fix error if no user is logged in. Thanks to Robert Egger and akiko.pusu.
@@ -420,9 +197,9 @@
420 197 Improve network activation/update
421 198 Add hooks for login bar
422 199 Prepare for NextGEN Gallery extension
423 200
424 - 1.1.1.2 2010/09/29 Fix bug that an usergroup for a user wasn't saved
201 + 1.1.1.2 2010/09/29 Fix bug that a usergroup for a user wasn't saved
425 202
426 203 1.1.1.1 2010/09/29 Fix T_DNUMBER bug
427 204
428 205 1.1.1 2010/09/29 Fix custom menu bug
@@ -432,9 +209,9 @@
432 209
433 210 1.1 2010/09/28 Add plugin api
434 211 Optimized code
435 212 Improve content filtering
436 - Fix bug that user groups can't be removed from element
213 + Fix bug that user groups can't removed from element
437 214 Fix empty category bug
438 215 Fix pre/next post bug
439 216 Fix login form bug
440 217 Fix redirect bug
@@ -460,11 +237,11 @@
460 237
461 238 1.0 Beta 2010/07/09 Complete rewrite
462 239 Some new options to improve the functions
463 240
464 - 0.9.1.4 2010/06/23 Hotfix for WordPress 3.0
241 + 0.9.1.4 2010/06/23 Hotfix for Wordpress 3.0
465 242
466 - 0.9.1.3 2009/07/17 Fix "header already send"-Problem with WordPress 2.8.1
243 + 0.9.1.3 2009/07/17 Fix "header already send"-Problem with Wordpress 2.8.1
467 244 Add option to set level with full access
468 245
469 246 0.9.1.2 2009/03/29 Fix some path problems
470 247 Add a reset function
@@ -501,9 +278,9 @@
501 278 Add language support
502 279
503 280 0.7 Beta 2009/01/05 Fix: Problems with media at posts
504 281 Fix: Many other small fixes
505 - Only support up to WordPress 2.7
282 + Only support up to Wordpress 2.7
506 283 Better integration
507 284
508 285 0.62 2008/12/18 Fix: Fatal error: Only variables can
509 286 be passed by reference. Thanks to David Thompson
@@ -514,12 +291,12 @@
514 291
515 292
516 293 == Frequently Asked Questions ==
517 294
518 -See: [https://github.com/GM-Alex/user-access-manager/wiki/FAQ](https://github.com/GM-Alex/user-access-manager/wiki/FAQ)
295 +See: https://github.com/GM-Alex/user-access-manager/wiki/FAQ
519 296
520 297 == Screenshots ==
521 298
522 -1. The group manager.
299 +1. The group manger.
523 300 2. The setting screen
524 301 3. The setup screen.
525 302 4. Integration into post overview.