Plugin Directory

Changeset 200383


Ignore:
Timestamp:
02/01/2010 05:10:35 AM (16 years ago)
Author:
jonbyrd
Message:
 
Location:
membership-subscription-management/trunk/byrd_rolessubscriptions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • membership-subscription-management/trunk/byrd_rolessubscriptions/index.php

    r195465 r200383  
    44 * Plugin URI: http://www.jonathonbyrd.com
    55 * Description: This simple wordpress plugin is designed to manage user role subscriptions. You may charge differently for all roles and manage their subscription periods.
    6  * Version: 1.5.0
     6 * Version: 1.5.1
    77 * Date: December 20th, 2009
    88 * Author: Jonathon Byrd
  • membership-subscription-management/trunk/byrd_rolessubscriptions/ipn.php

    r195465 r200383  
    6565                $this->payer_email,
    6666                'Subscription Account Created',
    67                 ROL.DS.'mail_signup.php', false ,true
     67                ROLES.DS.'mail_signup.php', false ,true
    6868            );
    6969           
     
    7474                $this->payer_email,
    7575                'Subscription Account Renewed',
    76                 ROL.DS.'mail_renewed.php', false ,true
     76                ROLES.DS.'mail_renewed.php', false ,true
    7777            );
    7878        }
  • membership-subscription-management/trunk/byrd_rolessubscriptions/readme.txt

    r195465 r200383  
    55Requires at least: 2.0
    66Tested up to: 3.0
    7 Stable tag: 1.5.0
     7Stable tag: 1.5.1
    88
    99Plugin Manages user subscriptions by creating and deleting user accounts while managing their payments.
Note: See TracChangeset for help on using the changeset viewer.