Changeset 2743051
- Timestamp:
- 06/15/2022 05:22:27 PM (4 years ago)
- Location:
- memberspace
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from memberspace/trunk)
-
tags/1.1.1/memberspace.php (modified) (2 diffs)
-
tags/1.1.1/readme.md (modified) (5 diffs)
-
trunk/memberspace.php (modified) (2 diffs)
-
trunk/readme.md (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
memberspace/tags/1.1.1/memberspace.php
r2741879 r2743051 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: 1.1. 07 * Version: 1.1.1 8 8 * Author: MemberSpace 9 9 * Author URI: http://www.memberspace.com/ … … 33 33 defined( 'ABSPATH' ) || exit; 34 34 35 define( 'MEMBERSPACE_PLUGIN_VERSION', '1.1. 0' );36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '2022061 3T203226X801442173' );35 define( 'MEMBERSPACE_PLUGIN_VERSION', '1.1.1' ); 36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20220615T172219X912093155' ); 37 37 38 38 require_once plugin_dir_path( __FILE__ ) . 'includes/memberspace.php'; -
memberspace/tags/1.1.1/readme.md
r2741879 r2743051 1 === MemberSpace ===1 === MemberSpace - Membership Plugin, Content Restriction, and Paid Subscriptions === 2 2 Contributors: MemberSpace 3 3 Tags: members, memberships, subscriptions, ecommerce, user registration, login form, user profile 4 4 Requires at least: 5.8 5 5 Tested up to: 6.0 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 5.2.4 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html 10 10 11 MemberSpace is a powerful WordPress membership plugin that makes it easy to create membership sites and sell digital Content with no technical skills.11 MemberSpace is a powerful WordPress membership plugin that makes it easy to create membership sites and sell paid subscriptions. 12 12 13 13 == Description == … … 15 15 Simply lock access to any page of your website then choose what people pay to get in. Create memberships for anything you want e.g. courses, video tutorials, member directories, and more while having 100% control over the look and feel. 16 16 17 [ ](https://youtu.be/4qjB9X2-yZs)17 [youtube https://youtu.be/4qjB9X2-yZs] 18 18 19 19 # Why Choose MemberSpace? … … 43 43 You don't have to build your membership business on your own. We'll provide you access to our private community where you can connect with other MemberSpace customers building and growing a membership business. You can ask questions, get feedback, and learn best practices. 44 44 45 # Features45 # Membership Plugin Features 46 46 47 47 **📈 Optimize and grow your revenue** … … 59 59 **⚡️ Offer flexible plans and billing** 60 60 61 - Paid Subscriptions 61 62 - Recurring, Multiple or One-Time Payment Options 62 63 - Free Trial Periods … … 124 125 == Changelog == 125 126 127 = 1.1.1 = 128 129 - Update readme 130 126 131 = 1.1.0 = 127 132 -
memberspace/trunk/memberspace.php
r2741879 r2743051 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: 1.1. 07 * Version: 1.1.1 8 8 * Author: MemberSpace 9 9 * Author URI: http://www.memberspace.com/ … … 33 33 defined( 'ABSPATH' ) || exit; 34 34 35 define( 'MEMBERSPACE_PLUGIN_VERSION', '1.1. 0' );36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '2022061 3T203226X801442173' );35 define( 'MEMBERSPACE_PLUGIN_VERSION', '1.1.1' ); 36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20220615T172219X912093155' ); 37 37 38 38 require_once plugin_dir_path( __FILE__ ) . 'includes/memberspace.php'; -
memberspace/trunk/readme.md
r2741879 r2743051 1 === MemberSpace ===1 === MemberSpace - Membership Plugin, Content Restriction, and Paid Subscriptions === 2 2 Contributors: MemberSpace 3 3 Tags: members, memberships, subscriptions, ecommerce, user registration, login form, user profile 4 4 Requires at least: 5.8 5 5 Tested up to: 6.0 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 5.2.4 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html 10 10 11 MemberSpace is a powerful WordPress membership plugin that makes it easy to create membership sites and sell digital Content with no technical skills.11 MemberSpace is a powerful WordPress membership plugin that makes it easy to create membership sites and sell paid subscriptions. 12 12 13 13 == Description == … … 15 15 Simply lock access to any page of your website then choose what people pay to get in. Create memberships for anything you want e.g. courses, video tutorials, member directories, and more while having 100% control over the look and feel. 16 16 17 [ ](https://youtu.be/4qjB9X2-yZs)17 [youtube https://youtu.be/4qjB9X2-yZs] 18 18 19 19 # Why Choose MemberSpace? … … 43 43 You don't have to build your membership business on your own. We'll provide you access to our private community where you can connect with other MemberSpace customers building and growing a membership business. You can ask questions, get feedback, and learn best practices. 44 44 45 # Features45 # Membership Plugin Features 46 46 47 47 **📈 Optimize and grow your revenue** … … 59 59 **⚡️ Offer flexible plans and billing** 60 60 61 - Paid Subscriptions 61 62 - Recurring, Multiple or One-Time Payment Options 62 63 - Free Trial Periods … … 124 125 == Changelog == 125 126 127 = 1.1.1 = 128 129 - Update readme 130 126 131 = 1.1.0 = 127 132
Note: See TracChangeset
for help on using the changeset viewer.