diff --git a/s2member/changelog.md b/s2member/changelog.md index 3816f557..586a9bab 100644 --- a/s2member/changelog.md +++ b/s2member/changelog.md @@ -1,4 +1,4 @@ -= v150129 = += v150203 = - (s2Member Pro) **Gift/Redemption Codes:** This release adds a powerful new shortcode: `[s2Member-Gift-Codes /]`. This makes it easy to generate and sell access to gift codes (i.e. gift certificates) and/or to a list of redemption codes. For instance, where a single team leader might like to purchase multiple accounts they can distribute to others on a team, or in a group. Video demo here: https://www.youtube.com/watch?v=T3N_vygowbM&feature=youtu.be ~ See also: [this GitHub issue](https://github.com/websharks/s2member/issues/386) for additional technical details. - (s2Member Pro) **User-Specific Coupon Codes:** This release of s2Member makes it possible to configure Pro Form Coupon Codes that are connected (i.e. only valid) when entered by specific Users/Members who are logged into the site. See: `Dashboard ⥱ s2Member ⥱ Pro Coupon Codes`. See also: [this GitHub issue](https://github.com/websharks/s2member/issues/403) for additional technical details. diff --git a/s2member/checksum.txt b/s2member/checksum.txt index 39e44ba8..1ca76ec4 100644 --- a/s2member/checksum.txt +++ b/s2member/checksum.txt @@ -1 +1 @@ -77cabaf6c88e623ce135a4fde9da67bc \ No newline at end of file +84638519eea37bbc521b44a83b66c496 \ No newline at end of file diff --git a/s2member/includes/translations/s2member.pot b/s2member/includes/translations/s2member.pot index de5ee056..7fbc7c13 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: 150129\n" +"Project-Id-Version: 150203\n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/s2member\n" -"POT-Creation-Date: 2015-01-29 19:59:33+00:00\n" +"POT-Creation-Date: 2015-02-03 22:16:54+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1017,12 +1017,12 @@ msgid_plural "You may create up to %s sites." msgstr[0] "" msgstr[1] "" -#: includes/classes/users-list-in.inc.php:345 +#: includes/classes/users-list-in.inc.php:349 msgctxt "s2member-front" msgid "Additional Profile Fields" msgstr "" -#: includes/classes/users-list-in.inc.php:345 +#: includes/classes/users-list-in.inc.php:349 msgctxt "s2member-front" msgid "(for this site)" msgstr "" diff --git a/s2member/readme.txt b/s2member/readme.txt index 6e2f111d..692d5758 100644 --- a/s2member/readme.txt +++ b/s2member/readme.txt @@ -1,7 +1,7 @@ === s2Member Framework (Member Roles, Capabilities, Membership, PayPal Members) === -Version: 150129 -Stable tag: 150129 +Version: 150203 +Stable tag: 150203 SSL Compatible: yes bbPress® Compatible: yes @@ -175,13 +175,13 @@ Released under the terms of the [GNU General Public License](http://www.gnu.org/ == Upgrade Notice == -= v150129 = += v150203 = (Maintenance Release) Upgrade immediately. == Changelog == -= v150129 = += v150203 = - (s2Member Pro) **Gift/Redemption Codes:** This release adds a powerful new shortcode: `[s2Member-Gift-Codes /]`. This makes it easy to generate and sell access to gift codes (i.e. gift certificates) and/or to a list of redemption codes. For instance, where a single team leader might like to purchase multiple accounts they can distribute to others on a team, or in a group. Video demo here: https://www.youtube.com/watch?v=T3N_vygowbM&feature=youtu.be ~ See also: [this GitHub issue](https://github.com/websharks/s2member/issues/386) for additional technical details. - (s2Member Pro) **User-Specific Coupon Codes:** This release of s2Member makes it possible to configure Pro Form Coupon Codes that are connected (i.e. only valid) when entered by specific Users/Members who are logged into the site. See: `Dashboard ⥱ s2Member ⥱ Pro Coupon Codes`. See also: [this GitHub issue](https://github.com/websharks/s2member/issues/403) for additional technical details. diff --git a/s2member/s2member.php b/s2member/s2member.php index 89078764..e1863135 100644 --- a/s2member/s2member.php +++ b/s2member/s2member.php @@ -19,8 +19,8 @@ */ /* -- This section for WordPress parsing. ------------------------------------------------------------------------------ -Version: 150129 -Stable tag: 150129 +Version: 150203 +Stable tag: 150203 SSL Compatible: yes bbPress Compatible: yes @@ -75,7 +75,7 @@ * @var string */ if(!defined('WS_PLUGIN__S2MEMBER_VERSION')) - define('WS_PLUGIN__S2MEMBER_VERSION', '150129' /* !#distro-version#! */); + define('WS_PLUGIN__S2MEMBER_VERSION', '150203' /* !#distro-version#! */); /** * Minimum PHP version required to run s2Member. * @@ -105,7 +105,7 @@ * @var string */ if(!defined('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION')) - define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '150129' /* !#distro-version#! */); + define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '150203' /* !#distro-version#! */); /* Several compatibility checks. If all pass, load the s2Member plugin.