Version Description
Download this release
Release Info
Developer | joaoromao |
Plugin | Social Media Share Buttons |
Version | 4.3.5 |
Comparing to | |
See all releases |
Code changes from version 4.3.4 to 4.3.5
- lib/gs.php +1 -1
- readme.txt +7 -2
- wp-share-buttons-analytics-getsocial.php +1 -1
lib/gs.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
class GS {
|
4 |
-
public $plugin_version = "4.3.
|
5 |
// Local
|
6 |
// private $gs_account = "http://127.0.0.1:3000";
|
7 |
// private $gs_url_api = "http://127.0.0.1:3001";
|
1 |
<?php
|
2 |
|
3 |
class GS {
|
4 |
+
public $plugin_version = "4.3.5";
|
5 |
// Local
|
6 |
// private $gs_account = "http://127.0.0.1:3000";
|
7 |
// private $gs_url_api = "http://127.0.0.1:3001";
|
readme.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
=== Social Share Buttons & Analytics Plugin – GetSocial.io ===
|
2 |
Plugin Name: Social Share Buttons & Analytics Plugin
|
3 |
-
Version: 4.3.
|
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.5
|
10 |
-
Stable tag: 4.3.
|
11 |
Requires PHP: 5.2.4
|
12 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
13 |
|
@@ -33,6 +33,8 @@ No coding skills required!
|
|
33 |
|
34 |
- **We don’t sell your data to third-party services**
|
35 |
|
|
|
|
|
36 |
Used by +200k websites & Fortune 500 companies - <a href="https://wordpress.org/support/view/plugin-reviews/wp-share-buttons-analytics-by-getsocial?filter=5">just look at what our users are saying about us</a>.
|
37 |
|
38 |
<h3>FREE FEATURES</h3>
|
@@ -246,6 +248,9 @@ GetSocial services or applications subscriptions, advertising or any other kind
|
|
246 |
9. Analytics for your Social Bars
|
247 |
|
248 |
== Changelog ==
|
|
|
|
|
|
|
249 |
**4.3.4**
|
250 |
- Update plugin's name
|
251 |
|
1 |
=== Social Share Buttons & Analytics Plugin – GetSocial.io ===
|
2 |
Plugin Name: Social Share Buttons & Analytics Plugin
|
3 |
+
Version: 4.3.5
|
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.5
|
10 |
+
Stable tag: 4.3.5
|
11 |
Requires PHP: 5.2.4
|
12 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
13 |
|
33 |
|
34 |
- **We don’t sell your data to third-party services**
|
35 |
|
36 |
+
- **We don’t use cookies**
|
37 |
+
|
38 |
Used by +200k websites & Fortune 500 companies - <a href="https://wordpress.org/support/view/plugin-reviews/wp-share-buttons-analytics-by-getsocial?filter=5">just look at what our users are saying about us</a>.
|
39 |
|
40 |
<h3>FREE FEATURES</h3>
|
248 |
9. Analytics for your Social Bars
|
249 |
|
250 |
== Changelog ==
|
251 |
+
**4.3.5**
|
252 |
+
- Update plugin's description
|
253 |
+
|
254 |
**4.3.4**
|
255 |
- Update plugin's name
|
256 |
|
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.3.
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: https://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.3.5
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: https://getsocial.io
|
9 |
* License: GPL2
|