Skip to content

Commit

Permalink
Version bump + CSS tweaks. #114
Browse files Browse the repository at this point in the history
  • Loading branch information
JasWSInc committed May 21, 2014
1 parent e8b5bd7 commit 36d45f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions s2member/includes/s2member.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ button.ws-plugin--s2member-animate-processing:after
content : '';

float : right;
width : .5em;
height : .5em;
margin : .25em 0 0 .25em;
width : .8em;
height : .8em;
margin : .25em 0 0 .5em;

border-radius : 50%;
border : 1px dashed;
Expand Down
4 changes: 2 additions & 2 deletions s2member/includes/translations/s2member.pot
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2014
# Copyright (C) 2014
# This file is distributed under the same license as the package.
msgid ""
msgstr ""
"Project-Id-Version: 140423\n"
"Project-Id-Version: 140520\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/s2member\n"
"POT-Creation-Date: 2014-04-24 01:15:56+00:00\n"
"MIME-Version: 1.0\n"
Expand Down
6 changes: 3 additions & 3 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: 140423
Stable tag: 140423
Version: 140520
Stable tag: 140520

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

== Upgrade Notice ==

= v140423 =
= v140520 =

(Maintenance Release) Upgrade immediately.

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

0 comments on commit 36d45f2

Please sign in to comment.