diff --git a/s2member/changelog.md b/s2member/changelog.md index 3872b417..274eb7c3 100644 --- a/s2member/changelog.md +++ b/s2member/changelog.md @@ -1,4 +1,4 @@ -= v150923 = += v150925 = - (s2Member/s2Member Pro) **WP v4.3 Compat.** This release corrects a minor backward compatibility issue with versions of WordPress before v4.3, and for installations of s2Member that still use the `%%user_pass%%` Replacement Code in their New User Email notification. See [this GitHub issue](https://github.com/websharks/s2member/issues/710) if you'd like additional details. diff --git a/s2member/checksum.txt b/s2member/checksum.txt index 6868aebb..0691f11d 100644 --- a/s2member/checksum.txt +++ b/s2member/checksum.txt @@ -1 +1 @@ -3d29256077305141f174df54e627b4de \ No newline at end of file +7ca3eb527170d3c241213d269e2dfcd4 \ No newline at end of file diff --git a/s2member/includes/translations/s2member.pot b/s2member/includes/translations/s2member.pot index 3f70db07..eb4993a3 100644 --- a/s2member/includes/translations/s2member.pot +++ b/s2member/includes/translations/s2member.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the package. msgid "" msgstr "" -"Project-Id-Version: 150923\n" +"Project-Id-Version: 150925\n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/s2member\n" -"POT-Creation-Date: 2015-09-23 22:21:32+00:00\n" +"POT-Creation-Date: 2015-09-25 23:48:25+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/s2member/readme.txt b/s2member/readme.txt index d29b37a0..84bb3ab4 100644 --- a/s2member/readme.txt +++ b/s2member/readme.txt @@ -1,7 +1,7 @@ === s2Member Framework (Member Roles, Capabilities, Membership, PayPal Members) === -Version: 150923 -Stable tag: 150923 +Version: 150925 +Stable tag: 150925 SSL Compatible: yes bbPress® Compatible: yes @@ -169,13 +169,13 @@ Released under the terms of the [GNU General Public License](http://www.gnu.org/ == Upgrade Notice == -= v150923 = += v150925 = (Maintenance Release) Upgrade immediately. == Changelog == -= v150923 = += v150925 = - (s2Member/s2Member Pro) **WP v4.3 Compat.** This release corrects a minor backward compatibility issue with versions of WordPress before v4.3, and for installations of s2Member that still use the `%%user_pass%%` Replacement Code in their New User Email notification. See [this GitHub issue](https://github.com/websharks/s2member/issues/710) if you'd like additional details. diff --git a/s2member/s2member.php b/s2member/s2member.php index 8734f931..1eef0bb4 100644 --- a/s2member/s2member.php +++ b/s2member/s2member.php @@ -19,8 +19,8 @@ */ /* -- This section for WordPress parsing. ------------------------------------------------------------------------------ -Version: 150923 -Stable tag: 150923 +Version: 150925 +Stable tag: 150925 SSL Compatible: yes bbPress Compatible: yes @@ -76,7 +76,7 @@ * @var string */ if(!defined('WS_PLUGIN__S2MEMBER_VERSION')) - define('WS_PLUGIN__S2MEMBER_VERSION', '150923' /* !#distro-version#! */); + define('WS_PLUGIN__S2MEMBER_VERSION', '150925' /* !#distro-version#! */); /** * Minimum PHP version required to run s2Member. * @@ -106,7 +106,7 @@ * @var string */ if(!defined('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION')) - define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '150923' /* !#distro-version#! */); + define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '150925' /* !#distro-version#! */); /* Several compatibility checks. If all pass, load the s2Member plugin.