| @@ -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: 2.7.1 | |
| 7 | -Stable tag: 0.9.1 | |
| 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,28 +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 | - | |
| 47 | 49 | == Installation == |
| 48 | 50 | |
| 49 | 51 | 1. Upload the full directory, with the folder, into your wp-content/plugins directory |
| 50 | -1. Replace the following files in the wp-admin dir with the files at 'core_files' or use the patches: 'includes/template.php' | |
| 51 | 52 | 1. Activate the plugin through the 'Plugins' menu in WordPress |
| 52 | 53 | 1. Enjoy |
| 53 | 54 | |
| 54 | 55 | |
| @@ -55,81 +56,247 @@ | ||
| 55 | 56 | == Changelog == |
| 56 | 57 | |
| 57 | 58 | Here you found the changes in each version. |
| 58 | 59 | |
| 59 | - 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 | |
| 60 | 178 | |
| 61 | - 0.9.1 2009/03/26 Fix the database problem | |
| 62 | - Fix feed bug. Thanks to Markus Brinkmann | |
| 63 | - Fix wrong javascript path | |
| 179 | + 1.2.1 2011/10/11 Fix uninstall bug. | |
| 180 | + Add capability 'manage_user_groups'. Thanks to Tim Okrongli | |
| 181 | + Some small improvements. | |
| 64 | 182 | |
| 65 | - 0.9 2009/03/24 Add login form | |
| 66 | - Add option to show text bevor <!--more--> tag | |
| 67 | - Fix write access issues | |
| 68 | - Fix file issues | |
| 69 | - Small fixes | |
| 183 | + 1.2 2011/06/19 Add custom post types. | |
| 184 | + Fix CSRF issue. Thanks to Luke Crouch | |
| 70 | 185 | |
| 71 | - 0.8.0.2 2009/03/09 Add French language file | |
| 72 | - Delete .htaccess files on deactivation/uninstall | |
| 186 | + 1.1.4 2010/10/19 Fix error on custom post types | |
| 187 | + Add warning for PHP version lower than 5.0 | |
| 73 | 188 | |
| 74 | - 0.8.0.1 2009/03/06 Small fix | |
| 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 | |
| 75 | 194 | |
| 76 | - 0.8 2009/03/05 Add write access control | |
| 77 | - Add support down to 2.6 | |
| 78 | - Better file access control | |
| 79 | - Code optimization - Plugin became faster | |
| 80 | - Fix the category bug | |
| 81 | - Small fixes | |
| 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 | |
| 82 | 200 | |
| 83 | - 0.7.0.1 2009/02/13 Small fixes | |
| 201 | + 1.1.1.2 2010/09/29 Fix bug that a usergroup for a user wasn't saved | |
| 84 | 202 | |
| 85 | - 0.7 2009/02/13 Fix: All known Bugs of the beta | |
| 86 | - Add ajax for more comfort | |
| 87 | - Add language support | |
| 203 | + 1.1.1.1 2010/09/29 Fix T_DNUMBER bug | |
| 88 | 204 | |
| 89 | - 0.7 Beta 2009/01/05 Fix: Problems with media at posts | |
| 90 | - Fix: Many other small fixes | |
| 91 | - Only support up to Wordpress 2.7 | |
| 92 | - Better integration | |
| 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 | |
| 93 | 209 | |
| 94 | - 0.62 2008/12/18 Fix: Fatal error: Only variables can | |
| 95 | - be passed by reference. Thanks to David Thompson | |
| 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 | |
| 96 | 219 | |
| 97 | - 0.61 2008/12/17 Fix: Wrong file id in Media Library. | |
| 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 | |
| 98 | 275 | |
| 99 | - 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 | |
| 100 | 287 | |
| 288 | + 0.61 2008/12/17 Fix: Wrong file id in Media Library | |
| 101 | 289 | |
| 102 | -== Frequently Asked Questions == | |
| 290 | + 0.6 2007/12/14 First release. | |
| 103 | 291 | |
| 104 | -<strong>How works the User Access Manager?</strong> | |
| 105 | 292 | |
| 106 | -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 == | |
| 107 | 294 | |
| 108 | -<strong>How dose "Role affiliation" work?</strong> | |
| 295 | +See: https://github.com/GM-Alex/user-access-manager/wiki/FAQ | |
| 109 | 296 | |
| 110 | -This example will give you an overview: | |
| 111 | - | |
| 112 | -- Posts: Post1, Post2 | |
| 113 | -- Users: User1 (admin), User2 (subscriber), User3 (subscriber) | |
| 114 | - | |
| 115 | -Groups: | |
| 116 | - | |
| 117 | -- Group1: Users: User2, User3 | Posts: Post1 | Role affiliation: subscriber | |
| 118 | -- Group2: Users: User3 | Posts: Post2 | Role affiliation: - | |
| 119 | - | |
| 120 | -Access: | |
| 121 | - | |
| 122 | -- 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!) | |
| 123 | -- 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!) | |
| 124 | - | |
| 125 | -<strong>I get an login box "WP-Files", what can I do?</strong> | |
| 126 | - | |
| 127 | -- You can deactivate the file locking at the UAM settings. | |
| 128 | -- You can replace your media files in your posts. Just delete the old link and insert it again. (A new working link will generated) | |
| 129 | - | |
| 130 | - | |
| 131 | 297 | == Screenshots == |
| 132 | 298 | |
| 133 | 299 | 1. The group manger. |
| 134 | -2. The setting screen. | |
| 135 | -3. Integration at posts. | |
| 300 | +2. The setting screen | |
| 301 | +3. The setup screen. | |
| 302 | +4. Integration into post overview. | |