From cb4931845c3fce39076957a39908bca63214420c Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 22 Jan 2014 18:03:03 -0200 Subject: [PATCH] release version 0.10.3 --- deploy.sh | 4 ++-- readme.txt | 5 ++++- social-connect.php | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index 75f60db..59f0278 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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..." @@ -74,4 +74,4 @@ svn commit --username=$SVNUSER -m "Tagging version $NEWVERSION1" echo "Removing temporary directory $SVNPATH" rm -fr $SVNPATH/ -echo "*** FIN ***" \ No newline at end of file +echo "*** FIN ***" diff --git a/readme.txt b/readme.txt index 09cf8aa..b905ff0 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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 diff --git a/social-connect.php b/social-connect.php index 2e4c69e..a7f3b9b 100644 --- a/social-connect.php +++ b/social-connect.php @@ -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