Plugin Directory

Changeset 2863289


Ignore:
Timestamp:
02/10/2023 02:00:33 PM (3 years ago)
Author:
memberspace
Message:

Release MemberSpace plugin v2.1.5

Location:
memberspace
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • memberspace/tags/2.1.5/includes/memberspace.php

    r2817802 r2863289  
    1616    const API_BASE_URI      = 'https://widget.memberspace.com/api/v2';
    1717    const PLUGIN_NAME       = 'MemberSpace';
    18     const SIGNUP_URI        = 'https://www.memberspace.com/signup-wordpress';
     18    const SIGNUP_URI        = 'https://www.memberspace.com/signup';
    1919    const SUPPORT_EMAIL     = 'support@memberspace.com';
    2020    const SUPPORT_URI       = 'https://help.memberspace.com/category/189-wordpress-guides';
  • memberspace/tags/2.1.5/memberspace.php

    r2817802 r2863289  
    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.4
     7 * Version:               2.1.5
    88 * Author:                MemberSpace
    99 * Author URI:            http://www.memberspace.com/
     
    3333defined( 'ABSPATH' ) || exit;
    3434
    35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.4' );
    36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20221114T165519X045827899' );
     35define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.5' );
     36define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230210T140021X221505982' );
    3737define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' );
    3838
  • memberspace/tags/2.1.5/readme.md

    r2817802 r2863289  
    44Requires at least: 5.8
    55Tested up to: 6.1
    6 Stable tag: 2.1.4
     6Stable tag: 2.1.5
    77Requires PHP: 7.4
    88License: GPLv3
     
    121121== Changelog ==
    122122
     123= 2.1.5 =
     124
     125- Update signup url
     126
    123127= 2.1.4 =
    124128
  • memberspace/trunk/includes/memberspace.php

    r2817802 r2863289  
    1616    const API_BASE_URI      = 'https://widget.memberspace.com/api/v2';
    1717    const PLUGIN_NAME       = 'MemberSpace';
    18     const SIGNUP_URI        = 'https://www.memberspace.com/signup-wordpress';
     18    const SIGNUP_URI        = 'https://www.memberspace.com/signup';
    1919    const SUPPORT_EMAIL     = 'support@memberspace.com';
    2020    const SUPPORT_URI       = 'https://help.memberspace.com/category/189-wordpress-guides';
  • memberspace/trunk/memberspace.php

    r2817802 r2863289  
    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.4
     7 * Version:               2.1.5
    88 * Author:                MemberSpace
    99 * Author URI:            http://www.memberspace.com/
     
    3333defined( 'ABSPATH' ) || exit;
    3434
    35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.4' );
    36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20221114T165519X045827899' );
     35define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.5' );
     36define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230210T140021X221505982' );
    3737define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' );
    3838
  • memberspace/trunk/readme.md

    r2817802 r2863289  
    44Requires at least: 5.8
    55Tested up to: 6.1
    6 Stable tag: 2.1.4
     6Stable tag: 2.1.5
    77Requires PHP: 7.4
    88License: GPLv3
     
    121121== Changelog ==
    122122
     123= 2.1.5 =
     124
     125- Update signup url
     126
    123127= 2.1.4 =
    124128
Note: See TracChangeset for help on using the changeset viewer.