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