Plugin Directory

Changeset 2869474


Ignore:
Timestamp:
02/22/2023 03:21:34 PM (3 years ago)
Author:
memberspace
Message:

Release MemberSpace plugin v2.1.6

Location:
memberspace
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • memberspace/tags/2.1.6/memberspace.php

    r2863289 r2869474  
    55 * Plugin URI:            http://www.memberspace.com/
    66 * Description:           The official MemberSpace plugin allows you to protect your WordPress content using MemberSpace memberships.
    7  * Version:               2.1.5
     7 * Version:               2.1.6
    88 * Author:                MemberSpace
    99 * Author URI:            http://www.memberspace.com/
     
    3333defined( 'ABSPATH' ) || exit;
    3434
    35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.5' );
    36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230210T140021X221505982' );
     35define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.6' );
     36define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230222T152126X724766714' );
    3737define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' );
    3838
  • memberspace/tags/2.1.6/readme.md

    r2863289 r2869474  
    44Requires at least: 5.8
    55Tested up to: 6.1
    6 Stable tag: 2.1.5
     6Stable tag: 2.1.6
    77Requires PHP: 7.4
    88License: GPLv3
     
    9494The fee creates a powerful incentive - we want you to make as much money as possible! The better you do, the better we do. That's why we continually release new features to help you grow. We also help you offset the fee by automatically recovering all your failed recurring charges and abandoned member signups. In addition, we provide cancellation alternatives you can turn on for members (e.g. apply a discount, extend trial). Say your membership generates $20K/year, we'll likely recover about 5% ($1,000) for you in extra revenue.
    9595
    96 =What's the difference between a paying and non-paying member?=
    97 A paying member is someone who joins a paid plan you create and pays you (either one time or recurring subscription) for access to your membership. A non-paying member is someone who joins a free plan you create and does not pay you for access to your membership.
    98 
    9996=Can I change or cancel my plan whenever I want?=
    10097Yes, you can upgrade/downgrade between plans whenever you want and we'll automatically handle the prorated charge or credit. You can also cancel your plan whenever you want.
     
    10299=How do I collect money from my members?=
    103100We integrate with Stripe for secure credit card payments. After you connect your Stripe account to MemberSpace (1-click), you'll create subscription plans. After your members sign up and pay for your plans, you'll receive the money (minus any MemberSpace & Stripe fees) in your bank account. This usually takes two business days.
    104 
    105 =Can I connect MemberSpace to multiple websites?=
    106 Yes, you can connect up to 2 websites on our [Growing plan](http://www.memberspace.com/pricing) and up to 3 on our [Advanced plan](http://www.memberspace.com/pricing). If you need more than 3 connected websites please email support@memberspace.com to chat about custom pricing options.
    107101
    108102=Does MemberSpace work well for web design agencies?=
     
    120114
    121115== Changelog ==
     116
     117= 2.1.6 =
     118
     119- Update readme
    122120
    123121= 2.1.5 =
  • memberspace/trunk/memberspace.php

    r2863289 r2869474  
    55 * Plugin URI:            http://www.memberspace.com/
    66 * Description:           The official MemberSpace plugin allows you to protect your WordPress content using MemberSpace memberships.
    7  * Version:               2.1.5
     7 * Version:               2.1.6
    88 * Author:                MemberSpace
    99 * Author URI:            http://www.memberspace.com/
     
    3333defined( 'ABSPATH' ) || exit;
    3434
    35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.5' );
    36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230210T140021X221505982' );
     35define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.6' );
     36define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230222T152126X724766714' );
    3737define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' );
    3838
  • memberspace/trunk/readme.md

    r2863289 r2869474  
    44Requires at least: 5.8
    55Tested up to: 6.1
    6 Stable tag: 2.1.5
     6Stable tag: 2.1.6
    77Requires PHP: 7.4
    88License: GPLv3
     
    9494The fee creates a powerful incentive - we want you to make as much money as possible! The better you do, the better we do. That's why we continually release new features to help you grow. We also help you offset the fee by automatically recovering all your failed recurring charges and abandoned member signups. In addition, we provide cancellation alternatives you can turn on for members (e.g. apply a discount, extend trial). Say your membership generates $20K/year, we'll likely recover about 5% ($1,000) for you in extra revenue.
    9595
    96 =What's the difference between a paying and non-paying member?=
    97 A paying member is someone who joins a paid plan you create and pays you (either one time or recurring subscription) for access to your membership. A non-paying member is someone who joins a free plan you create and does not pay you for access to your membership.
    98 
    9996=Can I change or cancel my plan whenever I want?=
    10097Yes, you can upgrade/downgrade between plans whenever you want and we'll automatically handle the prorated charge or credit. You can also cancel your plan whenever you want.
     
    10299=How do I collect money from my members?=
    103100We integrate with Stripe for secure credit card payments. After you connect your Stripe account to MemberSpace (1-click), you'll create subscription plans. After your members sign up and pay for your plans, you'll receive the money (minus any MemberSpace & Stripe fees) in your bank account. This usually takes two business days.
    104 
    105 =Can I connect MemberSpace to multiple websites?=
    106 Yes, you can connect up to 2 websites on our [Growing plan](http://www.memberspace.com/pricing) and up to 3 on our [Advanced plan](http://www.memberspace.com/pricing). If you need more than 3 connected websites please email support@memberspace.com to chat about custom pricing options.
    107101
    108102=Does MemberSpace work well for web design agencies?=
     
    120114
    121115== Changelog ==
     116
     117= 2.1.6 =
     118
     119- Update readme
    122120
    123121= 2.1.5 =
Note: See TracChangeset for help on using the changeset viewer.