Plugin Directory

Changeset 3067127


Ignore:
Timestamp:
04/08/2024 06:31:10 PM (23 months ago)
Author:
memberspace
Message:

Release MemberSpace plugin v2.1.11

Location:
memberspace
Files:
4 edited
1 copied

Legend:

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

    r2990202 r3067127  
    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.10
     7 * Version:               2.1.11
    88 * Author:                MemberSpace
    99 * Author URI:            http://www.memberspace.com/
     
    1313 * License URI:           http://www.gnu.org/licenses/gpl-3.0.html
    1414 * Requires at least:     5.8
    15  * Tested up to:          6.4
     15 * Tested up to:          6.5
    1616 * Requires PHP:          7.4
    1717 * Update URI:            https://wordpress.org/plugins/memberspace/
     
    3333defined( 'ABSPATH' ) || exit;
    3434
    35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.10' );
    36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20231106T192825X680880321' );
     35define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.11' );
     36define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20240408T183057X906675258' );
    3737define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' );
    3838
  • memberspace/tags/2.1.11/readme.md

    r2990202 r3067127  
    33Tags: membership, members, subscriptions, paid subscriptions, membership plugin
    44Requires at least: 5.8
    5 Tested up to: 6.4
    6 Stable tag: 2.1.10
     5Tested up to: 6.5
     6Stable tag: 2.1.11
    77Requires PHP: 7.4
    88License: GPLv3
     
    115115== Changelog ==
    116116
     117= 2.1.11 =
     118
     119- Test against WordPress 6.5
     120
    117121= 2.1.10 =
    118122
  • memberspace/trunk/memberspace.php

    r2990202 r3067127  
    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.10
     7 * Version:               2.1.11
    88 * Author:                MemberSpace
    99 * Author URI:            http://www.memberspace.com/
     
    1313 * License URI:           http://www.gnu.org/licenses/gpl-3.0.html
    1414 * Requires at least:     5.8
    15  * Tested up to:          6.4
     15 * Tested up to:          6.5
    1616 * Requires PHP:          7.4
    1717 * Update URI:            https://wordpress.org/plugins/memberspace/
     
    3333defined( 'ABSPATH' ) || exit;
    3434
    35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.10' );
    36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20231106T192825X680880321' );
     35define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.11' );
     36define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20240408T183057X906675258' );
    3737define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' );
    3838
  • memberspace/trunk/readme.md

    r2990202 r3067127  
    33Tags: membership, members, subscriptions, paid subscriptions, membership plugin
    44Requires at least: 5.8
    5 Tested up to: 6.4
    6 Stable tag: 2.1.10
     5Tested up to: 6.5
     6Stable tag: 2.1.11
    77Requires PHP: 7.4
    88License: GPLv3
     
    115115== Changelog ==
    116116
     117= 2.1.11 =
     118
     119- Test against WordPress 6.5
     120
    117121= 2.1.10 =
    118122
Note: See TracChangeset for help on using the changeset viewer.