PluginProbe
User Access Manager / 2.2.15
User Access Manager v2.2.15
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 +410 -42 0.8 → 2.2.15 View file →
@@ -1,50 +1,55 @@
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: admin, access, member area, members, page, pages, post, posts, private, privacy, restrict, user, user access manager, user management
5 -Requires at least: 2.6
6 -Tested up to: 2.7.1
7 -Stable tag: 0.8
4 +Tags: admin, access, member area, members, member, member access, page, pages, post, posts, private, privacy, restrict, user, user access manager, user management
5 +Requires at least: 4.7
6 +Tested up to: 5.7
7 +Stable tag: 2.2.15
8 8
9 9 With the "User Access Manager"-plugin you can manage the access to your posts, pages and files.
10 10
11 11 == Description ==
12 12
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.
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.
14 14
15 15 <em>Feature list</em>
16 16
17 17 * User groups
18 -* Set seperate access for readers and editors
18 +* Set separate access for readers and editors
19 19 * Set access by user groups
20 -* Set access by post categories
21 -* User-defined post/page title (if no access)
22 -* User-defined post/page text (if no access)
20 +* Set default user groups
21 +* Set time based access
22 +* User-defined post type (posts, pages etc.) title (if no access)
23 +* User-defined post type (posts, pages etc.) text (if no access)
24 +* Optional login form (if no access)
23 25 * User-defined comment text (if no access)
24 -* Hide complete post/page
25 -* Hide pages in navigation
26 +* Hide complete post types (posts, pages etc.)
27 +* Hide elements in the navigation
26 28 * Redirecting users to other pages (if no access)
27 -* Recursive locking of posts/pages
29 +* Recursive locking of content
28 30 * Limited access to uploaded files
29 31 * Full integrated at the admin panel
30 -* Multilanguage support
31 -* Also proteced your rss feeds
32 +* Multilingual support
33 +* Also protect your rss feeds
34 +* Give access by IP-address
35 +* Plugin-Api to use the User Access Manager in your on plugins or extend other plugins
36 +* [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)
32 37
33 38 <em>Included languages</em>
34 39
35 -* English
36 -* German
37 -* Czech, base on 0.7.0.1. Thanks to Huska
40 +See [https://translate.wordpress.org/projects/wp-plugins/user-access-manager](https://translate.wordpress.org/projects/wp-plugins/user-access-manager)
38 41
39 -<strong>Note</strong>: At this release you can replace one core files, because I need some hooks which are not created by the Wordpress-Team for the better integration. I've send them a diff patch and this will add in Wordpress 2.8, so you can trust this modification (see <a href="http://trac.wordpress.org/changeset/10292">http://trac.wordpress.org/changeset/10292</a>). <strong>This core modification is not needed and only optional, but it gives you more comfort.</strong>
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 +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)
44 +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)
45 +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)
46 +To stay up-to-date follow me on twitter: [GMAlex on Twitter](http://twitter.com/GM_Alex)
40 47
41 -For a German description visit my page at [GMAlex](http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/ "GMAlex - deviant design and development"). If you have any problem, suggestions or make a translation please [contact me](mailto:[email protected]).
42 48
43 49 == Installation ==
44 -
50 +
45 51 1. Upload the full directory, with the folder, into your wp-content/plugins directory
46 -1. Replace the following files in the wp-admin dir with the files at 'core_files' or use the patches: 'includes/template.php'
47 52 1. Activate the plugin through the 'Plugins' menu in WordPress
48 53 1. Enjoy
49 54
50 55
@@ -51,40 +56,403 @@
51 56 == Changelog ==
52 57
53 58 Here you found the changes in each version.
54 59
55 - Version Date Changes
60 + Version Date Changes
61 +
62 + 2.2.15 2021/06/07 Fix possible type issues.
63 +
64 + 2.2.14 2021/04/21 Fix bulk edit.
65 + Fix permission issue.
66 + Fix redirect typing issue.
67 +
68 + 2.2.13 2021/04/15 Fix not logged in user handling.
69 + Type fix for showEditLink.
70 +
71 + 2.2.12 2021/04/14 Fix warning.
72 + Fix jquery deprecation warning.
73 +
74 + 2.2.11 2021/03/15 Type fix for showEditLink.
75 + Set compatibility tag for wordpress 5.7.
76 +
77 + 2.2.10 2021/02/26 Lower minimum php version to 7.2.
78 +
79 + 2.2.9 2021/02/24 Type fixes for Yoast seo plugin.
80 + Fix some other type issues.
81 +
82 + 2.2.8 2021/02/21 Some cleanup.
83 + Type fixes for the short controller.
84 + Fix some possible php notices and warnings.
85 +
86 + 2.2.7 2021/02/14 Fix issue with isAdmin.
87 +
88 + 2.2.6 2021/02/14 Fix more possible type errors.
89 +
90 + 2.2.5 2021/02/14 Fix more possible type errors if wordpress switches int to string.
91 +
92 + 2.2.4 2021/02/13 Fix type error for user object controller.
93 + Fix type error for the wordpress wrapper.
94 +
95 + 2.2.3 2021/02/13 Fix warning at settings page.
96 + Fix type error for user group handler.
97 +
98 + 2.2.2 2021/02/13 Fix type error with login form.
99 +
100 + 2.2.1 2021/02/13 Fix type error with registeredTaxonomy.
101 +
102 + 2.2.0 2021/02/11 Improve and update code base.
103 + Fix possible update bug.
104 +
105 + 2.1.12 2019/01/08 Fix multi site file handling issue. #222
106 +
107 + 2.1.11 2018/03/16 Fix missing got_mod_rewrite function. #212
108 + Fix wrong media urls. #207
109 + Fix wrong post counts at the admin panel.
110 + Improve database updates/repairs.
111 +
112 +
113 + 2.1.10 2017/12/15 Fix Posts removed from WP_Query results in Ajax requests for unprivileged users #176
114 + Improve partly download handler
115 + Suppress errors on file delivery
116 + Improve error handling
117 + Change blog switch handling. fixes #194
118 + Fix wrong parameter name. fixes #191
119 + Improve user group sorting. closes #180
120 + Add new redirect type to the login page. closes #155
121 + Add dynamic user groups for exclude object calculation. closes #181
122 + Add filter for getUserUserGroupsForObjectAccess. closes #157
123 + Make it possible to set a default group for new media files.
124 +
125 + 2.1.9 2017/11/18 Add show content before <!--more--> tag option for all post types
126 + Fix js time input issue
127 + Fix small prepare query issue
128 + Don't switch to edit mode after user group creation #171
129 + Add sortable columns for user groups list #172
130 + Show no access image again instead of broken image
131 + Fix double user group form for media files
132 + Add option to hide the edit page option if the user doesn't have the right to edit this page #174
133 +
134 + 2.1.8 2017/11/07 Add getter for the user group handler fixes #160
135 + Fix multi site file handling issue #159
136 +
137 + 2.1.7 2017/11/01 Improve database update prompt fixes #153
138 + Fix user group selection not saved when adding a new user issue fixes #154
139 + Add none read access option for user groups closes #144
140 + Extend file settings
141 + Add xsendfile support
142 +
143 + 2.1.6 2017/10/20 Fix "Inherited group membership for media attachments" issue #133
144 + Fix traits strict warning #145
145 +
146 + 2.1.5 2017/10/12 Refactor traits
147 + Fix datetime issue with not supported browsers
148 +
149 + 2.1.4 2017/10/10 Fix strict warnings #134
150 + Fix "Unable to select default user group for both page and post" issue #126
151 + Add NGINX reverse proxy handling #117
152 + Improve code
153 + Fix bulk edit issue #135
154 + Fix array filly issue #138
155 + Add database repair tool
156 +
157 + 2.1.3 2017/09/18 Possible fix for custom post types / taxonomies issues
158 + Fix .htaccess deletion issue
159 +
160 + 2.1.2 2017/09/17 Fix issue with not handled taxonomies #123
161 +
162 + 2.1.1 2017/09/16 Fix issue for users with small innodb page size #121
163 +
164 + 2.1.0 2017/09/15 Refactor code
165 + Implement content tags for partly restriction like UAMPPE #84
166 + Add default user groups
167 + Add time based access
168 + Add dynamic user groups #64
169 + Implement caching #75
170 + Allow html as no access content #63 #93
171 + Optimize settings screen #61
172 + Support of partial download #118
173 + Add option to toggle visibility of assigned groups text next to the edit link #111
174 + Fix incorrectly retrieving of a ID for attachments/media #116
175 +
176 + 2.0.13 2017/07/26 Add ipv6 support - Fix issue #97
177 + Change "Hide Comments" logic - Fix issue #100
178 + Fix rewrite base issue - Fix issue #107 and #103
179 + Fix vsprintf warning - Fix issue #105
180 + Fix Relevanssi compatibility issue
181 + Fix missing feature picture if file locking is disabled
182 +
183 + 2.0.12 2017/06/16 Fix media file group issue #74
184 + Fix broken file includes / excludes
185 + Fix wordpress filter issue
186 + Fix access to own post #95
187 +
188 + 2.0.11 2017/05/18 Fix FrontendController::postsPreQuery() expected to be a reference, value given error
189 +
190 + 2.0.10 2017/05/17 Fix issue of not saved groups #74
191 + Adjust password lost link #79
192 + Improve attachment access checks #78
193 + Fix not working redirect
194 +
195 + 2.0.9 2017/05/13 Improve security #76
196 +
197 + 2.0.8 2017/05/08 Fix missing rss feed if protection is disabled #68
198 +
199 + 2.0.7 2017/05/07 Fix category tree issues #59
200 + Fix mysql database errors on strict mode #60
201 + Fix possible path issue
202 + Remove settings for post_format post type (which is used for internal propose)
203 + Fix wrong database update prompt
204 + Fix issue with asgaros from #66
205 +
206 + 2.0.6 2017/04/28 Improve http error codes #24
207 + Fix wrong url on windows servers #53
208 + Fix missing install routine #51
209 +
210 + 2.0.5 2017/04/27 Fix switch_to_blog issue
211 + Fix file handling issues
212 +
213 + 2.0.4 2017/04/26 Adjust code so that php version is checked before throwing a fatal error
214 + Improve login form #26
215 + Fix soliloquy slider incompatibility #31
216 + Improve performance #41
217 +
218 + 2.0.3 2017/04/25 Fix compatibility issue with CMS Tree Page View plugin #37
219 + Fix compatibility issue with SEO Redirection plugin #38
220 + Fix Error thrown: Class 'WP_Site_Query' not found issue #36
221 +
222 + 2.0.2 2017/04/24 Fix wp_get_current_user() error #34
223 + Fix custom post save issue after database update #33
224 +
225 + 2.0.1 2017/04/23 Fix dbDelta issue on activation
226 +
227 + 2.0.0 2017/04/23 Refactoring of the module
228 + Improve performance
229 + Full support for custom post and taxonomies.
230 + Use translate.wordpress.org for translations
231 + Many improvements and fixes
232 +
233 + 1.2.14 2017/01/07 Fix IP access issue.
234 + Some small optimization.
235 +
236 + 1.2.13 2017/01/04 Fix tag count issue.
237 +
238 + 1.2.12 2017/01/03 Fix tag issue.
239 + Improve usability of the setup page.
240 +
241 + 1.2.11 2017/01/02 Restore hide categories behaviour.
242 +
243 + 1.2.10 2017/01/02 Improve mysql query to prevent against possible collations issue.
244 +
245 + 1.2.9 2017/01/01 Fix wrong category count.
246 + Hide pages without access at the administration panel.
247 + Fix redirect problems.
248 +
249 + 1.2.8 2016/12/31 Fix wrong term behavior for the backend.
250 + Require at least PHP 5.3
251 +
252 + 1.2.7.6 2016/12/28 Fix ip restriction issue.
253 + Fix missing categories issue.
254 +
255 + 1.2.7.5 2016/12/27 Improve taxonomy handling.
256 + Improve performance.
257 + Add missing wp-cli.php file.
258 + Refactor config handling.
259 + Fix Yoast SEO Plugin issue.
260 + Some other small fixes.
261 +
262 + 1.2.7.4 2016/12/08 Fix some issues related to Wordpress 4.7
263 +
264 + 1.2.7.3 2016/12/08 Fix empty category issue.
265 +
266 + 1.2.7.2 2016/12/07 Hot fix for Wordpress 4.7
267 +
268 + 1.2.7.1 2016/12/04 Remove deprecated function get_currentuserinfo
269 +
270 + 1.2.7.0 2016/11/30 Add experimental nginx support
271 + Fix redirect issue (Thanks to Laurence Shaw for the hint and James Riordon for the fix)
272 +
273 + 1.2.6.10 2016/10/07 Again a security fix
274 +
275 + 1.2.6.9 2016/10/06 Security fix
276 +
277 + 1.2.6.8 2016/08/15 Security fix
278 + Add Yoast SEO Plugin filter. Thanks to Christian Werner
279 +
280 + 1.2.6.7 2016/03/17 Security fix
281 +
282 + 1.2.6.6 2015/03/09 Hide UAM at the backend from normal users.
283 + Change IP range logic. Thanks to Takanashi
284 + Fix issue with roles.
285 +
286 + 1.2.6.5 2015/03/02 Fix install/update missing table issue.
287 +
288 + 1.2.6.4 2015/02/26 Fix database update issue.
289 +
290 + 1.2.6.3 2015/02/25 Fix database update for multi sites.
291 + Fix array_keys warning.
292 + Fix redirect loop.
293 +
294 + 1.2.6.2 2015/02/24 Fix not removable role affiliation issue.
295 +
296 + 1.2.6.1 2015/02/24 Remove deprecated php function mysql_get_server_info().
297 + Change object_id from varchar 11 to varchar 255.
298 + Fix backslashes issue.
299 +
300 + 1.2.6.0 2015/02/11 Remove unnecessary js library.
301 + Merge changes from https://github.com/nwoetzel/user-access-manager. Thanks for contribution.
302 +
303 + 1.2.5.0 2013/12/13 Improve performance. Thanks to all testers.
304 + Add bulk edit feature.
305 +
306 + 1.2.4.3 2013/05/08 Fix redirect if page is hidden and permalink is active issue.
307 + Fix no access issue.
308 +
309 + 1.2.4.2 2013/05/08 Fix pagination issue. Thanks to arjenbreur.
310 + Fix comment issue. Thanks to jpr105.
311 + Redirect if post/page is hidden and permalink is active.
312 + Change icon.
313 +
314 + 1.2.4.1 2013/05/06 Fix broken images issue.
315 + Fix duplicated key issue.
316 + Filter file types.
317 + Use wordpress mime types instead of the config array.
318 +
319 + 1.2.4 2013/05/01 Fix add column issue.
320 + Fix install bug.
321 + Fix error if no user is logged in. Thanks to Robert Egger and akiko.pusu.
322 + Fix media file issue.
323 + Optimize code.
324 +
325 + 1.2.3.1 2013/05/01 Fix terms issue.
326 +
327 + 1.2.3 2013/04/30 Fix Fatal 'error: Call-time pass-by-reference' error.
328 + Fix 'get_userdata() is not defined' error. Thanks to ranwaldo.
329 + Refactor many variable names to fit new coding style.
330 +
331 + 1.2.2 2011/04/03 Speed improvements.
332 + Fix get_term bug.
333 + Fix category bug
56 334
57 - 0.8 2009/03/05 Add write access control
58 - Add support down to 2.6
59 - Better file access control
60 - Code optimization - Plugin became faster
61 - Fix the category bug
62 - Small fixes
335 + 1.2.1 2011/10/11 Fix uninstall bug.
336 + Add capability 'manage_user_groups'. Thanks to Tim Okrongli
337 + Some small improvements.
63 338
64 - 0.7.0.1 2009/02/13 Small fixes
339 + 1.2 2011/06/19 Add custom post types.
340 + Fix CSRF issue. Thanks to Luke Crouch
65 341
66 - 0.7 2009/02/13 Fix: All known Bugs of the beta
67 - Add ajax for more comfort
68 - Add language support
342 + 1.1.4 2010/10/19 Fix error on custom post types
343 + Add warning for PHP version lower than 5.0
69 344
70 - 0.7 Beta 2009/01/05 Fix: Problems with media at posts
71 - Fix: Many other small fixes
72 - Only support up to Wordpress 2.7
73 - Better integration
345 + 1.1.3 2010/10/09 Add tag filter
346 + Fix media file bug for multisites
347 + Fix ip access bug
348 + Improve redirecting code
349 + Speed up
74 350
75 - 0.62 2008/12/18 Fix: Fatal error: Only variables can
76 - be passed by reference. Thanks to David Thompson
351 + 1.1.2 2010/10/04 Fix read/write access bug
352 + Add recursive looking for posts page option
353 + Improve network activation/update
354 + Add hooks for login bar
355 + Prepare for NextGEN Gallery extension
77 356
78 - 0.61 2008/12/17 Fix: Wrong file id in Media Library.
357 + 1.1.1.2 2010/09/29 Fix bug that a usergroup for a user wasn't saved
358 +
359 + 1.1.1.1 2010/09/29 Fix T_DNUMBER bug
360 +
361 + 1.1.1 2010/09/29 Fix custom menu bug
362 + Fix quick edit bug
363 + Fix undefined object bug
364 + Extend admin hint
365 +
366 + 1.1 2010/09/28 Add plugin api
367 + Optimized code
368 + Improve content filtering
369 + Fix bug that user groups can't removed from element
370 + Fix empty category bug
371 + Fix pre/next post bug
372 + Fix login form bug
373 + Fix redirect bug
374 + Fix some other small bugs
375 +
376 + 1.0.2 2010/07/24 Remove debugging code
377 + Fix file download bug
378 +
379 + 1.0.1 2010/07/24 Fix bug that only one user can be a member of a user group
380 + Fix bug for recursive locking for categories
381 +
382 + 1.0 2010/07/22 Fix array_merge bug at media page
383 + Reorder some admin options
384 + Add some new admin functions
385 + Speed it up
386 + Disable file locking by default
387 +
388 + 1.0 Beta 2 2010/07/13 Fix performance issues
389 + Fix media gallery issues
390 + Fix category bug
391 + Fix not loaded translation
392 + Remove some unused functions
393 +
394 + 1.0 Beta 2010/07/09 Complete rewrite
395 + Some new options to improve the functions
396 +
397 + 0.9.1.4 2010/06/23 Hotfix for Wordpress 3.0
398 +
399 + 0.9.1.3 2009/07/17 Fix "header already send"-Problem with Wordpress 2.8.1
400 + Add option to set level with full access
401 +
402 + 0.9.1.2 2009/03/29 Fix some path problems
403 + Add a reset function
404 + Rename menu at admin panel
405 +
406 + 0.9.1.1 2009/03/26 Fix the empty category issue
407 +
408 + 0.9.1 2009/03/26 Fix the database problem
409 + Fix feed bug. Thanks to Markus Brinkmann
410 + Fix wrong javascript path
411 +
412 + 0.9 2009/03/24 Add login form
413 + Add option to show text bevor <!--more--> tag
414 + Fix write access issues
415 + Fix file issues
416 + Small fixes
417 +
418 + 0.8.0.2 2009/03/09 Add French language file
419 + Delete .htaccess files on deactivation/uninstall
420 +
421 + 0.8.0.1 2009/03/06 Small fix
422 +
423 + 0.8 2009/03/05 Add write access control
424 + Add support down to 2.6
425 + Better file access control
426 + Code optimization - Plugin became faster
427 + Fix the category bug
428 + Small fixes
429 +
430 + 0.7.0.1 2009/02/13 Small fixes
79 431
80 - 0.6 2007/12/14 First release.
432 + 0.7 2009/02/13 Fix: All known Bugs of the beta
433 + Add ajax for more comfort
434 + Add language support
435 +
436 + 0.7 Beta 2009/01/05 Fix: Problems with media at posts
437 + Fix: Many other small fixes
438 + Only support up to Wordpress 2.7
439 + Better integration
440 +
441 + 0.62 2008/12/18 Fix: Fatal error: Only variables can
442 + be passed by reference. Thanks to David Thompson
81 443
444 + 0.61 2008/12/17 Fix: Wrong file id in Media Library
82 445
446 + 0.6 2007/12/14 First release.
83 447
84 448
449 +== Frequently Asked Questions ==
85 450
451 +See: [https://github.com/GM-Alex/user-access-manager/wiki/FAQ](https://github.com/GM-Alex/user-access-manager/wiki/FAQ)
452 +
86 453 == Screenshots ==
87 454
88 455 1. The group manger.
89 -2. The setting screen.
90 -3. Integration at posts.
456 +2. The setting screen
457 +3. The setup screen.
458 +4. Integration into post overview.