Version Description
Download this release
Release Info
Developer | joaoromao |
Plugin | Social Media Share Buttons |
Version | 4.3.2 |
Comparing to | |
See all releases |
Code changes from version 4.3.1 to 4.3.2
- js/plugin.js +1 -1
- lib/gs.php +1 -1
- lib/onboarding_popup.php +3 -3
- readme.txt +7 -3
- wp-share-buttons-analytics-getsocial.php +1 -1
js/plugin.js
CHANGED
@@ -29,7 +29,7 @@ jQuery('#request_api_key').on('click', function(e) {
|
|
29 |
e.preventDefault();
|
30 |
|
31 |
var user_data = jQuery(".account-info .field-input"),
|
32 |
-
url = jQuery(user_data[0]).
|
33 |
email = jQuery(user_data[1]).val();
|
34 |
|
35 |
var data = {
|
29 |
e.preventDefault();
|
30 |
|
31 |
var user_data = jQuery(".account-info .field-input"),
|
32 |
+
url = jQuery(user_data[0]).val(),
|
33 |
email = jQuery(user_data[1]).val();
|
34 |
|
35 |
var data = {
|
lib/gs.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
class GS {
|
4 |
-
public $plugin_version = "4.3.
|
5 |
private $gs_account = "https://getsocial.io";
|
6 |
private $gs_url_api = "https://api.at.getsocial.io";
|
7 |
public $api_url = "https://getsocial.io/api/v1/";
|
1 |
<?php
|
2 |
|
3 |
class GS {
|
4 |
+
public $plugin_version = "4.3.2";
|
5 |
private $gs_account = "https://getsocial.io";
|
6 |
private $gs_url_api = "https://api.at.getsocial.io";
|
7 |
public $api_url = "https://getsocial.io/api/v1/";
|
lib/onboarding_popup.php
CHANGED
@@ -111,14 +111,14 @@ $plugin_url = admin_url() . '?page=wp-share-buttons-analytics-by-getsocial%2Fini
|
|
111 |
<p>Here’s a quick video on how to install and use GetSocial:</p>
|
112 |
|
113 |
<div class="gs-sidebar-tooltip-video">
|
114 |
-
<iframe src="https://www.youtube.com/
|
115 |
</div>
|
116 |
|
117 |
<p>Thanks for installing GetSocial.io, the plugin that grows your traffic, shares and subscribers on WordPress.</p>
|
118 |
|
119 |
<div class="gs-sidebar-tooltip-link">
|
120 |
<a href="<?php echo $plugin_url; ?>">Open Plugin</a>
|
121 |
-
<a href="javascript:close_onboarding_popup()"
|
122 |
</div>
|
123 |
</div>
|
124 |
</body>
|
@@ -128,7 +128,7 @@ $plugin_url = admin_url() . '?page=wp-share-buttons-analytics-by-getsocial%2Fini
|
|
128 |
function close_onboarding_popup() {
|
129 |
|
130 |
var data = {
|
131 |
-
|
132 |
};
|
133 |
|
134 |
// since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
|
111 |
<p>Here’s a quick video on how to install and use GetSocial:</p>
|
112 |
|
113 |
<div class="gs-sidebar-tooltip-video">
|
114 |
+
<iframe src="https://www.youtube.com/embed/o4P6utEAN54" frameborder="0" allowfullscreen></iframe>
|
115 |
</div>
|
116 |
|
117 |
<p>Thanks for installing GetSocial.io, the plugin that grows your traffic, shares and subscribers on WordPress.</p>
|
118 |
|
119 |
<div class="gs-sidebar-tooltip-link">
|
120 |
<a href="<?php echo $plugin_url; ?>">Open Plugin</a>
|
121 |
+
<a href="javascript:close_onboarding_popup()" class="gs-close-tooltip">Close</a>
|
122 |
</div>
|
123 |
</div>
|
124 |
</body>
|
128 |
function close_onboarding_popup() {
|
129 |
|
130 |
var data = {
|
131 |
+
'action': 'save_popup_visit',
|
132 |
};
|
133 |
|
134 |
// since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
|
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.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.
|
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 |
|
@@ -246,6 +246,10 @@ GetSocial services or applications subscriptions, advertising or any other kind
|
|
246 |
9. Analytics for your Social Bars
|
247 |
|
248 |
== Changelog ==
|
|
|
|
|
|
|
|
|
249 |
**4.3.1**
|
250 |
- Add support to Wordpress 5.3
|
251 |
|
1 |
=== Wordpress Social Share Buttons & Analytics Plugin – GetSocial.io ===
|
2 |
Plugin Name: Wordpress Social Share Buttons & Analytics Plugin
|
3 |
+
Version: 4.3.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.4
|
10 |
+
Stable tag: 4.3.2
|
11 |
Requires PHP: 5.2.4
|
12 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
13 |
|
246 |
9. Analytics for your Social Bars
|
247 |
|
248 |
== Changelog ==
|
249 |
+
**4.3.2**
|
250 |
+
- Fix bug on request api key
|
251 |
+
- Update youtube video URL
|
252 |
+
|
253 |
**4.3.1**
|
254 |
- Add support to Wordpress 5.3
|
255 |
|
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: 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.3.2
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|