Skip to content

Commit

Permalink
Preparing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Aug 1, 2016
1 parent 7177157 commit c1a60a0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion s2member/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= v160728 =
= v160801 =

- (s2Member/s2Member Pro) **WP v4.6 Compatibility.** A full round of tests was performed against this release of s2Member, s2Member Pro, and the upcoming release of WordPress v4.6. In particular, the new HTTP API needed testing, along with the new optimized loading sequence in WordPress v4.6. Our tests indicate there are no compatibility issues, and we therefore encourage all s2Member site owners to upgrade to WordPress v4.6 whenever it becomes available publicly.

Expand Down
2 changes: 1 addition & 1 deletion s2member/checksum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1e03292878aebfc74e8050675fdf5b8a
f14096d918671dbdf81642b92d9982b4
4 changes: 2 additions & 2 deletions s2member/includes/translations/s2member.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the package.
msgid ""
msgstr ""
"Project-Id-Version: 160728\n"
"Project-Id-Version: 160801\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/s2member\n"
"POT-Creation-Date: 2016-07-28 19:23:43+00:00\n"
"POT-Creation-Date: 2016-08-01 21:27:20+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
8 changes: 4 additions & 4 deletions s2member/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== s2Member Framework (Member Roles, Capabilities, Membership, PayPal Members) ===

Version: 160728
Stable tag: 160728
Version: 160801
Stable tag: 160801

SSL Compatible: yes
bbPress® Compatible: yes
Expand Down Expand Up @@ -169,13 +169,13 @@ Released under the terms of the [GNU General Public License](http://www.gnu.org/

== Upgrade Notice ==

= v160728 =
= v160801 =

(Maintenance Release) Upgrade immediately.

== Changelog ==

= v160728 =
= v160801 =

- (s2Member/s2Member Pro) **WP v4.6 Compatibility.** A full round of tests was performed against this release of s2Member, s2Member Pro, and the upcoming release of WordPress v4.6. In particular, the new HTTP API needed testing, along with the new optimized loading sequence in WordPress v4.6. Our tests indicate there are no compatibility issues, and we therefore encourage all s2Member site owners to upgrade to WordPress v4.6 whenever it becomes available publicly.

Expand Down
8 changes: 4 additions & 4 deletions s2member/s2member.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
*/
/* -- This section for WordPress parsing. ------------------------------------------------------------------------------
Version: 160728
Stable tag: 160728
Version: 160801
Stable tag: 160801
SSL Compatible: yes
bbPress Compatible: yes
Expand Down Expand Up @@ -81,7 +81,7 @@
* @var string
*/
if(!defined('WS_PLUGIN__S2MEMBER_VERSION'))
define('WS_PLUGIN__S2MEMBER_VERSION', '160728' /* !#distro-version#! */);
define('WS_PLUGIN__S2MEMBER_VERSION', '160801' /* !#distro-version#! */);
/**
* Minimum PHP version required to run s2Member.
*
Expand Down Expand Up @@ -111,7 +111,7 @@
* @var string
*/
if(!defined('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION'))
define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '160728' /* !#distro-version#! */);
define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '160801' /* !#distro-version#! */);
/*
Several compatibility checks.
If all pass, load the s2Member plugin.
Expand Down

0 comments on commit c1a60a0

Please sign in to comment.