Version Description
Download this release
Release Info
Developer | toastiestudio |
Plugin | Woocommerce Social Media Share Buttons |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- README.txt +3 -3
- index.php +2 -2
README.txt
CHANGED
@@ -5,8 +5,8 @@ Contributors: Toastie Studio
|
|
5 |
Tags: facebook, twitter, pinterest, google plus, linkedin, tumblr, stumbleupon, share button, social media buttons, social media share buttons, woocommerce, woocommerce social media share buttons, horizontal, vertical, social icons.
|
6 |
Requires at least:3.5
|
7 |
|
8 |
-
Tested up to:4.2.
|
9 |
-
Stable tag: 4.2.
|
10 |
License: GPLv2 or later
|
11 |
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -102,7 +102,7 @@ https://help.instagram.com/158826297591430
|
|
102 |
= 1.1.0 = CSS update, New share platform (VKontakte) and .mo/.po files added.
|
103 |
= 1.1.1 = Small CSS fix
|
104 |
= 1.1.2 = Small CSS fix
|
105 |
-
= 1.1.3 = Shortcode placement fix
|
106 |
|
107 |
|
108 |
|
5 |
Tags: facebook, twitter, pinterest, google plus, linkedin, tumblr, stumbleupon, share button, social media buttons, social media share buttons, woocommerce, woocommerce social media share buttons, horizontal, vertical, social icons.
|
6 |
Requires at least:3.5
|
7 |
|
8 |
+
Tested up to:4.2.4
|
9 |
+
Stable tag: 4.2.4
|
10 |
License: GPLv2 or later
|
11 |
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
102 |
= 1.1.0 = CSS update, New share platform (VKontakte) and .mo/.po files added.
|
103 |
= 1.1.1 = Small CSS fix
|
104 |
= 1.1.2 = Small CSS fix
|
105 |
+
= 1.1.3 = Shortcode placement fix
|
106 |
|
107 |
|
108 |
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WooCommerce Social Media Share Buttons
|
4 |
* Plugin URI: http://www.toastiestudio.com
|
5 |
* Description: The Woocommerce Social Media Share Buttons plugin allows visitors to your woocommerce shop to easily share your products on popular social media platforms.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: Toastie Studio
|
8 |
* Author URI: http://www.toastiestudio.com
|
9 |
* Requires at least: 3.5
|
@@ -160,7 +160,7 @@ function toastie_wc_smsb_form_code() {
|
|
160 |
}
|
161 |
}
|
162 |
$social_val.='<div style="clear:both"></div></div>';
|
163 |
-
|
164 |
}
|
165 |
|
166 |
function toastie_wc_smsb_form_short_code() {
|
3 |
* Plugin Name: WooCommerce Social Media Share Buttons
|
4 |
* Plugin URI: http://www.toastiestudio.com
|
5 |
* Description: The Woocommerce Social Media Share Buttons plugin allows visitors to your woocommerce shop to easily share your products on popular social media platforms.
|
6 |
+
* Version: 1.1.4
|
7 |
* Author: Toastie Studio
|
8 |
* Author URI: http://www.toastiestudio.com
|
9 |
* Requires at least: 3.5
|
160 |
}
|
161 |
}
|
162 |
$social_val.='<div style="clear:both"></div></div>';
|
163 |
+
echo $social_val;
|
164 |
}
|
165 |
|
166 |
function toastie_wc_smsb_form_short_code() {
|