Version Description
Download this release
Release Info
Developer | joaoromao |
Plugin | Social Media Share Buttons |
Version | 4.2.2 |
Comparing to | |
See all releases |
Code changes from version 4.2.1 to 4.2.2
- lib/gs.php +2 -3
- readme.txt +6 -3
- wp-share-buttons-analytics-getsocial.php +1 -1
lib/gs.php
CHANGED
@@ -2,10 +2,9 @@
|
|
2 |
|
3 |
class GS {
|
4 |
|
5 |
-
public $plugin_version = "4.2.
|
6 |
-
private $gs_url = "https://api.at.getsocial.io";
|
7 |
private $gs_account = "https://getsocial.io";
|
8 |
-
private $gs_url_api = "
|
9 |
public $api_url = "https://getsocial.io/api/v1/";
|
10 |
|
11 |
function __construct($api_key, $identifier, $lang) {
|
2 |
|
3 |
class GS {
|
4 |
|
5 |
+
public $plugin_version = "4.2.2";
|
|
|
6 |
private $gs_account = "https://getsocial.io";
|
7 |
+
private $gs_url_api = "https://api.at.getsocial.io";
|
8 |
public $api_url = "https://getsocial.io/api/v1/";
|
9 |
|
10 |
function __construct($api_key, $identifier, $lang) {
|
readme.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
=== Wordpress Social Share Buttons & Analytics Plugin – GetSocial.io ===
|
2 |
Plugin Name: Wordpress Social Share Buttons & Analytics Plugin
|
3 |
-
Version: 4.2.
|
4 |
Author: GetSocial.io
|
5 |
Author URI: https://getsocial.io/
|
6 |
Contributors: sharebuttons, socialsharing, socialshare, socialbuttons, socialtools, socialanalytics, GetSocial.io, joaoromao
|
7 |
Tags: share buttons, social sharing, social analytics, share, social media
|
8 |
Requires at least: 3.0
|
9 |
-
Tested up to: 5.
|
10 |
-
Stable tag: 4.2.
|
11 |
Requires PHP: 5.2.4
|
12 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
13 |
|
@@ -244,6 +244,9 @@ GetSocial services or applications subscriptions, advertising or any other kind
|
|
244 |
9. Analytics for your Social Bars
|
245 |
|
246 |
== Changelog ==
|
|
|
|
|
|
|
247 |
**4.2.1**
|
248 |
|
249 |
- Fix plugin Security Vulnerability
|
1 |
=== Wordpress Social Share Buttons & Analytics Plugin – GetSocial.io ===
|
2 |
Plugin Name: Wordpress Social Share Buttons & Analytics Plugin
|
3 |
+
Version: 4.2.2
|
4 |
Author: GetSocial.io
|
5 |
Author URI: https://getsocial.io/
|
6 |
Contributors: sharebuttons, socialsharing, socialshare, socialbuttons, socialtools, socialanalytics, GetSocial.io, joaoromao
|
7 |
Tags: share buttons, social sharing, social analytics, share, social media
|
8 |
Requires at least: 3.0
|
9 |
+
Tested up to: 5.2
|
10 |
+
Stable tag: 4.2.2
|
11 |
Requires PHP: 5.2.4
|
12 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
13 |
|
244 |
9. Analytics for your Social Bars
|
245 |
|
246 |
== Changelog ==
|
247 |
+
**4.2.2**
|
248 |
+
- Add SSL to all API calls
|
249 |
+
|
250 |
**4.2.1**
|
251 |
|
252 |
- Fix plugin Security Vulnerability
|
wp-share-buttons-analytics-getsocial.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Social Share Buttons & Analytics by GetSocial.io
|
4 |
* Plugin URI: https://getsocial.io
|
5 |
* Description: Social Share Buttons & Analytics is a free WordPress plugin that enables you to add beautiful share buttons to your page in various formats. Upgrade to get analytics and track all social shares happening on your page. See how much traffic, conversions, and shares each post generated.
|
6 |
-
* Version: 4.2.
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|
3 |
* Plugin Name: Social Share Buttons & Analytics by GetSocial.io
|
4 |
* Plugin URI: https://getsocial.io
|
5 |
* Description: Social Share Buttons & Analytics is a free WordPress plugin that enables you to add beautiful share buttons to your page in various formats. Upgrade to get analytics and track all social shares happening on your page. See how much traffic, conversions, and shares each post generated.
|
6 |
+
* Version: 4.2.2
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|