Changeset 3247974
- Timestamp:
- 02/27/2025 03:56:22 PM (13 months ago)
- Location:
- product-share
- Files:
-
- 56 added
- 6 edited
-
tags/1.2.16.1 (added)
-
tags/1.2.16.1/admin (added)
-
tags/1.2.16.1/admin/css (added)
-
tags/1.2.16.1/admin/css/backend-rtl.css (added)
-
tags/1.2.16.1/admin/css/backend.css (added)
-
tags/1.2.16.1/admin/css/backend.min.css (added)
-
tags/1.2.16.1/admin/js (added)
-
tags/1.2.16.1/admin/js/backend.js (added)
-
tags/1.2.16.1/admin/js/backend.min.js (added)
-
tags/1.2.16.1/fonts (added)
-
tags/1.2.16.1/fonts/fontawesome (added)
-
tags/1.2.16.1/fonts/fontawesome/css (added)
-
tags/1.2.16.1/fonts/fontawesome/css/all.css (added)
-
tags/1.2.16.1/fonts/fontawesome/css/all.min.css (added)
-
tags/1.2.16.1/fonts/fontawesome/webfonts (added)
-
tags/1.2.16.1/fonts/fontawesome/webfonts/fa-brands-400.ttf (added)
-
tags/1.2.16.1/fonts/fontawesome/webfonts/fa-brands-400.woff2 (added)
-
tags/1.2.16.1/fonts/fontawesome/webfonts/fa-regular-400.ttf (added)
-
tags/1.2.16.1/fonts/fontawesome/webfonts/fa-regular-400.woff2 (added)
-
tags/1.2.16.1/fonts/fontawesome/webfonts/fa-solid-900.ttf (added)
-
tags/1.2.16.1/fonts/fontawesome/webfonts/fa-solid-900.woff2 (added)
-
tags/1.2.16.1/fonts/fontawesome/webfonts/fa-v4compatibility.ttf (added)
-
tags/1.2.16.1/fonts/fontawesome/webfonts/fa-v4compatibility.woff2 (added)
-
tags/1.2.16.1/includes (added)
-
tags/1.2.16.1/includes/class-product-share-admin-settings.php (added)
-
tags/1.2.16.1/includes/class-product-share-front.php (added)
-
tags/1.2.16.1/includes/class-product-share-icons.php (added)
-
tags/1.2.16.1/includes/class-product-share.php (added)
-
tags/1.2.16.1/includes/compatibility.php (added)
-
tags/1.2.16.1/includes/layout.php (added)
-
tags/1.2.16.1/includes/setting-tab (added)
-
tags/1.2.16.1/includes/setting-tab/advanced.php (added)
-
tags/1.2.16.1/includes/setting-tab/general.php (added)
-
tags/1.2.16.1/includes/wpxtension (added)
-
tags/1.2.16.1/includes/wpxtension/wpx-menu.php (added)
-
tags/1.2.16.1/includes/wpxtension/wpx-setting-fields.php (added)
-
tags/1.2.16.1/includes/wpxtension/wpx-sidebar.php (added)
-
tags/1.2.16.1/includes/wpxtension/wpxtension-admin-rtl.css (added)
-
tags/1.2.16.1/includes/wpxtension/wpxtension-admin.css (added)
-
tags/1.2.16.1/includes/wpxtension/wpxtension-admin.min-rtl.css (added)
-
tags/1.2.16.1/includes/wpxtension/wpxtension-admin.min.css (added)
-
tags/1.2.16.1/languages (added)
-
tags/1.2.16.1/languages/product-share.pot (added)
-
tags/1.2.16.1/package.json (added)
-
tags/1.2.16.1/product-share.php (added)
-
tags/1.2.16.1/public (added)
-
tags/1.2.16.1/public/css (added)
-
tags/1.2.16.1/public/css/public-rtl.css (added)
-
tags/1.2.16.1/public/css/public.css (added)
-
tags/1.2.16.1/public/css/public.min-rtl.css (added)
-
tags/1.2.16.1/public/css/public.min.css (added)
-
tags/1.2.16.1/public/js (added)
-
tags/1.2.16.1/public/js/public.js (added)
-
tags/1.2.16.1/public/js/public.min.js (added)
-
tags/1.2.16.1/readme.txt (added)
-
tags/1.2.16.1/uninstall.php (added)
-
trunk/includes/class-product-share-admin-settings.php (modified) (2 diffs)
-
trunk/includes/class-product-share.php (modified) (1 diff)
-
trunk/languages/product-share.pot (modified) (6 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/product-share.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-share/trunk/includes/class-product-share-admin-settings.php
r3241395 r3247974 179 179 180 180 //In our file that handles the request, verify the nonce. 181 if ( isset( $_REQUEST['_wpnonce'] ) && ! wp_verify_nonce( sanitize_key( wp_unslash( $_REQUEST['_wpnonce'] ) ), 'psfw-settings' ) ) { 182 die( esc_html__( 'Security check', 'product-share' ) ); 183 } else { 184 181 if ( isset( $_GET['_wpnonce'] ) && wp_verify_nonce( sanitize_key( wp_unslash( $_GET['_wpnonce'] ) ), 'psfw-settings' ) ) { 185 182 if( isset( $_GET['tab'] ) && 'advanced' === $_GET['tab'] ){ 186 183 delete_option('product_share_option_advanced'); … … 198 195 exit(); 199 196 } 197 } else { 198 199 die( esc_html__( 'Security check', 'product-share' ) ); 200 200 201 201 } -
product-share/trunk/includes/class-product-share.php
r3241395 r3247974 12 12 protected $_plugin = 'product-share'; 13 13 14 protected $_version = '1.2.16 ';14 protected $_version = '1.2.16.1'; 15 15 16 16 protected static $_instance = null; -
product-share/trunk/languages/product-share.pot
r3241395 r3247974 1 # Copyright (C) 2025 product-share2 # This file is distributed under the GPLv2 or later license.1 # Copyright (C) 2025 WPXtension 2 # This file is distributed under the GPLv2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: product-share 1.2.16\n"5 "Project-Id-Version: Social Share for WooCommerce 1.2.16.1\n" 6 6 "Report-Msgid-Bugs-To: WPXtension <EMAIL>\n" 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 "Language-Team: LANGUAGE <LL@li.org>\n" 7 9 "MIME-Version: 1.0\n" 10 "Content-Type: text/plain; charset=UTF-8\n" 8 11 "Content-Transfer-Encoding: 8bit\n" 9 "Content-Type: text/plain; charset=iso-8859-1\n" 10 "Plural-Forms: nplurals=2; plural=(n!=1);\n" 11 "POT-Creation-Date: 2025-02-16T09:19:29.731Z\n" 12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 13 "Last-Translator: WPXtension <EMAIL>\n" 14 "Language-Team: WPXtension <EMAIL>\n" 15 "X-Generator: @wp-blocks/make-pot 1.4.0\n" 16 "Language: en\n" 17 "domain: X-Domain: product-share\n" 18 19 #: product-share.php 20 #. Name of the plugin 12 "POT-Creation-Date: 2025-02-27T15:50:43+00:00\n" 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.10.0\n" 15 "X-Domain: product-share\n" 16 17 #. Plugin Name of the plugin 18 #: C:\Users\USER\Local Sites\share\app\public\wp-content\plugins\product-share\product-share.php 21 19 msgid "Social Share for WooCommerce" 22 20 msgstr "" 23 21 24 # : product-share.php25 # . Url of the plugin22 #. Plugin URI of the plugin 23 #: C:\Users\USER\Local Sites\share\app\public\wp-content\plugins\product-share\product-share.php 26 24 msgid "https://wordpress.org/plugins/product-share/" 27 25 msgstr "" 28 26 29 #: product-share.php30 27 #. Description of the plugin 31 msgid "" 32 "Display social icons on the different spots of product pages to share your " 33 "WooCommerce product on social media." 34 msgstr "" 35 36 #: product-share.php 28 #: C:\Users\USER\Local Sites\share\app\public\wp-content\plugins\product-share\product-share.php 29 msgid "Display social icons on the different spots of product pages to share your WooCommerce product on social media." 30 msgstr "" 31 37 32 #. Author of the plugin 33 #: C:\Users\USER\Local Sites\share\app\public\wp-content\plugins\product-share\product-share.php 38 34 msgid "WPXtension" 39 35 msgstr "" 40 36 41 #: product-share.php42 37 #. Author URI of the plugin 38 #: C:\Users\USER\Local Sites\share\app\public\wp-content\plugins\product-share\product-share.php 43 39 msgid "https://wpxtension.com" 44 40 msgstr "" 45 41 46 #: product-share.php:37 47 msgid "<strong>Social Share for WooCommerce</strong> is an add-on of " 48 msgstr "" 49 50 #: product-share.php:45 51 msgid "WooCommerce" 42 #: includes/class-product-share-admin-settings.php:135 43 msgid "Settings" 44 msgstr "" 45 46 #: includes/class-product-share-admin-settings.php:141 47 msgid "Go Premium" 48 msgstr "" 49 50 #: includes/class-product-share-admin-settings.php:199 51 msgid "Security check" 52 msgstr "" 53 54 #: includes/class-product-share-front.php:85 55 #: includes/class-product-share-icons.php:259 56 #: includes/class-product-share-icons.php:264 57 msgid "Copy to Clipboard" 58 msgstr "" 59 60 #: includes/class-product-share-front.php:86 61 msgid "Copied to Clipboard" 62 msgstr "" 63 64 #: includes/class-product-share-front.php:145 65 #: includes/class-product-share-front.php:357 66 #: includes/class-product-share.php:199 67 #: includes/setting-tab/advanced.php:20 68 msgid "Share On:" 69 msgstr "" 70 71 #: includes/class-product-share-front.php:194 72 #: includes/setting-tab/general.php:37 73 msgid "Email" 74 msgstr "" 75 76 #: includes/class-product-share-front.php:322 77 msgid "Copy Link" 78 msgstr "" 79 80 #: includes/class-product-share-front.php:328 81 #: includes/class-product-share-icons.php:282 82 #: includes/class-product-share-icons.php:287 83 msgid "All Icon" 84 msgstr "" 85 86 #: includes/class-product-share-icons.php:243 87 msgid "Check this out: " 52 88 msgstr "" 53 89 … … 79 115 msgstr "" 80 116 81 #: includes/class-product-share.php:199 82 #: includes/class-product-share-front.php:145 83 #: includes/class-product-share-front.php:357 84 #: includes/setting-tab/advanced.php:20 85 msgid "Share On:" 86 msgstr "" 87 88 #: includes/class-product-share-icons.php:243 89 msgid "Check this out: " 90 msgstr "" 91 92 #: includes/class-product-share-icons.php:259 93 #: includes/class-product-share-icons.php:264 94 #: includes/class-product-share-front.php:85 95 msgid "Copy to Clipboard" 96 msgstr "" 97 98 #: includes/class-product-share-icons.php:282 99 #: includes/class-product-share-icons.php:287 100 #: includes/class-product-share-front.php:328 101 msgid "All Icon" 102 msgstr "" 103 104 #: includes/class-product-share-front.php:86 105 msgid "Copied to Clipboard" 106 msgstr "" 107 108 #: includes/class-product-share-front.php:194 109 #: includes/setting-tab/general.php:37 110 msgid "Email" 111 msgstr "" 112 113 #: includes/class-product-share-front.php:322 114 msgid "Copy Link" 115 msgstr "" 116 117 #: includes/class-product-share-admin-settings.php:135 118 msgid "Settings" 119 msgstr "" 120 121 #: includes/class-product-share-admin-settings.php:141 122 msgid "Go Premium" 123 msgstr "" 124 125 #: includes/class-product-share-admin-settings.php:182 126 msgid "Security check" 127 msgstr "" 128 129 #: includes/wpxtension/wpx-setting-fields.php:43 130 msgid "Unlock this feature >>>" 131 msgstr "" 132 133 #: includes/wpxtension/wpx-setting-fields.php:235 134 msgid "Added License" 135 msgstr "" 136 137 #: includes/wpxtension/wpx-setting-fields.php:241 138 msgid "License not added yet!" 139 msgstr "" 140 141 #: includes/setting-tab/general.php:9 142 msgid "Icons to Display" 143 msgstr "" 144 145 #: includes/setting-tab/general.php:47 146 msgid "More Icons" 147 msgstr "" 148 149 #: includes/setting-tab/general.php:102 150 msgid "Icon Appearance" 151 msgstr "" 152 153 #: includes/setting-tab/general.php:132 154 msgid "Social Button Shape" 155 msgstr "" 156 157 #: includes/setting-tab/general.php:161 158 msgid "Enable \"Copy to Clipboard\"" 159 msgstr "" 160 161 #: includes/setting-tab/general.php:165 162 msgid "Display \"Copy to Clipboard\" button to copy product link." 163 msgstr "" 164 165 #: includes/setting-tab/general.php:166 166 msgid "" 167 "Note: To get it to work, your site should have a secure connection. For " 168 "Example: https://example.com" 169 msgstr "" 170 171 #: includes/setting-tab/general.php:175 172 msgid "Enable \"All Icon\" Button" 173 msgstr "" 174 175 #: includes/setting-tab/general.php:179 176 msgid "" 177 "Display a \"plus\" button to show a popup/modal containing all the social " 178 "icons\"." 179 msgstr "" 180 117 #: includes/setting-tab/advanced.php:3 118 msgid "Icon Title Style Settings" 119 msgstr "" 120 121 #: includes/setting-tab/advanced.php:12 122 msgid "Title Text" 123 msgstr "" 124 125 #: includes/setting-tab/advanced.php:17 126 msgid "Note: Set your own title here. Default is \"Share On:\"" 127 msgstr "" 128 129 #: includes/setting-tab/advanced.php:19 130 #: includes/setting-tab/advanced.php:51 131 #: includes/setting-tab/advanced.php:66 132 #: includes/setting-tab/advanced.php:81 181 133 #: includes/setting-tab/general.php:181 182 134 #: includes/setting-tab/general.php:195 183 135 #: includes/setting-tab/general.php:258 184 136 #: includes/setting-tab/general.php:318 185 #: includes/setting-tab/advanced.php:19186 #: includes/setting-tab/advanced.php:51187 #: includes/setting-tab/advanced.php:66188 #: includes/setting-tab/advanced.php:81189 137 msgid "New" 138 msgstr "" 139 140 #: includes/setting-tab/advanced.php:29 141 msgid "Text Weight" 142 msgstr "" 143 144 #: includes/setting-tab/advanced.php:60 145 #: includes/setting-tab/advanced.php:177 146 msgid "Font Size" 147 msgstr "" 148 149 #: includes/setting-tab/advanced.php:75 150 msgid "Title Color" 151 msgstr "" 152 153 #: includes/setting-tab/advanced.php:88 154 msgid "Tooltip Style Settings" 155 msgstr "" 156 157 #: includes/setting-tab/advanced.php:98 158 msgid "Tooltip Text Color" 159 msgstr "" 160 161 #: includes/setting-tab/advanced.php:112 162 msgid "Tooltip Background Color" 163 msgstr "" 164 165 #: includes/setting-tab/advanced.php:125 166 msgid "Basic Style Settings" 167 msgstr "" 168 169 #: includes/setting-tab/advanced.php:135 170 #: includes/setting-tab/advanced.php:229 171 #: includes/setting-tab/general.php:498 172 msgid "Background Color" 173 msgstr "" 174 175 #: includes/setting-tab/advanced.php:149 176 #: includes/setting-tab/advanced.php:243 177 msgid "Border Color" 178 msgstr "" 179 180 #: includes/setting-tab/advanced.php:163 181 #: includes/setting-tab/advanced.php:257 182 msgid "Text Color" 183 msgstr "" 184 185 #: includes/setting-tab/advanced.php:191 186 msgid "Width" 187 msgstr "" 188 189 #: includes/setting-tab/advanced.php:205 190 msgid "Height" 191 msgstr "" 192 193 #: includes/setting-tab/advanced.php:219 194 msgid "Hover Style Settings" 195 msgstr "" 196 197 #: includes/setting-tab/general.php:9 198 msgid "Icons to Display" 199 msgstr "" 200 201 #: includes/setting-tab/general.php:47 202 msgid "More Icons" 203 msgstr "" 204 205 #: includes/setting-tab/general.php:102 206 msgid "Icon Appearance" 207 msgstr "" 208 209 #: includes/setting-tab/general.php:132 210 msgid "Social Button Shape" 211 msgstr "" 212 213 #: includes/setting-tab/general.php:161 214 msgid "Enable \"Copy to Clipboard\"" 215 msgstr "" 216 217 #: includes/setting-tab/general.php:165 218 msgid "Display \"Copy to Clipboard\" button to copy product link." 219 msgstr "" 220 221 #: includes/setting-tab/general.php:166 222 msgid "Note: To get it to work, your site should have a secure connection. For Example: https://example.com" 223 msgstr "" 224 225 #: includes/setting-tab/general.php:175 226 msgid "Enable \"All Icon\" Button" 227 msgstr "" 228 229 #: includes/setting-tab/general.php:179 230 msgid "Display a \"plus\" button to show a popup/modal containing all the social icons\"." 190 231 msgstr "" 191 232 … … 219 260 220 261 #: includes/setting-tab/general.php:271 221 msgid "" 222 "Note: It will not affect `copy to clipboard` feature. Brwosers can\\'t read " 223 "encoded URL." 262 msgid "Note: It will not affect `copy to clipboard` feature. Brwosers can't read encoded URL." 224 263 msgstr "" 225 264 … … 237 276 238 277 #: includes/setting-tab/general.php:299 239 msgid "" 240 "Change the product URL to variation URL after selecting all attribute " 241 "values from the dropdowns." 278 msgid "Change the product URL to variation URL after selecting all attribute values from the dropdowns." 242 279 msgstr "" 243 280 … … 247 284 248 285 #: includes/setting-tab/general.php:314 249 msgid "" 250 "Give <code>comma (,)</code> after each target classes. <b>Examples:</b> " 251 "<code>.product.product-type-variable</code>. <br>Target a container to " 252 "ensure that both `variation_id input` and `social share icons` are inside " 253 "of it." 286 msgid "Give <code>comma (,)</code> after each target classes. <b>Examples:</b> <code>.product.product-type-variable</code>. <br>Target a container to ensure that both `variation_id input` and `social share icons` are inside of it." 254 287 msgstr "" 255 288 256 289 #: includes/setting-tab/general.php:315 257 msgid "" 258 "Keep blank, if you don\\'t have any issues with variation dropdown(s) base " 259 "share URL. This field is for fixing variation dropdown(s) base URL changing " 260 "compatibility issue." 290 msgid "Keep blank, if you don't have any issues with variation dropdown(s) base share URL. This field is for fixing variation dropdown(s) base URL changing compatibility issue." 261 291 msgstr "" 262 292 … … 294 324 msgstr "" 295 325 296 #: includes/setting-tab/general.php:498 297 #: includes/setting-tab/advanced.php:135 298 #: includes/setting-tab/advanced.php:229 299 msgid "Background Color" 300 msgstr "" 301 302 #: includes/setting-tab/advanced.php:3 303 msgid "Icon Title Style Settings" 304 msgstr "" 305 306 #: includes/setting-tab/advanced.php:12 307 msgid "Title Text" 308 msgstr "" 309 310 #: includes/setting-tab/advanced.php:17 311 msgid "Note: Set your own title here. Default is \"Share On:\"" 312 msgstr "" 313 314 #: includes/setting-tab/advanced.php:29 315 msgid "Text Weight" 316 msgstr "" 317 318 #: includes/setting-tab/advanced.php:60 319 #: includes/setting-tab/advanced.php:177 320 msgid "Font Size" 321 msgstr "" 322 323 #: includes/setting-tab/advanced.php:75 324 msgid "Title Color" 325 msgstr "" 326 327 #: includes/setting-tab/advanced.php:88 328 msgid "Tooltip Style Settings" 329 msgstr "" 330 331 #: includes/setting-tab/advanced.php:98 332 msgid "Tooltip Text Color" 333 msgstr "" 334 335 #: includes/setting-tab/advanced.php:112 336 msgid "Tooltip Background Color" 337 msgstr "" 338 339 #: includes/setting-tab/advanced.php:125 340 msgid "Basic Style Settings" 341 msgstr "" 342 343 #: includes/setting-tab/advanced.php:149 344 #: includes/setting-tab/advanced.php:243 345 msgid "Border Color" 346 msgstr "" 347 348 #: includes/setting-tab/advanced.php:163 349 #: includes/setting-tab/advanced.php:257 350 msgid "Text Color" 351 msgstr "" 352 353 #: includes/setting-tab/advanced.php:191 354 msgid "Width" 355 msgstr "" 356 357 #: includes/setting-tab/advanced.php:205 358 msgid "Height" 359 msgstr "" 360 361 #: includes/setting-tab/advanced.php:219 362 msgid "Hover Style Settings" 363 msgstr "" 326 #: includes/wpxtension/wpx-setting-fields.php:43 327 msgid "Unlock this feature >>>" 328 msgstr "" 329 330 #: includes/wpxtension/wpx-setting-fields.php:235 331 msgid "Added License" 332 msgstr "" 333 334 #: includes/wpxtension/wpx-setting-fields.php:241 335 msgid "License not added yet!" 336 msgstr "" 337 338 #: product-share.php:37 339 msgid "<strong>Social Share for WooCommerce</strong> is an add-on of " 340 msgstr "" 341 342 #: product-share.php:45 343 msgid "WooCommerce" 344 msgstr "" -
product-share/trunk/package.json
r3241395 r3247974 1 1 { 2 2 "name": "product-share", 3 "version": "1.2.16 ",3 "version": "1.2.16.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
r3241395 r3247974 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.16 7 * Version: 1.2.16.1 8 8 * Domain Path: /languages 9 9 * Requires at least: 5.5 -
product-share/trunk/readme.txt
r3241395 r3247974 7 7 Tested up to: 6.7 8 8 WC tested up to: 9.6 9 Stable tag: 1.2.16 9 Stable tag: 1.2.16.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.16.1 [27-02-2025] = 163 * Security: check. 164 * Compatibility: WooCommerce 9.7. 165 162 166 = 1.2.16 [16-02-2025] = 163 167 * Update: FontAwesome icon library updated to 6.7.2. … … 171 175 * Fix: Pinterest social icon URL issue. Updated to the new structure of the Pinterest URL. 172 176 * Update: Settings panel update. 173 * Update: Removed `https://` protocol and added `//`. It works for both HTTP and HTTPS.177 * Update: Removed https:// protocol and added //. It works for both HTTP and HTTPS. 174 178 * Compatibility: WooCommerce 9.6. 175 179
Note: See TracChangeset
for help on using the changeset viewer.