Changeset 2863289
- Timestamp:
- 02/10/2023 02:00:33 PM (3 years ago)
- Location:
- memberspace
- Files:
-
- 6 edited
- 1 copied
-
tags/2.1.5 (copied) (copied from memberspace/trunk)
-
tags/2.1.5/includes/memberspace.php (modified) (1 diff)
-
tags/2.1.5/memberspace.php (modified) (2 diffs)
-
tags/2.1.5/readme.md (modified) (2 diffs)
-
trunk/includes/memberspace.php (modified) (1 diff)
-
trunk/memberspace.php (modified) (2 diffs)
-
trunk/readme.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
memberspace/tags/2.1.5/includes/memberspace.php
r2817802 r2863289 16 16 const API_BASE_URI = 'https://widget.memberspace.com/api/v2'; 17 17 const PLUGIN_NAME = 'MemberSpace'; 18 const SIGNUP_URI = 'https://www.memberspace.com/signup -wordpress';18 const SIGNUP_URI = 'https://www.memberspace.com/signup'; 19 19 const SUPPORT_EMAIL = 'support@memberspace.com'; 20 20 const SUPPORT_URI = 'https://help.memberspace.com/category/189-wordpress-guides'; -
memberspace/tags/2.1.5/memberspace.php
r2817802 r2863289 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. 47 * Version: 2.1.5 8 8 * Author: MemberSpace 9 9 * Author URI: http://www.memberspace.com/ … … 33 33 defined( 'ABSPATH' ) || exit; 34 34 35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1. 4' );36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '202 21114T165519X045827899' );35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.5' ); 36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230210T140021X221505982' ); 37 37 define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' ); 38 38 -
memberspace/tags/2.1.5/readme.md
r2817802 r2863289 4 4 Requires at least: 5.8 5 5 Tested up to: 6.1 6 Stable tag: 2.1. 46 Stable tag: 2.1.5 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 121 121 == Changelog == 122 122 123 = 2.1.5 = 124 125 - Update signup url 126 123 127 = 2.1.4 = 124 128 -
memberspace/trunk/includes/memberspace.php
r2817802 r2863289 16 16 const API_BASE_URI = 'https://widget.memberspace.com/api/v2'; 17 17 const PLUGIN_NAME = 'MemberSpace'; 18 const SIGNUP_URI = 'https://www.memberspace.com/signup -wordpress';18 const SIGNUP_URI = 'https://www.memberspace.com/signup'; 19 19 const SUPPORT_EMAIL = 'support@memberspace.com'; 20 20 const SUPPORT_URI = 'https://help.memberspace.com/category/189-wordpress-guides'; -
memberspace/trunk/memberspace.php
r2817802 r2863289 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. 47 * Version: 2.1.5 8 8 * Author: MemberSpace 9 9 * Author URI: http://www.memberspace.com/ … … 33 33 defined( 'ABSPATH' ) || exit; 34 34 35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1. 4' );36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '202 21114T165519X045827899' );35 define( 'MEMBERSPACE_PLUGIN_VERSION', '2.1.5' ); 36 define( 'MEMBERSPACE_PLUGIN_BUILD_ID', '20230210T140021X221505982' ); 37 37 define( 'MEMBERSPACE_PLUGIN_MIN_PHP_VERSION', '7.4' ); 38 38 -
memberspace/trunk/readme.md
r2817802 r2863289 4 4 Requires at least: 5.8 5 5 Tested up to: 6.1 6 Stable tag: 2.1. 46 Stable tag: 2.1.5 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 121 121 == Changelog == 122 122 123 = 2.1.5 = 124 125 - Update signup url 126 123 127 = 2.1.4 = 124 128
Note: See TracChangeset
for help on using the changeset viewer.