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 +269 -10 0.6 → 2.0.3 View file →
@@ -1,43 +1,302 @@
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: user access manager, access, member area, user management, private, privacy, admin
5 -Requires at least: 2.6
6 -Tested up to: 2.6
7 -Stable tag: 0.6
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: 4.7.4
7 +Stable tag: 2.0.3
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 the post/page is only accessible for the specified group. This plugin is useful if you need a member area or a private section at your blog.
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.
14 14
15 -Feature list
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.
16 16
17 +<em>Feature list</em>
18 +
17 19 * User groups
20 +* Set separate access for readers and editors
21 +* Set access by user groups
22 +* Set access by post categories
18 23 * User-defined post/page title (if no access)
19 24 * User-defined post/page text (if no access)
25 +* Optional login form (if no access)
26 +* User-defined comment text (if no access)
20 27 * Hide complete post/page
21 28 * Hide pages in navigation
22 29 * Redirecting users to other pages (if no access)
23 30 * Recursive locking of posts/pages
24 31 * Limited access to uploaded files
32 +* Full integrated at the admin panel
33 +* Multilingual support
34 +* Also protect your rss feeds
35 +* Give access by IP-address
36 +* Plugin-Api to use the User Access Manager in your on plugins or extend other plugins
25 37
26 -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 or suggestions please [contact me](mailto:[email protected]).
38 +<em>Included languages</em>
27 39
40 +See https://translate.wordpress.org/projects/wp-plugins/user-access-manager
28 41
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)
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)
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)
46 +To stay up-to-date follow me on twitter: [GMAlex on Twitter](http://twitter.com/GM_Alex)
47 +
48 +
29 49 == Installation ==
30 50
31 -1. Upload the full directory into your wp-content/plugins directory
51 +1. Upload the full directory, with the folder, into your wp-content/plugins directory
32 52 1. Activate the plugin through the 'Plugins' menu in WordPress
33 53 1. Enjoy
34 54
35 55
56 +== Changelog ==
57 +
58 +Here you found the changes in each version.
59 +
60 + Version Date Changes
61 +
62 + 2.0.3 2017/04/25 Fix compatibility issue with CMS Tree Page View plugin #37
63 + Fix compatibility issue with SEO Redirection plugin #38
64 + Fix Error thrown: Class 'WP_Site_Query' not found issue #36
65 +
66 + 2.0.2 2017/04/24 Fix wp_get_current_user() error #34
67 + Fix custom post save issue after database update #33
68 +
69 + 2.0.1 2017/04/23 Fix dbDelta issue on activation
70 +
71 + 2.0.0 2017/04/23 Refactoring of the module
72 + Improve performance
73 + Full support for custom post and taxonomies.
74 + Use translate.wordpress.org for translations
75 + Many improvements and fixes
76 +
77 + 1.2.14 2017/01/07 Fix IP access issue.
78 + Some small optimization.
79 +
80 + 1.2.13 2017/01/04 Fix tag count issue.
81 +
82 + 1.2.12 2017/01/03 Fix tag issue.
83 + Improve usability of the setup page.
84 +
85 + 1.2.11 2017/01/02 Restore hide categories behaviour.
86 +
87 + 1.2.10 2017/01/02 Improve mysql query to prevent against possible collations issue.
88 +
89 + 1.2.9 2017/01/01 Fix wrong category count.
90 + Hide pages without access at the administration panel.
91 + Fix redirect problems.
92 +
93 + 1.2.8 2016/12/31 Fix wrong term behavior for the backend.
94 + Require at least PHP 5.3
95 +
96 + 1.2.7.6 2016/12/28 Fix ip restriction issue.
97 + Fix missing categories issue.
98 +
99 + 1.2.7.5 2016/12/27 Improve taxonomy handling.
100 + Improve performance.
101 + Add missing wp-cli.php file.
102 + Refactor config handling.
103 + Fix Yoast SEO Plugin issue.
104 + Some other small fixes.
105 +
106 + 1.2.7.4 2016/12/08 Fix some issues related to Wordpress 4.7
107 +
108 + 1.2.7.3 2016/12/08 Fix empty category issue.
109 +
110 + 1.2.7.2 2016/12/07 Hot fix for Wordpress 4.7
111 +
112 + 1.2.7.1 2016/12/04 Remove deprecated function get_currentuserinfo
113 +
114 + 1.2.7.0 2016/11/30 Add experimental nginx support
115 + Fix redirect issue (Thanks to Laurence Shaw for the hint and James Riordon for the fix)
116 +
117 + 1.2.6.10 2016/10/07 Again a security fix
118 +
119 + 1.2.6.9 2016/10/06 Security fix
120 +
121 + 1.2.6.8 2016/08/15 Security fix
122 + Add Yoast SEO Plugin filter. Thanks to Christian Werner
123 +
124 + 1.2.6.7 2016/03/17 Security fix
125 +
126 + 1.2.6.6 2015/03/09 Hide UAM at the backend from normal users.
127 + Change IP range logic. Thanks to Takanashi
128 + Fix issue with roles.
129 +
130 + 1.2.6.5 2015/03/02 Fix install/update missing table issue.
131 +
132 + 1.2.6.4 2015/02/26 Fix database update issue.
133 +
134 + 1.2.6.3 2015/02/25 Fix database update for multi sites.
135 + Fix array_keys warning.
136 + Fix redirect loop.
137 +
138 + 1.2.6.2 2015/02/24 Fix not removable role affiliation issue.
139 +
140 + 1.2.6.1 2015/02/24 Remove deprecated php function mysql_get_server_info().
141 + Change object_id from varchar 11 to varchar 255.
142 + Fix backslashes issue.
143 +
144 + 1.2.6.0 2015/02/11 Remove unnecessary js library.
145 + Merge changes from https://github.com/nwoetzel/user-access-manager. Thanks for contribution.
146 +
147 + 1.2.5.0 2013/12/13 Improve performance. Thanks to all testers.
148 + Add bulk edit feature.
149 +
150 + 1.2.4.3 2013/05/08 Fix redirect if page is hidden and permalink is active issue.
151 + Fix no access issue.
152 +
153 + 1.2.4.2 2013/05/08 Fix pagination issue. Thanks to arjenbreur.
154 + Fix comment issue. Thanks to jpr105.
155 + Redirect if post/page is hidden and permalink is active.
156 + Change icon.
157 +
158 + 1.2.4.1 2013/05/06 Fix broken images issue.
159 + Fix duplicated key issue.
160 + Filter file types.
161 + Use wordpress mime types instead of the config array.
162 +
163 + 1.2.4 2013/05/01 Fix add column issue.
164 + Fix install bug.
165 + Fix error if no user is logged in. Thanks to Robert Egger and akiko.pusu.
166 + Fix media file issue.
167 + Optimize code.
168 +
169 + 1.2.3.1 2013/05/01 Fix terms issue.
170 +
171 + 1.2.3 2013/04/30 Fix Fatal 'error: Call-time pass-by-reference' error.
172 + Fix 'get_userdata() is not defined' error. Thanks to ranwaldo.
173 + Refactor many variable names to fit new coding style.
174 +
175 + 1.2.2 2011/04/03 Speed improvements.
176 + Fix get_term bug.
177 + Fix category bug
178 +
179 + 1.2.1 2011/10/11 Fix uninstall bug.
180 + Add capability 'manage_user_groups'. Thanks to Tim Okrongli
181 + Some small improvements.
182 +
183 + 1.2 2011/06/19 Add custom post types.
184 + Fix CSRF issue. Thanks to Luke Crouch
185 +
186 + 1.1.4 2010/10/19 Fix error on custom post types
187 + Add warning for PHP version lower than 5.0
188 +
189 + 1.1.3 2010/10/09 Add tag filter
190 + Fix media file bug for multisites
191 + Fix ip access bug
192 + Improve redirecting code
193 + Speed up
194 +
195 + 1.1.2 2010/10/04 Fix read/write access bug
196 + Add recursive looking for posts page option
197 + Improve network activation/update
198 + Add hooks for login bar
199 + Prepare for NextGEN Gallery extension
200 +
201 + 1.1.1.2 2010/09/29 Fix bug that a usergroup for a user wasn't saved
202 +
203 + 1.1.1.1 2010/09/29 Fix T_DNUMBER bug
204 +
205 + 1.1.1 2010/09/29 Fix custom menu bug
206 + Fix quick edit bug
207 + Fix undefined object bug
208 + Extend admin hint
209 +
210 + 1.1 2010/09/28 Add plugin api
211 + Optimized code
212 + Improve content filtering
213 + Fix bug that user groups can't removed from element
214 + Fix empty category bug
215 + Fix pre/next post bug
216 + Fix login form bug
217 + Fix redirect bug
218 + Fix some other small bugs
219 +
220 + 1.0.2 2010/07/24 Remove debugging code
221 + Fix file download bug
222 +
223 + 1.0.1 2010/07/24 Fix bug that only one user can be a member of a user group
224 + Fix bug for recursive locking for categories
225 +
226 + 1.0 2010/07/22 Fix array_merge bug at media page
227 + Reorder some admin options
228 + Add some new admin functions
229 + Speed it up
230 + Disable file locking by default
231 +
232 + 1.0 Beta 2 2010/07/13 Fix performance issues
233 + Fix media gallery issues
234 + Fix category bug
235 + Fix not loaded translation
236 + Remove some unused functions
237 +
238 + 1.0 Beta 2010/07/09 Complete rewrite
239 + Some new options to improve the functions
240 +
241 + 0.9.1.4 2010/06/23 Hotfix for Wordpress 3.0
242 +
243 + 0.9.1.3 2009/07/17 Fix "header already send"-Problem with Wordpress 2.8.1
244 + Add option to set level with full access
245 +
246 + 0.9.1.2 2009/03/29 Fix some path problems
247 + Add a reset function
248 + Rename menu at admin panel
249 +
250 + 0.9.1.1 2009/03/26 Fix the empty category issue
251 +
252 + 0.9.1 2009/03/26 Fix the database problem
253 + Fix feed bug. Thanks to Markus Brinkmann
254 + Fix wrong javascript path
255 +
256 + 0.9 2009/03/24 Add login form
257 + Add option to show text bevor <!--more--> tag
258 + Fix write access issues
259 + Fix file issues
260 + Small fixes
261 +
262 + 0.8.0.2 2009/03/09 Add French language file
263 + Delete .htaccess files on deactivation/uninstall
264 +
265 + 0.8.0.1 2009/03/06 Small fix
266 +
267 + 0.8 2009/03/05 Add write access control
268 + Add support down to 2.6
269 + Better file access control
270 + Code optimization - Plugin became faster
271 + Fix the category bug
272 + Small fixes
273 +
274 + 0.7.0.1 2009/02/13 Small fixes
275 +
276 + 0.7 2009/02/13 Fix: All known Bugs of the beta
277 + Add ajax for more comfort
278 + Add language support
279 +
280 + 0.7 Beta 2009/01/05 Fix: Problems with media at posts
281 + Fix: Many other small fixes
282 + Only support up to Wordpress 2.7
283 + Better integration
284 +
285 + 0.62 2008/12/18 Fix: Fatal error: Only variables can
286 + be passed by reference. Thanks to David Thompson
287 +
288 + 0.61 2008/12/17 Fix: Wrong file id in Media Library
289 +
290 + 0.6 2007/12/14 First release.
291 +
292 +
36 293 == Frequently Asked Questions ==
37 294
295 +See: https://github.com/GM-Alex/user-access-manager/wiki/FAQ
38 296
39 -
40 297 == Screenshots ==
41 298
42 299 1. The group manger.
43 -
300 +2. The setting screen
301 +3. The setup screen.
302 +4. Integration into post overview.