Plugin Directory

Changeset 2743051


Ignore:
Timestamp:
06/15/2022 05:22:27 PM (4 years ago)
Author:
memberspace
Message:

Release MemberSpace plugin v1.1.1

Location:
memberspace
Files:
4 edited
1 copied

Legend:

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

    r2741879 r2743051  
    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:               1.1.0
     7 * Version:               1.1.1
    88 * Author:                MemberSpace
    99 * Author URI:            http://www.memberspace.com/
     
    3333defined( 'ABSPATH' ) || exit;
    3434
    35 define( 'MEMBERSPACE_PLUGIN_VERSION', '1.1.0' );
    36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20220613T203226X801442173' );
     35define( 'MEMBERSPACE_PLUGIN_VERSION', '1.1.1' );
     36define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20220615T172219X912093155' );
    3737
    3838require_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 ===
    22Contributors: MemberSpace
    33Tags: members, memberships, subscriptions, ecommerce, user registration, login form, user profile
    44Requires at least: 5.8
    55Tested up to: 6.0
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 5.2.4
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
    1010
    11 MemberSpace is a powerful WordPress membership plugin that makes it easy to create membership sites and sell digital Content with no technical skills.
     11MemberSpace is a powerful WordPress membership plugin that makes it easy to create membership sites and sell paid subscriptions.
    1212
    1313== Description ==
     
    1515Simply 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.
    1616
    17 [![Video Overview](/video-overview)](https://youtu.be/4qjB9X2-yZs)
     17[youtube https://youtu.be/4qjB9X2-yZs]
    1818
    1919# Why Choose MemberSpace?
     
    4343You 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.
    4444
    45 # Features
     45# Membership Plugin Features
    4646
    4747**📈 Optimize and grow your revenue**
     
    5959**⚡️ Offer flexible plans and billing**
    6060
     61- Paid Subscriptions
    6162- Recurring, Multiple or One-Time Payment Options
    6263- Free Trial Periods
     
    124125== Changelog ==
    125126
     127= 1.1.1 =
     128
     129- Update readme
     130
    126131= 1.1.0 =
    127132
  • memberspace/trunk/memberspace.php

    r2741879 r2743051  
    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:               1.1.0
     7 * Version:               1.1.1
    88 * Author:                MemberSpace
    99 * Author URI:            http://www.memberspace.com/
     
    3333defined( 'ABSPATH' ) || exit;
    3434
    35 define( 'MEMBERSPACE_PLUGIN_VERSION', '1.1.0' );
    36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20220613T203226X801442173' );
     35define( 'MEMBERSPACE_PLUGIN_VERSION', '1.1.1' );
     36define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20220615T172219X912093155' );
    3737
    3838require_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 ===
    22Contributors: MemberSpace
    33Tags: members, memberships, subscriptions, ecommerce, user registration, login form, user profile
    44Requires at least: 5.8
    55Tested up to: 6.0
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 5.2.4
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
    1010
    11 MemberSpace is a powerful WordPress membership plugin that makes it easy to create membership sites and sell digital Content with no technical skills.
     11MemberSpace is a powerful WordPress membership plugin that makes it easy to create membership sites and sell paid subscriptions.
    1212
    1313== Description ==
     
    1515Simply 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.
    1616
    17 [![Video Overview](/video-overview)](https://youtu.be/4qjB9X2-yZs)
     17[youtube https://youtu.be/4qjB9X2-yZs]
    1818
    1919# Why Choose MemberSpace?
     
    4343You 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.
    4444
    45 # Features
     45# Membership Plugin Features
    4646
    4747**📈 Optimize and grow your revenue**
     
    5959**⚡️ Offer flexible plans and billing**
    6060
     61- Paid Subscriptions
    6162- Recurring, Multiple or One-Time Payment Options
    6263- Free Trial Periods
     
    124125== Changelog ==
    125126
     127= 1.1.1 =
     128
     129- Update readme
     130
    126131= 1.1.0 =
    127132
Note: See TracChangeset for help on using the changeset viewer.