diff --git a/CHANGELOG.md b/CHANGELOG.md index 3394b093..6b22b49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ -= v170126-RC = += v170221 = - (s2Member/s2Member Pro) **JW Player v7:** This release adds support for JW Player v7 in the `[s2Stream /]` shortcode. See [Issue #774](https://github.com/websharks/s2member/issues/774). + - (s2Member Pro) **Bug Fix:** Allow Pro-Forms to use `success="%%sp_access_url%%"` without issue. See [Issue #1024](https://github.com/websharks/s2member/issues/1024). + - (s2Member/s2Member Pro) **AWS Region:** Adding AWS region `ap-northeast-2`. See [Issue #1033](https://github.com/websharks/s2member/issues/1033). + - (s2Member/s2Member Pro) **AWS Region:** Adding AWS region `eu-west-2`. See [Issue #1033](https://github.com/websharks/s2member/issues/1033). + - (s2Member) **Bug Fix:** This release corrects a minor server-side validation bug that was related to the use of non-personal email address. See [Thread #1195](https://forums.wpsharks.com/t/bugfix-file-custom-reg-fields-inc-php-missing-bracket/1195) and [Issue #1054](https://github.com/websharks/s2member/issues/1054). + - (s2Member) **Bug Fix:** Updated several outdated links within the software; e.g., removing older `www.` references, correcting forum links, and more. Also corrected missing changelog. See [Issue #1027](https://github.com/websharks/s2member/issues/1027). + - (s2Member Pro) **Pro Upgrader:** The pro upgrader has been refactored and now asks for your s2Member Pro License Key instead of your s2Member.com password. The next time you upgrade to the most recent version of s2Member Pro, you will be asked for your License Key. You can obtain your License Key by logging into your account at s2Member.com. Once logged in, visit your 'My Account' page, where you will find your License Key right at the top. See [Issue #668](https://github.com/websharks/s2member/issues/668). + - (s2Member/s2Member Pro) **CloudFlare Compat.:** Enhancing compatibility with Rocket Loader via `data-cfasync="false"` on dynamic s2Member scripts. See: [Issue #1038](https://github.com/websharks/s2member/issues/1038). = v161129 = diff --git a/readme.txt b/readme.txt index 50b0436b..afc9529d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === s2Member Framework (Member Roles, Capabilities, Membership, PayPal Members) === -Version: 170126-RC -Stable tag: 170126-RC +Version: 170221 +Stable tag: 170221 SSL Compatible: yes bbPress® Compatible: yes @@ -21,7 +21,7 @@ Tested up to: 4.8-alpha Requires at least: 4.2 Requires PHP: 5.2 -Tested up to PHP: 7.0.14 +Tested up to PHP: 7.0.15 Copyright: © 2009 WebSharks, Inc. License: GNU General Public License v2 or later. @@ -40,7 +40,7 @@ Forum URI: http://s2member.com/r/forum/ Plugin URI: http://s2member.com/ Privacy URI: http://s2member.com/privacy-policy/ Changelog URI: http://s2member.com/changelog/ -Video Tutorials: http://s2member.com/videos/ +Video Tutorials: http://s2member.com/r/s2member-videos/ Knowledge Base: http://s2member.com/kb/ Newsletter: http://s2member.com/r/subscribe/ PayPal Pro Integration: http://s2member.com/r/pp-account-types/ @@ -171,6 +171,24 @@ Released under the terms of the [GNU General Public License](http://www.gnu.org/ == Changelog == += v170221 = + +- (s2Member/s2Member Pro) **JW Player v7:** This release adds support for JW Player v7 in the `[s2Stream /]` shortcode. See [Issue #774](https://github.com/websharks/s2member/issues/774). + +- (s2Member Pro) **Bug Fix:** Allow Pro-Forms to use `success="%%sp_access_url%%"` without issue. See [Issue #1024](https://github.com/websharks/s2member/issues/1024). + +- (s2Member/s2Member Pro) **AWS Region:** Adding AWS region `ap-northeast-2`. See [Issue #1033](https://github.com/websharks/s2member/issues/1033). + +- (s2Member/s2Member Pro) **AWS Region:** Adding AWS region `eu-west-2`. See [Issue #1033](https://github.com/websharks/s2member/issues/1033). + +- (s2Member) **Bug Fix:** This release corrects a minor server-side validation bug that was related to the use of non-personal email address. See [Thread #1195](https://forums.wpsharks.com/t/bugfix-file-custom-reg-fields-inc-php-missing-bracket/1195) and [Issue #1054](https://github.com/websharks/s2member/issues/1054). + +- (s2Member) **Bug Fix:** Updated several outdated links within the software; e.g., removing older `www.` references, correcting forum links, and more. Also corrected missing changelog. See [Issue #1027](https://github.com/websharks/s2member/issues/1027). + +- (s2Member Pro) **Pro Upgrader:** The pro upgrader has been refactored and now asks for your s2Member Pro License Key instead of your s2Member.com password. The next time you upgrade to the most recent version of s2Member Pro, you will be asked for your License Key. You can obtain your License Key by logging into your account at s2Member.com. Once logged in, visit your 'My Account' page, where you will find your License Key right at the top. See [Issue #668](https://github.com/websharks/s2member/issues/668). + +- (s2Member/s2Member Pro) **CloudFlare Compat.:** Enhancing compatibility with Rocket Loader via `data-cfasync="false"` on dynamic s2Member scripts. See: [Issue #1038](https://github.com/websharks/s2member/issues/1038). + = v161129 = - (s2Member Pro) **Bug Fix:** Stripe refund notifications via the Stripe Webhook were always interpreted by s2Member as full refunds. This release corrects this bug so that s2Member will handle partial refunds via the Stripe API properly in all cases. Props @raamdev for reporting. diff --git a/s2member.php b/s2member.php index 731e0c82..c9824904 100644 --- a/s2member.php +++ b/s2member.php @@ -20,8 +20,8 @@ */ /* -- This section for WordPress parsing. ------------------------------------------------------------------------------ -Version: 170126-RC -Stable tag: 170126-RC +Version: 170221 +Stable tag: 170221 SSL Compatible: yes bbPress Compatible: yes @@ -40,7 +40,7 @@ Requires at least: 4.2 Requires PHP: 5.2 -Tested up to PHP: 7.0.14 +Tested up to PHP: 7.0.15 Copyright: © 2009 WebSharks, Inc. License: GNU General Public License @@ -77,7 +77,7 @@ * * @var string */ -${__FILE__}['tmp'] = '170126-RC'; //version// +${__FILE__}['tmp'] = '170221'; //version// if(!defined('WS_PLUGIN__S2MEMBER_VERSION')) define('WS_PLUGIN__S2MEMBER_VERSION', ${__FILE__}['tmp']); /** @@ -110,7 +110,7 @@ * * @var string */ -${__FILE__}['tmp'] = '170126-RC'; //version// +${__FILE__}['tmp'] = '170221'; //version// if(!defined('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION')) define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', ${__FILE__}['tmp']); /* diff --git a/src/includes/classes/css-js-themes.inc.php b/src/includes/classes/css-js-themes.inc.php index edc0f780..4398dbc4 100644 --- a/src/includes/classes/css-js-themes.inc.php +++ b/src/includes/classes/css-js-themes.inc.php @@ -136,7 +136,7 @@ public static function add_js_w_globals() * Disallow async loading. * * @package s2Member\CSS_JS - * @since 17xxxx Enhancing CloudFlare compat. + * @since 170221 Enhancing CloudFlare compat. * * @attaches-to ``add_filter('script_loader_tag');`` * diff --git a/src/includes/translations/s2member.pot b/src/includes/translations/s2member.pot index 25ec2cbd..333e9f80 100644 --- a/src/includes/translations/s2member.pot +++ b/src/includes/translations/s2member.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the package. msgid "" msgstr "" -"Project-Id-Version: 170126-RC\n" +"Project-Id-Version: 170221\n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/s2member\n" -"POT-Creation-Date: 2017-01-26 02:14:50+00:00\n" +"POT-Creation-Date: 2017-02-21 00:07:54+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"