Changeset 2193184
- Timestamp:
- 11/14/2019 10:01:47 PM (6 years ago)
- Location:
- members
- Files:
-
- 4 edited
-
tags/2.2.0/members.php (modified) (2 diffs)
-
tags/2.2.0/readme.txt (modified) (6 diffs)
-
trunk/members.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
members/tags/2.2.0/members.php
r2126126 r2193184 2 2 /** 3 3 * Plugin Name: Members 4 * Plugin URI: https:// themehybrid.com/plugins/members4 * Plugin URI: https://memberpress.com/plugins/members 5 5 * Description: A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private. 6 6 * Version: 2.2.0 7 * Author: Justin Tadlock8 * Author URI: https:// themehybrid.com7 * Author: MemberPress 8 * Author URI: https://memberpress.com 9 9 * Text Domain: members 10 10 * Domain Path: /lang … … 27 27 * @package Members 28 28 * @version 2.2.0 29 * @author Justin Tadlock <justintadlock@gmail.com>30 * @copyright Copyright (c) 200 9 - 2018, Justin Tadlock31 * @link https:// themehybrid.com/plugins/members29 * @author MemberPress <support@memberpress.com> 30 * @copyright Copyright (c) 2004 - 2019, Caseproof 31 * @link https://caseproof.com/plugins/members 32 32 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 33 33 */ -
members/tags/2.2.0/readme.txt
r2188180 r2193184 1 === Members ===1 === User Role Editor by Members – Best User, Role and Capability Management Plugin for WordPress === 2 2 3 3 Contributors: supercleanse 4 Donate link: https:// themehybrid.com/plugins/members#donate5 Tags: capabilities, roles, members, users4 Donate link: https://memberpress.com/plugins/members 5 Tags: users, roles, editor, security, access, permission, capabilities, members 6 6 Requires at least: 4.7 7 Tested up to: 5. 27 Tested up to: 5.3 8 8 Requires PHP: 5.6 9 9 Stable tag: 2.2.0 … … 31 31 * **Plugin Integration:** Members is highly recommended by other WordPress developers. Many existing plugins integrate their custom roles and caps directly into it. 32 32 33 For more info, visit the [Members plugin home page](https:// themehybrid.com/plugins/members).33 For more info, visit the [Members plugin home page](https://memberpress.com/plugins/members). 34 34 35 35 ### Like this plugin? … … 37 37 The Members plugin is a massive project with 1,000s of lines of code to maintain. A major update can take weeks or months of work. I don't make any money directly from this plugin while other, similar plugins charge substantial fees to even download them or get updates. Please consider helping the cause by: 38 38 39 * [Making a donation](https://themehybrid.com/plugins/members#donate). 40 * [Signing up at my site](https://themehybrid.com/plugins/members). 39 * [Signing up at my site](https://memberpress.com/plugins/members). 41 40 * [Rating the plugin](https://wordpress.org/support/view/plugin-reviews/members?rate=5#postform). 42 43 ### Professional Support44 45 If you need professional plugin support from me, the plugin author, you can access the support forums at [Theme Hybrid](https://themehybrid.com/board/topics), which is a professional WordPress help/support site where I handle support for all my plugins and themes for a community of 75,000+ users (and growing).46 41 47 42 ### Plugin Development 48 43 49 If you're a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it's [GitHub repository](https://github.com/ justintadlock/members).44 If you're a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it's [GitHub repository](https://github.com/caseproof/members). 50 45 51 46 == Installation == … … 69 64 Most things should be fairly straightforward, but I've included an in-depth guide in the plugin download. It's a file called `readme.md` in the plugin folder. 70 65 71 You can also [view the readme](https://github.com/ justintadlock/members/blob/master/readme.md) online.66 You can also [view the readme](https://github.com/caseproof/members/blob/master/readme.md) online. 72 67 73 68 ### Minimum PHP requirements. … … 93 88 Please read the documentation for the plugin before actually using it, especially a plugin that controls permissions for your site. I cannot stress this enough. This is a powerful plugin that allows you to make direct changes to roles and capabilities in the database. 94 89 95 You'll need to stop by my [support forums](https:// themehybrid.com/board/topics) to see if we can get your site fixed if you managed to lock yourself out. I know that this can be a bit can be a bit scary, but it's not that tough to fix with a little custom code.90 You'll need to stop by my [support forums](https://memberpress.com/plugins/members/support/) to see if we can get your site fixed if you managed to lock yourself out. I know that this can be a bit can be a bit scary, but it's not that tough to fix with a little custom code. 96 91 97 92 == Screenshots == … … 109 104 == Changelog == 110 105 111 The change log is located in the `changelog.md` file in the plugin folder. You may also [view the change log](https://github.com/ justintadlock/members/blob/master/changelog.md) online.106 The change log is located in the `changelog.md` file in the plugin folder. You may also [view the change log](https://github.com/caseproof/members/blob/master/changelog.md) online. -
members/trunk/members.php
r2126126 r2193184 2 2 /** 3 3 * Plugin Name: Members 4 * Plugin URI: https:// themehybrid.com/plugins/members4 * Plugin URI: https://memberpress.com/plugins/members 5 5 * Description: A user and role management plugin that puts you in full control of your site's permissions. This plugin allows you to edit your roles and their capabilities, clone existing roles, assign multiple roles per user, block post content, or even make your site completely private. 6 6 * Version: 2.2.0 7 * Author: Justin Tadlock8 * Author URI: https:// themehybrid.com7 * Author: MemberPress 8 * Author URI: https://memberpress.com 9 9 * Text Domain: members 10 10 * Domain Path: /lang … … 27 27 * @package Members 28 28 * @version 2.2.0 29 * @author Justin Tadlock <justintadlock@gmail.com>30 * @copyright Copyright (c) 200 9 - 2018, Justin Tadlock31 * @link https:// themehybrid.com/plugins/members29 * @author MemberPress <support@memberpress.com> 30 * @copyright Copyright (c) 2004 - 2019, Caseproof 31 * @link https://caseproof.com/plugins/members 32 32 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 33 33 */ -
members/trunk/readme.txt
r2188180 r2193184 1 === Members ===1 === User Role Editor by Members – Best User, Role and Capability Management Plugin for WordPress === 2 2 3 3 Contributors: supercleanse 4 Donate link: https:// themehybrid.com/plugins/members#donate5 Tags: capabilities, roles, members, users4 Donate link: https://memberpress.com/plugins/members 5 Tags: users, roles, editor, security, access, permission, capabilities, members 6 6 Requires at least: 4.7 7 Tested up to: 5. 27 Tested up to: 5.3 8 8 Requires PHP: 5.6 9 9 Stable tag: 2.2.0 … … 31 31 * **Plugin Integration:** Members is highly recommended by other WordPress developers. Many existing plugins integrate their custom roles and caps directly into it. 32 32 33 For more info, visit the [Members plugin home page](https:// themehybrid.com/plugins/members).33 For more info, visit the [Members plugin home page](https://memberpress.com/plugins/members). 34 34 35 35 ### Like this plugin? … … 37 37 The Members plugin is a massive project with 1,000s of lines of code to maintain. A major update can take weeks or months of work. I don't make any money directly from this plugin while other, similar plugins charge substantial fees to even download them or get updates. Please consider helping the cause by: 38 38 39 * [Making a donation](https://themehybrid.com/plugins/members#donate). 40 * [Signing up at my site](https://themehybrid.com/plugins/members). 39 * [Signing up at my site](https://memberpress.com/plugins/members). 41 40 * [Rating the plugin](https://wordpress.org/support/view/plugin-reviews/members?rate=5#postform). 42 43 ### Professional Support44 45 If you need professional plugin support from me, the plugin author, you can access the support forums at [Theme Hybrid](https://themehybrid.com/board/topics), which is a professional WordPress help/support site where I handle support for all my plugins and themes for a community of 75,000+ users (and growing).46 41 47 42 ### Plugin Development 48 43 49 If you're a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it's [GitHub repository](https://github.com/ justintadlock/members).44 If you're a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it's [GitHub repository](https://github.com/caseproof/members). 50 45 51 46 == Installation == … … 69 64 Most things should be fairly straightforward, but I've included an in-depth guide in the plugin download. It's a file called `readme.md` in the plugin folder. 70 65 71 You can also [view the readme](https://github.com/ justintadlock/members/blob/master/readme.md) online.66 You can also [view the readme](https://github.com/caseproof/members/blob/master/readme.md) online. 72 67 73 68 ### Minimum PHP requirements. … … 93 88 Please read the documentation for the plugin before actually using it, especially a plugin that controls permissions for your site. I cannot stress this enough. This is a powerful plugin that allows you to make direct changes to roles and capabilities in the database. 94 89 95 You'll need to stop by my [support forums](https:// themehybrid.com/board/topics) to see if we can get your site fixed if you managed to lock yourself out. I know that this can be a bit can be a bit scary, but it's not that tough to fix with a little custom code.90 You'll need to stop by my [support forums](https://memberpress.com/plugins/members/support/) to see if we can get your site fixed if you managed to lock yourself out. I know that this can be a bit can be a bit scary, but it's not that tough to fix with a little custom code. 96 91 97 92 == Screenshots == … … 109 104 == Changelog == 110 105 111 The change log is located in the `changelog.md` file in the plugin folder. You may also [view the change log](https://github.com/ justintadlock/members/blob/master/changelog.md) online.106 The change log is located in the `changelog.md` file in the plugin folder. You may also [view the change log](https://github.com/caseproof/members/blob/master/changelog.md) online.
Note: See TracChangeset
for help on using the changeset viewer.