Version Description
- 06.15.2017 =
- Tweak - Open social media links in a new browser tab.
Download this release
Release Info
Developer | jameskoster |
Plugin | Storefront Product Sharing |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- assets/css/style.css +0 -0
- assets/css/style.scss +0 -0
- index.php +0 -0
- languages/storefront-product-sharing.pot +6 -6
- readme.txt +6 -3
- storefront-product-sharing.php +8 -8
assets/css/style.css
CHANGED
File without changes
|
assets/css/style.scss
CHANGED
File without changes
|
index.php
CHANGED
File without changes
|
languages/storefront-product-sharing.pot
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the same license as the Storefront Product Sharing package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Storefront Product Sharing 1.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/storefront-"
|
7 |
"product-sharing\n"
|
8 |
-
"POT-Creation-Date:
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"PO-Revision-Date:
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
|
@@ -48,7 +48,7 @@ msgid "Storefront Product Sharing"
|
|
48 |
msgstr ""
|
49 |
|
50 |
#. Plugin URI of the plugin/theme
|
51 |
-
msgid "
|
52 |
msgstr ""
|
53 |
|
54 |
#. Description of the plugin/theme
|
@@ -62,5 +62,5 @@ msgid "WooThemes"
|
|
62 |
msgstr ""
|
63 |
|
64 |
#. Author URI of the plugin/theme
|
65 |
-
msgid "
|
66 |
msgstr ""
|
1 |
+
# Copyright (C) 2017 Storefront Product Sharing
|
2 |
# This file is distributed under the same license as the Storefront Product Sharing package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Storefront Product Sharing 1.0.4\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/storefront-"
|
7 |
"product-sharing\n"
|
8 |
+
"POT-Creation-Date: 2017-06-15 11:16:49+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
|
48 |
msgstr ""
|
49 |
|
50 |
#. Plugin URI of the plugin/theme
|
51 |
+
msgid "https://woocommerce.com/products/storefront-product-sharing/"
|
52 |
msgstr ""
|
53 |
|
54 |
#. Description of the plugin/theme
|
62 |
msgstr ""
|
63 |
|
64 |
#. Author URI of the plugin/theme
|
65 |
+
msgid "https://woocommerce.com/"
|
66 |
msgstr ""
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: jameskoster, woothemes, tiagonoronha
|
3 |
Tags: woocommerce, ecommerce, storefront, social, sharing, seo
|
4 |
Requires at least: 3.5
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -33,6 +33,9 @@ This plugin will only work with the [Storefront](http://wordpress.org/themes/sto
|
|
33 |
|
34 |
== Changelog ==
|
35 |
|
|
|
|
|
|
|
36 |
= 1.0.3 - 05.11.2016 =
|
37 |
* Tweak - Adjusted design to better suit Storefront 2.0.
|
38 |
|
@@ -43,4 +46,4 @@ This plugin will only work with the [Storefront](http://wordpress.org/themes/sto
|
|
43 |
* Fix - Properly encode spaces when adding the product title to the url.
|
44 |
|
45 |
= 1.0.0 - 04.01.2015 =
|
46 |
-
Initial release.
|
2 |
Contributors: jameskoster, woothemes, tiagonoronha
|
3 |
Tags: woocommerce, ecommerce, storefront, social, sharing, seo
|
4 |
Requires at least: 3.5
|
5 |
+
Tested up to: 4.8
|
6 |
+
Stable tag: 1.0.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
33 |
|
34 |
== Changelog ==
|
35 |
|
36 |
+
= 1.0.4 - 06.15.2017 =
|
37 |
+
* Tweak - Open social media links in a new browser tab.
|
38 |
+
|
39 |
= 1.0.3 - 05.11.2016 =
|
40 |
* Tweak - Adjusted design to better suit Storefront 2.0.
|
41 |
|
46 |
* Fix - Properly encode spaces when adding the product title to the url.
|
47 |
|
48 |
= 1.0.0 - 04.01.2015 =
|
49 |
+
Initial release.
|
storefront-product-sharing.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Storefront Product Sharing
|
4 |
-
* Plugin URI:
|
5 |
* Description: Add attractive social sharing icons for Facebook, Twitter, Pinterest and Email to your product pages.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: WooThemes
|
8 |
-
* Author URI:
|
9 |
* Requires at least: 4.0.0
|
10 |
-
* Tested up to: 4.
|
11 |
*
|
12 |
* Text Domain: storefront-product-sharing
|
13 |
* Domain Path: /languages/
|
@@ -84,7 +84,7 @@ final class Storefront_Product_Sharing {
|
|
84 |
$this->token = 'storefront-product-sharing';
|
85 |
$this->plugin_url = plugin_dir_url( __FILE__ );
|
86 |
$this->plugin_path = plugin_dir_path( __FILE__ );
|
87 |
-
$this->version = '1.0.
|
88 |
|
89 |
register_activation_hook( __FILE__, array( $this, 'install' ) );
|
90 |
|
@@ -215,9 +215,9 @@ final class Storefront_Product_Sharing {
|
|
215 |
?>
|
216 |
<div class="storefront-product-sharing">
|
217 |
<ul>
|
218 |
-
<li class="twitter"><a href="<?php echo esc_url( $twitter_url ); ?>"><?php _e( 'Share on Twitter', 'storefront-product-sharing' ); ?></a></li>
|
219 |
-
<li class="facebook"><a href="<?php echo esc_url( $facebook_url ); ?>"><?php _e( 'Share on Facebook', 'storefront-product-sharing' ); ?></a></li>
|
220 |
-
<li class="pinterest"><a href="<?php echo esc_url( $pinterest_url ); ?>"><?php _e( 'Pin this product', 'storefront-product-sharing' ); ?></a></li>
|
221 |
<li class="email"><a href="<?php echo esc_url( $email_url ); ?>"><?php _e( 'Share via Email', 'storefront-product-sharing' ); ?></a></li>
|
222 |
</ul>
|
223 |
</div>
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Storefront Product Sharing
|
4 |
+
* Plugin URI: https://woocommerce.com/products/storefront-product-sharing/
|
5 |
* Description: Add attractive social sharing icons for Facebook, Twitter, Pinterest and Email to your product pages.
|
6 |
+
* Version: 1.0.4
|
7 |
* Author: WooThemes
|
8 |
+
* Author URI: https://woocommerce.com/
|
9 |
* Requires at least: 4.0.0
|
10 |
+
* Tested up to: 4.8
|
11 |
*
|
12 |
* Text Domain: storefront-product-sharing
|
13 |
* Domain Path: /languages/
|
84 |
$this->token = 'storefront-product-sharing';
|
85 |
$this->plugin_url = plugin_dir_url( __FILE__ );
|
86 |
$this->plugin_path = plugin_dir_path( __FILE__ );
|
87 |
+
$this->version = '1.0.4';
|
88 |
|
89 |
register_activation_hook( __FILE__, array( $this, 'install' ) );
|
90 |
|
215 |
?>
|
216 |
<div class="storefront-product-sharing">
|
217 |
<ul>
|
218 |
+
<li class="twitter"><a href="<?php echo esc_url( $twitter_url ); ?>" target="_blank"><?php _e( 'Share on Twitter', 'storefront-product-sharing' ); ?></a></li>
|
219 |
+
<li class="facebook"><a href="<?php echo esc_url( $facebook_url ); ?>" target="_blank"><?php _e( 'Share on Facebook', 'storefront-product-sharing' ); ?></a></li>
|
220 |
+
<li class="pinterest"><a href="<?php echo esc_url( $pinterest_url ); ?>" target="_blank"><?php _e( 'Pin this product', 'storefront-product-sharing' ); ?></a></li>
|
221 |
<li class="email"><a href="<?php echo esc_url( $email_url ); ?>"><?php _e( 'Share via Email', 'storefront-product-sharing' ); ?></a></li>
|
222 |
</ul>
|
223 |
</div>
|