Changeset 3067127
- Timestamp:
- 04/08/2024 06:31:10 PM (23 months ago)
- Location:
- memberspace
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.11 (copied) (copied from memberspace/trunk)
-
tags/2.1.11/memberspace.php (modified) (3 diffs)
-
tags/2.1.11/readme.md (modified) (2 diffs)
-
trunk/memberspace.php (modified) (3 diffs)
-
trunk/readme.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
memberspace/tags/2.1.11/memberspace.php
r2990202 r3067127 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.1 07 * Version: 2.1.11 8 8 * Author: MemberSpace 9 9 * Author URI: http://www.memberspace.com/ … … 13 13 * License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 14 * Requires at least: 5.8 15 * Tested up to: 6. 415 * Tested up to: 6.5 16 16 * Requires PHP: 7.4 17 17 * Update URI: https://wordpress.org/plugins/memberspace/ … … 33 33 defined( 'ABSPATH' ) || exit; 34 34 35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.1 0' );36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '202 31106T192825X680880321' );35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.11' ); 36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20240408T183057X906675258' ); 37 37 define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' ); 38 38 -
memberspace/tags/2.1.11/readme.md
r2990202 r3067127 3 3 Tags: membership, members, subscriptions, paid subscriptions, membership plugin 4 4 Requires at least: 5.8 5 Tested up to: 6. 46 Stable tag: 2.1.1 05 Tested up to: 6.5 6 Stable tag: 2.1.11 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 115 115 == Changelog == 116 116 117 = 2.1.11 = 118 119 - Test against WordPress 6.5 120 117 121 = 2.1.10 = 118 122 -
memberspace/trunk/memberspace.php
r2990202 r3067127 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.1 07 * Version: 2.1.11 8 8 * Author: MemberSpace 9 9 * Author URI: http://www.memberspace.com/ … … 13 13 * License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 14 * Requires at least: 5.8 15 * Tested up to: 6. 415 * Tested up to: 6.5 16 16 * Requires PHP: 7.4 17 17 * Update URI: https://wordpress.org/plugins/memberspace/ … … 33 33 defined( 'ABSPATH' ) || exit; 34 34 35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.1 0' );36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '202 31106T192825X680880321' );35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.11' ); 36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20240408T183057X906675258' ); 37 37 define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' ); 38 38 -
memberspace/trunk/readme.md
r2990202 r3067127 3 3 Tags: membership, members, subscriptions, paid subscriptions, membership plugin 4 4 Requires at least: 5.8 5 Tested up to: 6. 46 Stable tag: 2.1.1 05 Tested up to: 6.5 6 Stable tag: 2.1.11 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 115 115 == Changelog == 116 116 117 = 2.1.11 = 118 119 - Test against WordPress 6.5 120 117 121 = 2.1.10 = 118 122
Note: See TracChangeset
for help on using the changeset viewer.