Changeset 200383
- Timestamp:
- 02/01/2010 05:10:35 AM (16 years ago)
- Location:
- membership-subscription-management/trunk/byrd_rolessubscriptions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
membership-subscription-management/trunk/byrd_rolessubscriptions/index.php
r195465 r200383 4 4 * Plugin URI: http://www.jonathonbyrd.com 5 5 * 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. 06 * Version: 1.5.1 7 7 * Date: December 20th, 2009 8 8 * Author: Jonathon Byrd -
membership-subscription-management/trunk/byrd_rolessubscriptions/ipn.php
r195465 r200383 65 65 $this->payer_email, 66 66 'Subscription Account Created', 67 ROL .DS.'mail_signup.php', false ,true67 ROLES.DS.'mail_signup.php', false ,true 68 68 ); 69 69 … … 74 74 $this->payer_email, 75 75 'Subscription Account Renewed', 76 ROL .DS.'mail_renewed.php', false ,true76 ROLES.DS.'mail_renewed.php', false ,true 77 77 ); 78 78 } -
membership-subscription-management/trunk/byrd_rolessubscriptions/readme.txt
r195465 r200383 5 5 Requires at least: 2.0 6 6 Tested up to: 3.0 7 Stable tag: 1.5. 07 Stable tag: 1.5.1 8 8 9 9 Plugin Manages user subscriptions by creating and deleting user accounts while managing their payments.
Note: See TracChangeset
for help on using the changeset viewer.