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 +235 -80 0.9.1.4 → 2.0.3 View file →
@@ -1,11 +1,11 @@
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: 3.0
7 -Stable tag: 0.9.1.4
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 ==
@@ -11,12 +11,14 @@
11 11 == Description ==
12 12
13 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 +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 +
15 17 <em>Feature list</em>
16 18
17 19 * User groups
18 -* Set seperate access for readers and editors
20 +* Set separate access for readers and editors
19 21 * Set access by user groups
20 22 * Set access by post categories
21 23 * User-defined post/page title (if no access)
22 24 * User-defined post/page text (if no access)
@@ -27,29 +29,27 @@
27 29 * Redirecting users to other pages (if no access)
28 30 * Recursive locking of posts/pages
29 31 * Limited access to uploaded files
30 32 * Full integrated at the admin panel
31 -* Multilanguage support
32 -* Also proteced your rss feeds
33 +* Multilingual support
34 +* Also protect your rss feeds
33 35 * Give access by IP-address
36 +* Plugin-Api to use the User Access Manager in your on plugins or extend other plugins
34 37
35 38 <em>Included languages</em>
36 39
37 -* English
38 -* German
39 -* Czech, base on 0.7.0.1. Thanks to Huska
40 -* French, base on 0.8.0.2. Thanks to macbidule
40 +See https://translate.wordpress.org/projects/wp-plugins/user-access-manager
41 41
42 -<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 +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)
43 47
44 -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]).
45 48
46 -<strong>Note for thoes which have problemes with plugin in combination with Wordpress 3</strong>: I have started with the rewriting of the plugin for Wordpress 3. To stay up-to-date follow me on twitter: [GMAlex on Twitter](http://twitter.com/GM_Alex)
47 -
48 49 == Installation ==
49 50
50 51 1. Upload the full directory, with the folder, into your wp-content/plugins directory
51 -1. Replace the following files in the wp-admin dir with the files at 'core_files' or use the patches: 'includes/template.php'
52 52 1. Activate the plugin through the 'Plugins' menu in WordPress
53 53 1. Enjoy
54 54
55 55
@@ -56,92 +56,247 @@
56 56 == Changelog ==
57 57
58 58 Here you found the changes in each version.
59 59
60 - Version Date Changes
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
61 178
62 - 0.9.1.4 2010/06/23 Hotfix for Wordpress 3.0
179 + 1.2.1 2011/10/11 Fix uninstall bug.
180 + Add capability 'manage_user_groups'. Thanks to Tim Okrongli
181 + Some small improvements.
63 182
64 - 0.9.1.3 2009/07/17 Fix "header already send"-Problem with Wordpress 2.8.1
65 - Add option to set level with full access
183 + 1.2 2011/06/19 Add custom post types.
184 + Fix CSRF issue. Thanks to Luke Crouch
66 185
67 - 0.9.1.2 2009/03/29 Fix some path problems
68 - Add a reset function
69 - Rename menu at admin panel
186 + 1.1.4 2010/10/19 Fix error on custom post types
187 + Add warning for PHP version lower than 5.0
70 188
71 - 0.9.1.1 2009/03/26 Fix the empty category issue
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
72 194
73 - 0.9.1 2009/03/26 Fix the database problem
74 - Fix feed bug. Thanks to Markus Brinkmann
75 - Fix wrong javascript path
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
76 200
77 - 0.9 2009/03/24 Add login form
78 - Add option to show text bevor <!--more--> tag
79 - Fix write access issues
80 - Fix file issues
81 - Small fixes
201 + 1.1.1.2 2010/09/29 Fix bug that a usergroup for a user wasn't saved
82 202
83 - 0.8.0.2 2009/03/09 Add French language file
84 - Delete .htaccess files on deactivation/uninstall
203 + 1.1.1.1 2010/09/29 Fix T_DNUMBER bug
85 204
86 - 0.8.0.1 2009/03/06 Small fix
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
87 209
88 - 0.8 2009/03/05 Add write access control
89 - Add support down to 2.6
90 - Better file access control
91 - Code optimization - Plugin became faster
92 - Fix the category bug
93 - Small fixes
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
94 219
95 - 0.7.0.1 2009/02/13 Small fixes
220 + 1.0.2 2010/07/24 Remove debugging code
221 + Fix file download bug
96 222
97 - 0.7 2009/02/13 Fix: All known Bugs of the beta
98 - Add ajax for more comfort
99 - Add language support
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
100 225
101 - 0.7 Beta 2009/01/05 Fix: Problems with media at posts
102 - Fix: Many other small fixes
103 - Only support up to Wordpress 2.7
104 - Better integration
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
105 231
106 - 0.62 2008/12/18 Fix: Fatal error: Only variables can
107 - be passed by reference. Thanks to David Thompson
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
108 237
109 - 0.61 2008/12/17 Fix: Wrong file id in Media Library.
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
110 275
111 - 0.6 2007/12/14 First release.
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
112 287
288 + 0.61 2008/12/17 Fix: Wrong file id in Media Library
113 289
114 -== Frequently Asked Questions ==
290 + 0.6 2007/12/14 First release.
115 291
116 -<strong>How works the User Access Manager?</strong>
117 292
118 -All posts/pages which are not in a user access group are accessable to all users. Posts/pages can put to groupes by themselfe, categories or recursive (most by pages).
293 +== Frequently Asked Questions ==
119 294
120 -<strong>How dose "Role affiliation" work?</strong>
295 +See: https://github.com/GM-Alex/user-access-manager/wiki/FAQ
121 296
122 -This example will give you an overview:
123 -
124 -- Posts: Post1, Post2
125 -- Users: User1 (admin), User2 (subscriber), User3 (subscriber)
126 -
127 -Groups:
128 -
129 -- Group1: Users: User2, User3 | Posts: Post1 | Role affiliation: subscriber
130 -- Group2: Users: User3 | Posts: Post2 | Role affiliation: -
131 -
132 -Access:
133 -
134 -- Post1: User1 because he is a admin, User2 because he is in the group and a subscriber, User3 he is a subscriber (to this group all subscribers has access!)
135 -- Post2: User1 because he is a admin, User3 because he is in the group (only group members has access because there is no role affiliation!)
136 -
137 -<strong>I get an login box "WP-Files", what can I do?</strong>
138 -
139 -- You can deactivate the file locking at the UAM settings.
140 -- You can replace your media files in your posts. Just delete the old link and insert it again. (A new working link will generated)
141 -
142 -
143 297 == Screenshots ==
144 298
145 299 1. The group manger.
146 -2. The setting screen.
147 -3. Integration at posts.
300 +2. The setting screen
301 +3. The setup screen.
302 +4. Integration into post overview.