Changeset 2869474
- Timestamp:
- 02/22/2023 03:21:34 PM (3 years ago)
- Location:
- memberspace
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.6 (copied) (copied from memberspace/trunk)
-
tags/2.1.6/memberspace.php (modified) (2 diffs)
-
tags/2.1.6/readme.md (modified) (4 diffs)
-
trunk/memberspace.php (modified) (2 diffs)
-
trunk/readme.md (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
memberspace/tags/2.1.6/memberspace.php
r2863289 r2869474 5 5 * Plugin URI: http://www.memberspace.com/ 6 6 * Description: The official MemberSpace plugin allows you to protect your WordPress content using MemberSpace memberships. 7 * Version: 2.1. 57 * Version: 2.1.6 8 8 * Author: MemberSpace 9 9 * Author URI: http://www.memberspace.com/ … … 33 33 defined( 'ABSPATH' ) || exit; 34 34 35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1. 5' );36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '202302 10T140021X221505982' );35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.6' ); 36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230222T152126X724766714' ); 37 37 define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' ); 38 38 -
memberspace/tags/2.1.6/readme.md
r2863289 r2869474 4 4 Requires at least: 5.8 5 5 Tested up to: 6.1 6 Stable tag: 2.1. 56 Stable tag: 2.1.6 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 94 94 The 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. 95 95 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 99 96 =Can I change or cancel my plan whenever I want?= 100 97 Yes, 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. … … 102 99 =How do I collect money from my members?= 103 100 We 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.107 101 108 102 =Does MemberSpace work well for web design agencies?= … … 120 114 121 115 == Changelog == 116 117 = 2.1.6 = 118 119 - Update readme 122 120 123 121 = 2.1.5 = -
memberspace/trunk/memberspace.php
r2863289 r2869474 5 5 * Plugin URI: http://www.memberspace.com/ 6 6 * Description: The official MemberSpace plugin allows you to protect your WordPress content using MemberSpace memberships. 7 * Version: 2.1. 57 * Version: 2.1.6 8 8 * Author: MemberSpace 9 9 * Author URI: http://www.memberspace.com/ … … 33 33 defined( 'ABSPATH' ) || exit; 34 34 35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1. 5' );36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '202302 10T140021X221505982' );35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.6' ); 36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230222T152126X724766714' ); 37 37 define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' ); 38 38 -
memberspace/trunk/readme.md
r2863289 r2869474 4 4 Requires at least: 5.8 5 5 Tested up to: 6.1 6 Stable tag: 2.1. 56 Stable tag: 2.1.6 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 94 94 The 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. 95 95 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 99 96 =Can I change or cancel my plan whenever I want?= 100 97 Yes, 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. … … 102 99 =How do I collect money from my members?= 103 100 We 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.107 101 108 102 =Does MemberSpace work well for web design agencies?= … … 120 114 121 115 == Changelog == 116 117 = 2.1.6 = 118 119 - Update readme 122 120 123 121 = 2.1.5 =
Note: See TracChangeset
for help on using the changeset viewer.