diff --git a/readme.txt b/readme.txt index 42a71a2..5cd02c2 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: rodrigosprimo Tags: facebook, wordpress.com, twitter, google, yahoo, social, login, register Requires at least: 3.0 -Tested up to: 3.9 -Stable tag: 1.0.6 +Tested up to: 3.9.1 +Stable tag: 1.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: http://rodrigoprimo.com/donate/ @@ -112,6 +112,13 @@ Unfortunately the Twitter API don't return the user email address. So the plugin == Changelog == += 1.1 = +* Update facebook-php-sdk to latest version +* Add link to Social Connect settings page in the plugins page +* Replace jQuery .live() method with .on() method (proposed by nunomorgadinho) +* Remove unnecessary call to jQuery noconflict (proposed by nunomorgadinho) +* Fix Social Connect login from registration page when multisite is enabled (reported by bvpraveenkumar) + = 1.0.6 = * Make sure TwitterOAuth is not available before including it to avoid conflict with other plugins using the same library * Use login_enqueue_scripts instead of login_head to enqueue scripts diff --git a/social-connect.php b/social-connect.php index f1acd89..81e1811 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: 1.0.6 +Version: 1.1 Author: Rodrigo Primo Author URI: http://rodrigoprimo.com/ License: GPL2