Changeset 3231509
- Timestamp:
- 01/29/2025 06:52:41 PM (14 months ago)
- Location:
- product-share
- Files:
-
- 56 added
- 6 edited
-
tags/1.2.15.1 (added)
-
tags/1.2.15.1/admin (added)
-
tags/1.2.15.1/admin/css (added)
-
tags/1.2.15.1/admin/css/backend-rtl.css (added)
-
tags/1.2.15.1/admin/css/backend.css (added)
-
tags/1.2.15.1/admin/css/backend.min.css (added)
-
tags/1.2.15.1/admin/js (added)
-
tags/1.2.15.1/admin/js/backend.js (added)
-
tags/1.2.15.1/admin/js/backend.min.js (added)
-
tags/1.2.15.1/fonts (added)
-
tags/1.2.15.1/fonts/fontawesome (added)
-
tags/1.2.15.1/fonts/fontawesome/css (added)
-
tags/1.2.15.1/fonts/fontawesome/css/all.css (added)
-
tags/1.2.15.1/fonts/fontawesome/css/all.min.css (added)
-
tags/1.2.15.1/fonts/fontawesome/webfonts (added)
-
tags/1.2.15.1/fonts/fontawesome/webfonts/fa-brands-400.ttf (added)
-
tags/1.2.15.1/fonts/fontawesome/webfonts/fa-brands-400.woff2 (added)
-
tags/1.2.15.1/fonts/fontawesome/webfonts/fa-regular-400.ttf (added)
-
tags/1.2.15.1/fonts/fontawesome/webfonts/fa-regular-400.woff2 (added)
-
tags/1.2.15.1/fonts/fontawesome/webfonts/fa-solid-900.ttf (added)
-
tags/1.2.15.1/fonts/fontawesome/webfonts/fa-solid-900.woff2 (added)
-
tags/1.2.15.1/fonts/fontawesome/webfonts/fa-v4compatibility.ttf (added)
-
tags/1.2.15.1/fonts/fontawesome/webfonts/fa-v4compatibility.woff2 (added)
-
tags/1.2.15.1/includes (added)
-
tags/1.2.15.1/includes/class-product-share-admin-settings.php (added)
-
tags/1.2.15.1/includes/class-product-share-front.php (added)
-
tags/1.2.15.1/includes/class-product-share-icons.php (added)
-
tags/1.2.15.1/includes/class-product-share.php (added)
-
tags/1.2.15.1/includes/compatibility.php (added)
-
tags/1.2.15.1/includes/layout.php (added)
-
tags/1.2.15.1/includes/setting-tab (added)
-
tags/1.2.15.1/includes/setting-tab/advanced.php (added)
-
tags/1.2.15.1/includes/setting-tab/general.php (added)
-
tags/1.2.15.1/includes/wpxtension (added)
-
tags/1.2.15.1/includes/wpxtension/wpx-menu.php (added)
-
tags/1.2.15.1/includes/wpxtension/wpx-setting-fields.php (added)
-
tags/1.2.15.1/includes/wpxtension/wpx-sidebar.php (added)
-
tags/1.2.15.1/includes/wpxtension/wpxtension-admin-rtl.css (added)
-
tags/1.2.15.1/includes/wpxtension/wpxtension-admin.css (added)
-
tags/1.2.15.1/includes/wpxtension/wpxtension-admin.min-rtl.css (added)
-
tags/1.2.15.1/includes/wpxtension/wpxtension-admin.min.css (added)
-
tags/1.2.15.1/languages (added)
-
tags/1.2.15.1/languages/product-share.pot (added)
-
tags/1.2.15.1/package.json (added)
-
tags/1.2.15.1/product-share.php (added)
-
tags/1.2.15.1/public (added)
-
tags/1.2.15.1/public/css (added)
-
tags/1.2.15.1/public/css/public-rtl.css (added)
-
tags/1.2.15.1/public/css/public.css (added)
-
tags/1.2.15.1/public/css/public.min-rtl.css (added)
-
tags/1.2.15.1/public/css/public.min.css (added)
-
tags/1.2.15.1/public/js (added)
-
tags/1.2.15.1/public/js/public.js (added)
-
tags/1.2.15.1/public/js/public.min.js (added)
-
tags/1.2.15.1/readme.txt (added)
-
tags/1.2.15.1/uninstall.php (added)
-
trunk/includes/class-product-share-icons.php (modified) (2 diffs)
-
trunk/includes/class-product-share.php (modified) (1 diff)
-
trunk/languages/product-share.pot (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/product-share.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-share/trunk/includes/class-product-share-icons.php
r3229711 r3231509 113 113 114 114 $product_image = get_the_post_thumbnail_url( $product_id ) ? get_the_post_thumbnail_url( $product_id ) : wc_placeholder_img_src(); 115 $product_ description = $product->get_description();115 $product_title = $product->get_title(); 116 116 117 117 … … 120 120 sprintf( '//pinterest.com/pin/create/button/?media=%1$s&description=%2$s&url=', 121 121 esc_url( $product_image ), 122 wp_kses_post( $product_ description)122 wp_kses_post( $product_title ) 123 123 124 124 ), -
product-share/trunk/includes/class-product-share.php
r3229711 r3231509 12 12 protected $_plugin = 'product-share'; 13 13 14 protected $_version = '1.2.15 ';14 protected $_version = '1.2.15.1'; 15 15 16 16 protected static $_instance = null; -
product-share/trunk/languages/product-share.pot
r3229711 r3231509 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: product-share 1.2.15 \n"5 "Project-Id-Version: product-share 1.2.15.1\n" 6 6 "Report-Msgid-Bugs-To: WPXtension <EMAIL>\n" 7 7 "MIME-Version: 1.0\n" … … 9 9 "Content-Type: text/plain; charset=iso-8859-1\n" 10 10 "Plural-Forms: nplurals=2; plural=(n!=1);\n" 11 "POT-Creation-Date: 2025-01- 27T06:41:20.400Z\n"11 "POT-Creation-Date: 2025-01-30T06:41:20.400Z\n" 12 12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: WPXtension <EMAIL>\n" -
product-share/trunk/package.json
r3229711 r3231509 1 1 { 2 2 "name": "product-share", 3 "version": "1.2.15 ",3 "version": "1.2.15.1", 4 4 "description": "Display social icons on the different spots of product pages to share your WooCommerce product on social media sites.", 5 5 "main": "index.js", -
product-share/trunk/product-share.php
r3229711 r3231509 5 5 * Description: Display social icons on the different spots of product pages to share your WooCommerce product on social media. 6 6 * Author: WPXtension 7 * Version: 1.2.15 7 * Version: 1.2.15.1 8 8 * Domain Path: /languages 9 9 * Requires at least: 5.5 -
product-share/trunk/readme.txt
r3229711 r3231509 7 7 Tested up to: 6.7 8 8 WC tested up to: 9.6 9 Stable tag: 1.2.15 9 Stable tag: 1.2.15.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 160 160 == Changelog == 161 161 162 = 1.2.15.1 [30-01-2025] = 163 * Fix: Pinterest social icon URL issue. Updated the Pinterest URL. 164 162 165 = 1.2.15 [27-01-2025] = 163 166 * Fix: Pinterest social icon URL issue. Updated to the new structure of the Pinterest URL.
Note: See TracChangeset
for help on using the changeset viewer.