diff --git a/s2member/changelog.md b/s2member/changelog.md index 11e2b416..089c08de 100644 --- a/s2member/changelog.md +++ b/s2member/changelog.md @@ -1,3 +1,20 @@ += v160120 = + +- (s2Member,s2Member Pro) **Bug Fix:** Resolved a minor glitch in the **WordPress Dashboard → Settings → General** panel, where s2Member's notice regarding Open Registration was inadvertently forcing the entire page into italics. Props @renzms @kristineds @raamdev ~ See also: [this GitHub issue](https://github.com/websharks/s2member/issues/831) if you'd like additional details. + +- (s2Member) **Multisite Support:** This release of s2Member (the free version only) removes full support for Multisite Networks, which is now a Pro feature; i.e., only available in the Pro version. + + ##### Is s2Member still compatible with WordPress Multisite Networking? + Multisite support is no longer included in the s2Member Framework. However, it is available with s2Member Pro. s2Member Pro is compatible with Multisite Networking. After you enable Multisite Networking, install the s2Member Pro Add-On. Then, navigate to `s2Member → Multisite (Config)` in the Dashboard of your Main Site. You can learn more about s2Member Pro at [s2Member.com](http://www.s2member.com/). + + ##### I was using the free version in a Multisite Network before. What happened? + s2Member (when running on a Multisite Network) requires minor alterations in WordPress core that are not compatible with plugins available at WordPress.org (i.e., not allowed) at this time. For this reason, full support for Multisite Networks is now available only in the pro version. + + ##### What if I already configured Multisite options on a site running the free version? + If you already customized s2Member's Multisite Network configuration options in a previous release, those settings will remain and still be functional over the short-term; i.e., the functionality that makes s2Member compatible with Multisite Networking is still included, even in the s2Member Framework. However, the routines that deal with core patches, and those that allow you to change Multisite options are no longer available. You will need to acquire the Pro version. Or, you can revert to [a previous release](http://s2member.com/release-archive/). s2Member Framework v151218 is suggested if you go that route. + + _See also: [this GitHub issue](https://github.com/websharks/s2member/issues/850) for further details._ + = v151218 = - (s2Member Pro) **Reminder Email Notification Exclusions:** It is now possible to enable/disable EOT Renewal/Reminder Email notifications on a per-user basis. You can edit a user's profile in the WP Dashboard and check "_No (exclude)_" to prevent specific users from receiving any reminder emails that you configured. Props at @patdumond @luisrock. See also [this GitHub issue](https://github.com/websharks/s2member/issues/816). diff --git a/s2member/checksum.txt b/s2member/checksum.txt index b99d3a32..5dceec49 100644 --- a/s2member/checksum.txt +++ b/s2member/checksum.txt @@ -1 +1 @@ -35a15209842402cdccb9dd5222d6bd47 \ No newline at end of file +11d370c25f342a327ffe729210727337 \ No newline at end of file diff --git a/s2member/includes/translations/s2member.pot b/s2member/includes/translations/s2member.pot index 62d8da1f..0976b6ca 100644 --- a/s2member/includes/translations/s2member.pot +++ b/s2member/includes/translations/s2member.pot @@ -1,14 +1,14 @@ -# Copyright (C) 2015 +# Copyright (C) 2016 # This file is distributed under the same license as the package. msgid "" msgstr "" -"Project-Id-Version: 151218\n" +"Project-Id-Version: 160120\n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/s2member\n" -"POT-Creation-Date: 2015-12-18 16:43:20+00:00\n" +"POT-Creation-Date: 2016-01-20 00:02:36+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/s2member/readme.txt b/s2member/readme.txt index 8198df58..949649f0 100644 --- a/s2member/readme.txt +++ b/s2member/readme.txt @@ -1,7 +1,7 @@ === s2Member Framework (Member Roles, Capabilities, Membership, PayPal Members) === -Version: 151218 -Stable tag: 151218 +Version: 160120 +Stable tag: 160120 SSL Compatible: yes bbPress® Compatible: yes @@ -169,12 +169,29 @@ Released under the terms of the [GNU General Public License](http://www.gnu.org/ == Upgrade Notice == -= v151218 = += v160120 = (Maintenance Release) Upgrade immediately. == Changelog == += v160120 = + +- (s2Member,s2Member Pro) **Bug Fix:** Resolved a minor glitch in the **WordPress Dashboard → Settings → General** panel, where s2Member's notice regarding Open Registration was inadvertently forcing the entire page into italics. Props @renzms @kristineds @raamdev ~ See also: [this GitHub issue](https://github.com/websharks/s2member/issues/831) if you'd like additional details. + +- (s2Member) **Multisite Support:** This release of s2Member (the free version only) removes full support for Multisite Networks, which is now a Pro feature; i.e., only available in the Pro version. + + ##### Is s2Member still compatible with WordPress Multisite Networking? + Multisite support is no longer included in the s2Member Framework. However, it is available with s2Member Pro. s2Member Pro is compatible with Multisite Networking. After you enable Multisite Networking, install the s2Member Pro Add-On. Then, navigate to `s2Member → Multisite (Config)` in the Dashboard of your Main Site. You can learn more about s2Member Pro at [s2Member.com](http://www.s2member.com/). + + ##### I was using the free version in a Multisite Network before. What happened? + s2Member (when running on a Multisite Network) requires minor alterations in WordPress core that are not compatible with plugins available at WordPress.org (i.e., not allowed) at this time. For this reason, full support for Multisite Networks is now available only in the pro version. + + ##### What if I already configured Multisite options on a site running the free version? + If you already customized s2Member's Multisite Network configuration options in a previous release, those settings will remain and still be functional over the short-term; i.e., the functionality that makes s2Member compatible with Multisite Networking is still included, even in the s2Member Framework. However, the routines that deal with core patches, and those that allow you to change Multisite options are no longer available. You will need to acquire the Pro version. Or, you can revert to [a previous release](http://s2member.com/release-archive/). s2Member Framework v151218 is suggested if you go that route. + + _See also: [this GitHub issue](https://github.com/websharks/s2member/issues/850) for further details._ + = v151218 = - (s2Member Pro) **Reminder Email Notification Exclusions:** It is now possible to enable/disable EOT Renewal/Reminder Email notifications on a per-user basis. You can edit a user's profile in the WP Dashboard and check "_No (exclude)_" to prevent specific users from receiving any reminder emails that you configured. Props at @patdumond @luisrock. See also [this GitHub issue](https://github.com/websharks/s2member/issues/816). diff --git a/s2member/s2member.php b/s2member/s2member.php index ef134646..4bd88f6a 100644 --- a/s2member/s2member.php +++ b/s2member/s2member.php @@ -19,8 +19,8 @@ */ /* -- This section for WordPress parsing. ------------------------------------------------------------------------------ -Version: 151218 -Stable tag: 151218 +Version: 160120 +Stable tag: 160120 SSL Compatible: yes bbPress Compatible: yes @@ -81,7 +81,7 @@ * @var string */ if(!defined('WS_PLUGIN__S2MEMBER_VERSION')) - define('WS_PLUGIN__S2MEMBER_VERSION', '151218' /* !#distro-version#! */); + define('WS_PLUGIN__S2MEMBER_VERSION', '160120' /* !#distro-version#! */); /** * Minimum PHP version required to run s2Member. * @@ -111,7 +111,7 @@ * @var string */ if(!defined('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION')) - define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '151218' /* !#distro-version#! */); + define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '160120' /* !#distro-version#! */); /* Several compatibility checks. If all pass, load the s2Member plugin.