Skip to content

Commit

Permalink
release version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Jan 22, 2014
1 parent a24c74b commit cb49318
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "readme version: $NEWVERSION1"
NEWVERSION2=`grep "^Version" $GITPATH/$MAINFILE | awk '{print $NF}'`
echo "$MAINFILE version: $NEWVERSION2"

if [ "$NEWVERSION1" != "$NEWVERSION2" ]; then echo "Versions don't match. Exiting...."; exit 1; fi
#if [ "$NEWVERSION1" != "$NEWVERSION2" ]; then echo "Versions don't match. Exiting...."; exit 1; fi

echo "Versions match in readme.txt and PHP file. Let's proceed..."

Expand Down Expand Up @@ -74,4 +74,4 @@ svn commit --username=$SVNUSER -m "Tagging version $NEWVERSION1"
echo "Removing temporary directory $SVNPATH"
rm -fr $SVNPATH/

echo "*** FIN ***"
echo "*** FIN ***"
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: thenbrent, rodrigosprimo
Tags: facebook, wordpress.com, twitter, google, yahoo, social, login, register
Requires at least: 3.0
Tested up to: 3.8
Stable tag: 0.10.2
Stable tag: 0.10.3

Allow your visitors to comment, login and register with their Twitter, Facebook, Google, Yahoo or WordPress.com account.

Expand Down Expand Up @@ -105,6 +105,9 @@ If you don't have White Label CMS installed, please double check your settings t

== Changelog ==

= 0.10.3 =
* Remove rewrite diagnostics section from the admin

= 0.10.2 =
* Fix XSS vulnerability

Expand Down
2 changes: 1 addition & 1 deletion social-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Social Connect
Plugin URI: http://wordpress.org/extend/plugins/social-connect/
Description: Allow your visitors to comment, login and register with their Twitter, Facebook, Google, Yahoo or WordPress.com account.
Version: 0.10.2
Version: 0.10.3
Author: Brent Shepherd
Author URI: http://wordpress.org/extend/plugins/social-connect/
License: GPL2
Expand Down

0 comments on commit cb49318

Please sign in to comment.