Social Count Plus - Version 3.3.5

Version Description

  • 2016/08/20 =

  • Update and fixed the Facebook integration.

Download this release

Release Info

Developer claudiosanches
Plugin Icon 128x128 Social Count Plus
Version 3.3.5
Comparing to
See all releases

Code changes from version 3.3.4 to 3.3.5

includes/counters/class-social-count-plus-facebook-counter.php CHANGED
@@ -25,7 +25,7 @@ class Social_Count_Plus_Facebook_Counter extends Social_Count_Plus_Counter {
25
  *
26
  * @var string
27
  */
28
- protected $api_url = 'https://graph.facebook.com/';
29
 
30
  /**
31
  * Test the counter is available.
@@ -74,7 +74,7 @@ class Social_Count_Plus_Facebook_Counter extends Social_Count_Plus_Counter {
74
  $access_token = $this->get_access_token( $settings );
75
  $url = sprintf(
76
  '%s%s?fields=fan_count&%s',
77
- $this->api_url . 'v2.6/',
78
  sanitize_text_field( $settings['facebook_id'] ),
79
  $access_token
80
  );
25
  *
26
  * @var string
27
  */
28
+ protected $api_url = 'https://graph.facebook.com';
29
 
30
  /**
31
  * Test the counter is available.
74
  $access_token = $this->get_access_token( $settings );
75
  $url = sprintf(
76
  '%s%s?fields=fan_count&%s',
77
+ $this->api_url . '/v2.7/',
78
  sanitize_text_field( $settings['facebook_id'] ),
79
  $access_token
80
  );
languages/social-count-plus.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Social Count Plus 3.3.4\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
7
- "POT-Creation-Date: 2016-06-18 09:55:50+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Social Count Plus 3.3.5\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/plugins/woocommerce-domination/\n"
7
+ "POT-Creation-Date: 2016-08-20 18:55:29+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: claudiosanches, felipesantana, deblynprado
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y8HP99ZJ5Z59L
4
  Tags: counter, widget, shortcode, facebook, github, googleplus, instagram, linkedin, pinterest, soundcloud, steam, tumblr, twitch, twitter, vimeo, youtube
5
  Requires at least: 4.0
6
- Tested up to: 4.5
7
- Stable tag: 3.3.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -178,6 +178,10 @@ Copy the report file content and paste it in [gist.github.com](https://gist.gith
178
 
179
  == Changelog ==
180
 
 
 
 
 
181
  = 3.3.4 - 2016/06/18 =
182
 
183
  * Improved the widget styles, not forcing styles anymore (just select the color as empty). Thanks to Sinisa Nikolic.
@@ -202,7 +206,6 @@ Copy the report file content and paste it in [gist.github.com](https://gist.gith
202
 
203
  == Upgrade Notice ==
204
 
205
- = 3.3.4 =
206
 
207
- * Improved the widget styles, not forcing styles anymore (just select the color as empty). Thanks to Sinisa Nikolic.
208
- * Added `social_count_plus_label` filter.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y8HP99ZJ5Z59L
4
  Tags: counter, widget, shortcode, facebook, github, googleplus, instagram, linkedin, pinterest, soundcloud, steam, tumblr, twitch, twitter, vimeo, youtube
5
  Requires at least: 4.0
6
+ Tested up to: 4.6
7
+ Stable tag: 3.3.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
178
 
179
  == Changelog ==
180
 
181
+ = 3.3.5 - 2016/08/20 =
182
+
183
+ * Update and fixed the Facebook integration.
184
+
185
  = 3.3.4 - 2016/06/18 =
186
 
187
  * Improved the widget styles, not forcing styles anymore (just select the color as empty). Thanks to Sinisa Nikolic.
206
 
207
  == Upgrade Notice ==
208
 
209
+ = 3.3.5 =
210
 
211
+ * Update and fixed the Facebook integration.
 
social-count-plus.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, Youtube, posts, comments and users.
6
  * Author: Claudio Sanches
7
  * Author URI: http://claudiosmweb.com/
8
- * Version: 3.3.4
9
  * License: GPLv2 or later
10
  * Text Domain: social-count-plus
11
  * Domain Path: /languages/
@@ -31,7 +31,7 @@ class Social_Count_Plus {
31
  *
32
  * @var string
33
  */
34
- const VERSION = '3.3.4';
35
 
36
  /**
37
  * Instance of this class.
5
  * Description: Displays your numbers in Facebook, GitHub, Google+, Instagram, LinkedIn, Pinterest, SoundCloud, Steam Community, Tumblr, Twitch, Twitter, Vimeo, Youtube, posts, comments and users.
6
  * Author: Claudio Sanches
7
  * Author URI: http://claudiosmweb.com/
8
+ * Version: 3.3.5
9
  * License: GPLv2 or later
10
  * Text Domain: social-count-plus
11
  * Domain Path: /languages/
31
  *
32
  * @var string
33
  */
34
+ const VERSION = '3.3.5';
35
 
36
  /**
37
  * Instance of this class.