From cb3f63561002474de705e6e5ce76456e56a92bb2 Mon Sep 17 00:00:00 2001 From: jaswsinc Date: Fri, 3 Feb 2017 16:34:09 -0900 Subject: [PATCH 1/2] Adding `eu-west-2` location. --- src/includes/menu-pages/down-ops.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/includes/menu-pages/down-ops.inc.php b/src/includes/menu-pages/down-ops.inc.php index b8d8d570..cfe3394b 100644 --- a/src/includes/menu-pages/down-ops.inc.php +++ b/src/includes/menu-pages/down-ops.inc.php @@ -287,6 +287,7 @@ public function __construct() echo ''."\n"; echo ''."\n"; echo ''."\n"; + echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; From c8b09cced7995095c9fdcd9fb3b3448f5393d36f Mon Sep 17 00:00:00 2001 From: jaswsinc Date: Fri, 3 Feb 2017 16:35:01 -0900 Subject: [PATCH 2/2] Updating changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbbb8e4..be05f850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - (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). - (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).