Plugin Directory

Changeset 2193184


Ignore:
Timestamp:
11/14/2019 10:01:47 PM (6 years ago)
Author:
supercleanse
Message:

Updated links and some verbiage to reflect Caseproof becoming the new maintainer of Members

Location:
members
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • members/tags/2.2.0/members.php

    r2126126 r2193184  
    22/**
    33 * Plugin Name: Members
    4  * Plugin URI:  https://themehybrid.com/plugins/members
     4 * Plugin URI:  https://memberpress.com/plugins/members
    55 * 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.
    66 * Version:     2.2.0
    7  * Author:      Justin Tadlock
    8  * Author URI:  https://themehybrid.com
     7 * Author:      MemberPress
     8 * Author URI:  https://memberpress.com
    99 * Text Domain: members
    1010 * Domain Path: /lang
     
    2727 * @package   Members
    2828 * @version   2.2.0
    29  * @author    Justin Tadlock <justintadlock@gmail.com>
    30  * @copyright Copyright (c) 2009 - 2018, Justin Tadlock
    31  * @link      https://themehybrid.com/plugins/members
     29 * @author    MemberPress <support@memberpress.com>
     30 * @copyright Copyright (c) 2004 - 2019, Caseproof
     31 * @link      https://caseproof.com/plugins/members
    3232 * @license   http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    3333 */
  • 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 ===
    22
    33Contributors: supercleanse
    4 Donate link: https://themehybrid.com/plugins/members#donate
    5 Tags: capabilities, roles, members, users
     4Donate link: https://memberpress.com/plugins/members
     5Tags: users, roles, editor, security, access, permission, capabilities, members
    66Requires at least: 4.7
    7 Tested up to: 5.2
     7Tested up to: 5.3
    88Requires PHP: 5.6
    99Stable tag: 2.2.0
     
    3131* **Plugin Integration:** Members is highly recommended by  other WordPress developers. Many existing plugins integrate their custom roles and caps directly into it.
    3232
    33 For more info, visit the [Members plugin home page](https://themehybrid.com/plugins/members).
     33For more info, visit the [Members plugin home page](https://memberpress.com/plugins/members).
    3434
    3535### Like this plugin?
     
    3737The 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:
    3838
    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).
    4140* [Rating the plugin](https://wordpress.org/support/view/plugin-reviews/members?rate=5#postform).
    42 
    43 ### Professional Support
    44 
    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).
    4641
    4742### Plugin Development
    4843
    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).
     44If 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).
    5045
    5146== Installation ==
     
    6964Most 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.
    7065
    71 You can also [view the readme](https://github.com/justintadlock/members/blob/master/readme.md) online.
     66You can also [view the readme](https://github.com/caseproof/members/blob/master/readme.md) online.
    7267
    7368### Minimum PHP requirements.
     
    9388Please 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.
    9489
    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.
     90You'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.
    9691
    9792== Screenshots ==
     
    109104== Changelog ==
    110105
    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.
     106The 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  
    22/**
    33 * Plugin Name: Members
    4  * Plugin URI:  https://themehybrid.com/plugins/members
     4 * Plugin URI:  https://memberpress.com/plugins/members
    55 * 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.
    66 * Version:     2.2.0
    7  * Author:      Justin Tadlock
    8  * Author URI:  https://themehybrid.com
     7 * Author:      MemberPress
     8 * Author URI:  https://memberpress.com
    99 * Text Domain: members
    1010 * Domain Path: /lang
     
    2727 * @package   Members
    2828 * @version   2.2.0
    29  * @author    Justin Tadlock <justintadlock@gmail.com>
    30  * @copyright Copyright (c) 2009 - 2018, Justin Tadlock
    31  * @link      https://themehybrid.com/plugins/members
     29 * @author    MemberPress <support@memberpress.com>
     30 * @copyright Copyright (c) 2004 - 2019, Caseproof
     31 * @link      https://caseproof.com/plugins/members
    3232 * @license   http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    3333 */
  • members/trunk/readme.txt

    r2188180 r2193184  
    1 === Members ===
     1=== User Role Editor by Members – Best User, Role and Capability Management Plugin for WordPress ===
    22
    33Contributors: supercleanse
    4 Donate link: https://themehybrid.com/plugins/members#donate
    5 Tags: capabilities, roles, members, users
     4Donate link: https://memberpress.com/plugins/members
     5Tags: users, roles, editor, security, access, permission, capabilities, members
    66Requires at least: 4.7
    7 Tested up to: 5.2
     7Tested up to: 5.3
    88Requires PHP: 5.6
    99Stable tag: 2.2.0
     
    3131* **Plugin Integration:** Members is highly recommended by  other WordPress developers. Many existing plugins integrate their custom roles and caps directly into it.
    3232
    33 For more info, visit the [Members plugin home page](https://themehybrid.com/plugins/members).
     33For more info, visit the [Members plugin home page](https://memberpress.com/plugins/members).
    3434
    3535### Like this plugin?
     
    3737The 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:
    3838
    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).
    4140* [Rating the plugin](https://wordpress.org/support/view/plugin-reviews/members?rate=5#postform).
    42 
    43 ### Professional Support
    44 
    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).
    4641
    4742### Plugin Development
    4843
    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).
     44If 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).
    5045
    5146== Installation ==
     
    6964Most 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.
    7065
    71 You can also [view the readme](https://github.com/justintadlock/members/blob/master/readme.md) online.
     66You can also [view the readme](https://github.com/caseproof/members/blob/master/readme.md) online.
    7267
    7368### Minimum PHP requirements.
     
    9388Please 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.
    9489
    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.
     90You'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.
    9691
    9792== Screenshots ==
     
    109104== Changelog ==
    110105
    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.
     106The 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.