Skip to content

Commit

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

- (s2Member/s2Member Pro) **WordPress v4.3 Compat./Bug Fix** This release of s2Member alters the way New User Notification Emails are sent, and in how they should be formatted in WordPress v4.3+.

Expand Down
2 changes: 1 addition & 1 deletion s2member/checksum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3930ec7a887b444fd34f49867009f5dc
405318c8d344857d3d8ae09168730a43
12 changes: 6 additions & 6 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: 150825\n"
"Project-Id-Version: 150827\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/s2member\n"
"POT-Creation-Date: 2015-08-25 13:22:32+00:00\n"
"POT-Creation-Date: 2015-08-27 11:48:33+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -290,7 +290,7 @@ msgctxt "s2member-front"
msgid "as a Member"
msgstr ""

#: s2member/includes/classes/email-configs.inc.php:246
#: s2member/includes/classes/email-configs.inc.php:251
#: s2member/includes/syscon.inc.php:215
msgctxt "s2member-front"
msgid ""
Expand Down Expand Up @@ -983,7 +983,7 @@ msgctxt "s2member-front"
msgid "<strong>Your Link Expired:</strong><br />Please contact Support if you need assistance."
msgstr ""

#: s2member/includes/classes/registrations.inc.php:590
#: s2member/includes/classes/registrations.inc.php:615
msgctxt "s2member-front"
msgid "s2Member security violation. You attempted to POST administrative variables that will NOT be trusted in a NON-administrative zone!"
msgstr ""
Expand Down Expand Up @@ -4473,7 +4473,7 @@ msgid ""
"Charges today: %%%%currency_symbol%%%%%%%%initial%%%%\n"
"Recurring charges: %%%%currency_symbol%%%%%%%%recurring/regular_cycle%%%%\n"
"\n"
"Your Username/Password will arrive shortly, in a separate email. If you have any trouble, please feel free to contact us.\n"
"If you have any trouble, please feel free to contact us.\n"
"\n"
"Best Regards,\n"
"%s"
Expand All @@ -4491,7 +4491,7 @@ msgid ""
"\n"
"Your order can be retrieved here:\n"
"%%%%sp_access_url%%%%\n"
"( link expires in %%%%sp_access_exp%%%% )\n"
"(link expires in %%%%sp_access_exp%%%%)\n"
"\n"
"If you have any trouble, please feel free to contact us.\n"
"\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: 150825
Stable tag: 150825
Version: 150827
Stable tag: 150827

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 ==

= v150825 =
= v150827 =

(Maintenance Release) Upgrade immediately.

== Changelog ==

= v150825 =
= v150827 =

- (s2Member/s2Member Pro) **WordPress v4.3 Compat./Bug Fix** This release of s2Member alters the way New User Notification Emails are sent, and in how they should be formatted in WordPress v4.3+.

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: 150825
Stable tag: 150825
Version: 150827
Stable tag: 150827
SSL Compatible: yes
bbPress Compatible: yes
Expand Down Expand Up @@ -76,7 +76,7 @@
* @var string
*/
if(!defined('WS_PLUGIN__S2MEMBER_VERSION'))
define('WS_PLUGIN__S2MEMBER_VERSION', '150825' /* !#distro-version#! */);
define('WS_PLUGIN__S2MEMBER_VERSION', '150827' /* !#distro-version#! */);
/**
* Minimum PHP version required to run s2Member.
*
Expand Down Expand Up @@ -106,7 +106,7 @@
* @var string
*/
if(!defined('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION'))
define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '150825' /* !#distro-version#! */);
define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '150827' /* !#distro-version#! */);
/*
Several compatibility checks.
If all pass, load the s2Member plugin.
Expand Down

0 comments on commit d04a474

Please sign in to comment.