| @@ -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 | 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: 3.0 | |
| 6 | -Tested up to: 3.0 | |
| 7 | -Stable tag: 1.0 | |
| 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,20 +29,22 @@ | ||
| 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, based on 0.7.0.1. Thanks to Huska | |
| 40 | -* French, based on 0.8.0.2. Thanks to macbidule | |
| 40 | +See https://translate.wordpress.org/projects/wp-plugins/user-access-manager | |
| 41 | 41 | |
| 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]). To stay up-to-date follow me on twitter: [GMAlex on Twitter](http://twitter.com/GM_Alex) | |
| 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 | 48 | |
| 45 | 49 | == Installation == |
| 46 | 50 | |
| @@ -52,112 +56,247 @@ | ||
| 52 | 56 | == Changelog == |
| 53 | 57 | |
| 54 | 58 | Here you found the changes in each version. |
| 55 | 59 | |
| 56 | - 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 | |
| 57 | 178 | |
| 58 | - 1.0 2010/07/22 Fix array_merge bug at media page | |
| 59 | - Reorder some admin options | |
| 60 | - Add some new admin functions | |
| 61 | - Speed it up | |
| 62 | - Disable file locking by default | |
| 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 | - 1.0 Beta 2 2010/07/13 Fix perforance issues | |
| 65 | - Fix media gallery issues | |
| 66 | - Fix category bug | |
| 67 | - Fix not loaded translation | |
| 68 | - Remove some unused functions | |
| 183 | + 1.2 2011/06/19 Add custom post types. | |
| 184 | + Fix CSRF issue. Thanks to Luke Crouch | |
| 69 | 185 | |
| 70 | - 1.0 Beta 2010/07/09 Complete rewrite | |
| 71 | - Some new options to improve the functions | |
| 186 | + 1.1.4 2010/10/19 Fix error on custom post types | |
| 187 | + Add warning for PHP version lower than 5.0 | |
| 72 | 188 | |
| 73 | - 0.9.1.4 2010/06/23 Hotfix for Wordpress 3.0 | |
| 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 | |
| 74 | 194 | |
| 75 | - 0.9.1.3 2009/07/17 Fix "header already send"-Problem with Wordpress 2.8.1 | |
| 76 | - Add option to set level with full access | |
| 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 | |
| 77 | 200 | |
| 78 | - 0.9.1.2 2009/03/29 Fix some path problems | |
| 79 | - Add a reset function | |
| 80 | - Rename menu at admin panel | |
| 201 | + 1.1.1.2 2010/09/29 Fix bug that a usergroup for a user wasn't saved | |
| 81 | 202 | |
| 82 | - 0.9.1.1 2009/03/26 Fix the empty category issue | |
| 203 | + 1.1.1.1 2010/09/29 Fix T_DNUMBER bug | |
| 83 | 204 | |
| 84 | - 0.9.1 2009/03/26 Fix the database problem | |
| 85 | - Fix feed bug. Thanks to Markus Brinkmann | |
| 86 | - Fix wrong javascript path | |
| 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.9 2009/03/24 Add login form | |
| 89 | - Add option to show text bevor <!--more--> tag | |
| 90 | - Fix write access issues | |
| 91 | - Fix file issues | |
| 92 | - 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 | |
| 93 | 219 | |
| 94 | - 0.8.0.2 2009/03/09 Add French language file | |
| 95 | - Delete .htaccess files on deactivation/uninstall | |
| 220 | + 1.0.2 2010/07/24 Remove debugging code | |
| 221 | + Fix file download bug | |
| 96 | 222 | |
| 97 | - 0.8.0.1 2009/03/06 Small fix | |
| 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 | |
| 98 | 225 | |
| 99 | - 0.8 2009/03/05 Add write access control | |
| 100 | - Add support down to 2.6 | |
| 101 | - Better file access control | |
| 102 | - Code optimization - Plugin became faster | |
| 103 | - Fix the category bug | |
| 104 | - Small fixes | |
| 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.7.0.1 2009/02/13 Small fixes | |
| 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 | |
| 107 | 237 | |
| 108 | - 0.7 2009/02/13 Fix: All known Bugs of the beta | |
| 109 | - Add ajax for more comfort | |
| 110 | - Add language support | |
| 238 | + 1.0 Beta 2010/07/09 Complete rewrite | |
| 239 | + Some new options to improve the functions | |
| 111 | 240 | |
| 112 | - 0.7 Beta 2009/01/05 Fix: Problems with media at posts | |
| 113 | - Fix: Many other small fixes | |
| 114 | - Only support up to Wordpress 2.7 | |
| 115 | - Better integration | |
| 241 | + 0.9.1.4 2010/06/23 Hotfix for Wordpress 3.0 | |
| 116 | 242 | |
| 117 | - 0.62 2008/12/18 Fix: Fatal error: Only variables can | |
| 118 | - be passed by reference. Thanks to David Thompson | |
| 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 | |
| 119 | 245 | |
| 120 | - 0.61 2008/12/17 Fix: Wrong file id in Media Library. | |
| 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 | |
| 121 | 275 | |
| 122 | - 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 | |
| 123 | 287 | |
| 288 | + 0.61 2008/12/17 Fix: Wrong file id in Media Library | |
| 124 | 289 | |
| 125 | -== Frequently Asked Questions == | |
| 290 | + 0.6 2007/12/14 First release. | |
| 126 | 291 | |
| 127 | -<strong>How works the User Access Manager?</strong> | |
| 128 | 292 | |
| 129 | -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 == | |
| 130 | 294 | |
| 131 | -<strong>How dose "Role affiliation" work?</strong> | |
| 295 | +See: https://github.com/GM-Alex/user-access-manager/wiki/FAQ | |
| 132 | 296 | |
| 133 | -This example will give you an overview: | |
| 134 | - | |
| 135 | -- Posts: Post1, Post2 | |
| 136 | -- Users: User1 (admin), User2 (subscriber), User3 (subscriber) | |
| 137 | - | |
| 138 | -Groups: | |
| 139 | - | |
| 140 | -- Group1: Users: User2, User3 | Posts: Post1 | Role affiliation: subscriber | |
| 141 | -- Group2: Users: User3 | Posts: Post2 | Role affiliation: - | |
| 142 | - | |
| 143 | -Access: | |
| 144 | - | |
| 145 | -- 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!) | |
| 146 | -- 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!) | |
| 147 | - | |
| 148 | -<strong>I get an login box "WP-Files", what can I do?</strong> | |
| 149 | - | |
| 150 | -- You can deactivate the file locking at the UAM settings. | |
| 151 | -- You can replace your media files in your posts. Just delete the old link and insert it again. (A new working link will generated) | |
| 152 | - | |
| 153 | - | |
| 154 | 297 | == Screenshots == |
| 155 | 298 | |
| 156 | 299 | 1. The group manger. |
| 157 | -2. The setting screen - Part 1. | |
| 158 | -3. The setting screen - Part 2. | |
| 159 | -4. The setting screen - Part 3. | |
| 160 | -5. The setup screen. | |
| 161 | -6. Integration into post overview. | |
| 162 | -7. Integration into the post page. | |
| 163 | -8. Admin hint at the blog frontend. | |
| 300 | +2. The setting screen | |
| 301 | +3. The setup screen. | |
| 302 | +4. Integration into post overview. | |