Skip to content

Commit

Permalink
release version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed May 22, 2014
1 parent 18b7bb1 commit 1acec1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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
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: 1.0.6
Version: 1.1
Author: Rodrigo Primo
Author URI: http://rodrigoprimo.com/
License: GPL2
Expand Down

0 comments on commit 1acec1c

Please sign in to comment.