Social Media Share Buttons - Version 3.1.1

Version Description

Download this release

Release Info

Developer joaoromao
Plugin Icon 128x128 Social Media Share Buttons
Version 3.1.1
Comparing to
See all releases

Code changes from version 3.1 to 3.1.1

js/plugin.js CHANGED
@@ -42,7 +42,7 @@ jQuery('#request_api_key').on('click', function(e){
42
  user_data = jQuery(".account-info .field-input");
43
 
44
  url = jQuery(user_data[0]).text().trim();
45
- email = jQuery(user_data[1]).text().trim();
46
 
47
  var data = {
48
  'source': 'wordpress',
42
  user_data = jQuery(".account-info .field-input");
43
 
44
  url = jQuery(user_data[0]).text().trim();
45
+ email = jQuery(user_data[1]).val();
46
 
47
  var data = {
48
  'source': 'wordpress',
lib/gs.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  class GS {
4
 
5
- public $plugin_version = "3.1";
6
  private $gs_url = "https://api.at.getsocial.io";
7
  private $gs_account = "https://getsocial.io";
8
  private $gs_url_api = "//api.at.getsocial.io";
2
 
3
  class GS {
4
 
5
+ public $plugin_version = "3.1.1";
6
  private $gs_url = "https://api.at.getsocial.io";
7
  private $gs_account = "https://getsocial.io";
8
  private $gs_url_api = "//api.at.getsocial.io";
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: addthis, addtoany, analytics, button, facebook share, facebook button, lik
5
 
6
  Requires at least: 3.0
7
  Tested up to: 4.4
8
- Stable tag: 3.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -284,6 +284,10 @@ Sure, we’re always here to help. You can contact us at support@getsocial.io or
284
 
285
  == Changelog ==
286
 
 
 
 
 
287
  **3.1**
288
 
289
  - Ajusts to the new pricing plans
5
 
6
  Requires at least: 3.0
7
  Tested up to: 4.4
8
+ Stable tag: 3.1.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
284
 
285
  == Changelog ==
286
 
287
+ **3.1.1**
288
+
289
+ - Fix APIKey request
290
+
291
  **3.1**
292
 
293
  - Ajusts to the new pricing plans
wp-share-buttons-analytics-getsocial.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Share Buttons & tools to grow traffic by GetSocial.io
4
  * Plugin URI: http://getsocial.io
5
  * Description: Share Buttons by GetSocial.io is a freemium WordPress plugin that enables you to track social shares on Wordpress. Provide beautiful wordpress sharing buttons, track how many shares were made in each post and see how much traffic, conversions and shares each post generated. Optimize your SEO and increase social shares with GetSocial.io.
6
- * Version: 3.1
7
  * Author: Getsocial, S.A.
8
  * Author URI: http://getsocial.io
9
  * License: GPL2
3
  * Plugin Name: Share Buttons & tools to grow traffic by GetSocial.io
4
  * Plugin URI: http://getsocial.io
5
  * Description: Share Buttons by GetSocial.io is a freemium WordPress plugin that enables you to track social shares on Wordpress. Provide beautiful wordpress sharing buttons, track how many shares were made in each post and see how much traffic, conversions and shares each post generated. Optimize your SEO and increase social shares with GetSocial.io.
6
+ * Version: 3.1.1
7
  * Author: Getsocial, S.A.
8
  * Author URI: http://getsocial.io
9
  * License: GPL2