Product Feed PRO for WooCommerce - Version 8.0.1

Version Description

  • Removed some more obsolote license JS code
Download this release

Release Info

Developer jorisverwater
Plugin Icon 128x128 Product Feed PRO for WooCommerce
Version 8.0.1
Comparing to
See all releases

Code changes from version 8.0.0 to 8.0.1

Files changed (3) hide show
  1. js/woosea_manage.js +0 -39
  2. readme.txt +7 -1
  3. woocommerce-sea.php +2 -2
js/woosea_manage.js CHANGED
@@ -460,45 +460,6 @@ jQuery(document).ready(function($) {
460
  }
461
  })
462
 
463
-
464
- // When an Elite feature is clicked and the license is not valid show a pop-up
465
- $('#json_option').on('click', function(){ // on change of state
466
- var license_active = $(this).closest('tr').attr("class");
467
- console.log(license_active);
468
- if(license_active == "disabled"){
469
- var popup_dialog = alert("We are sorry, The JSON LD WooCommerce bug fix is an Elite feature of this plugin. Please visit AdTribes.io to acquire a license and enable this option.");
470
- }
471
- })
472
-
473
- $('#structured_vat_option').on('click', function(){ // on change of state
474
- var license_active = $(this).closest('tr').attr("class");
475
- console.log(license_active);
476
- if(license_active == "disabled"){
477
- var popup_dialog = alert("We are sorry, removing the VAT from the structured data prices is an Elite feature of this plugin. Please visit AdTribes.io to acquire a license and enable this option.");
478
- }
479
- })
480
-
481
- $('#wpml_option').on('click', function(){ // on change of state
482
- var license_active = $(this).closest('tr').attr("class");
483
- if(license_active == "disabled"){
484
- var popup_dialog = alert("We are sorry, this featue is locked. WPML support is an Elite feature of this plugin. Please visit AdTribes.io to acquire a license and enable this option.");
485
- }
486
- })
487
-
488
- $('#aelia_option').on('click', function(){ // on change of state
489
- var license_active = $(this).closest('tr').attr("class");
490
- if(license_active == "disabled"){
491
- var popup_dialog = alert("We are sorry, this feature is locked. The Aelia currency support is an Elite feature of this plugin. Please visit AdTribes.io to acquire a license and enable this option.");
492
- }
493
- })
494
-
495
- $('#identifier_option').on('click', function(){ // on change of state
496
- var license_active = $(this).closest('tr').attr("class");
497
- if(license_active == "disabled"){
498
- var popup_dialog = alert("We are sorry, adding the extra fields (such as brand, GTIN, MPN etc) is an Elite feature of this plugin. Please visit AdTribes.io to acquire a license and enable this option.");
499
- }
500
- })
501
-
502
  // Check if user would like to fix the WooCommerce structured data bug
503
  $('#fix_json_ld').on('change', function(){ // on change of state
504
 
460
  }
461
  })
462
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
463
  // Check if user would like to fix the WooCommerce structured data bug
464
  $('#fix_json_ld').on('change', function(){ // on change of state
465
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
5
  Tags: Product Feed, Google Shopping, Google Shopping Feed, WooCommerce Product Feed, WooCommerce Product Feed PRO, Bing Shopping, Bing product feed, Bing remarking, Google Merchant Feed, Google DRM Feed, Google Dynamic Remarketing Feed, Facebook feed, Google feed, Bing feed, Facebook Product Feed, Facebook Dynamic remarketing, Data Feed, WooCommerce Feed, XML product feed, CSV product feed, TSV, TXT product feed, comparison shopping engines, comparison shopping websites, vergelijk.nl, vergelijk.be, vertaa.fi, beslist.nl, kieskeurig.nl, bol.com, raketten, pricerunner, pricegrabber, Buy, leGuide, Kelkoo, Twenga, Yandex, Etsy, Dealtime, Shopzilla, Billiger, Google Product Review feed
6
  Requires at least: 4.5
7
  Tested up to: 5.4
8
- Stable tag: 8.0.0
9
 
10
  == Description ==
11
 
@@ -312,6 +312,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
312
 
313
  === Changelog ===
314
 
 
 
 
315
  = 8.0.0 (2020-04-21) =
316
  * Removed the phone home license check feature
317
  * Made all remaining features free and fully functional
@@ -2549,6 +2552,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
2549
 
2550
  == Upgrade Notice ==
2551
 
 
 
 
2552
  = 8.0.0 =
2553
  Removed the phone home license check feature
2554
  Made all remaining features free and fully functional
5
  Tags: Product Feed, Google Shopping, Google Shopping Feed, WooCommerce Product Feed, WooCommerce Product Feed PRO, Bing Shopping, Bing product feed, Bing remarking, Google Merchant Feed, Google DRM Feed, Google Dynamic Remarketing Feed, Facebook feed, Google feed, Bing feed, Facebook Product Feed, Facebook Dynamic remarketing, Data Feed, WooCommerce Feed, XML product feed, CSV product feed, TSV, TXT product feed, comparison shopping engines, comparison shopping websites, vergelijk.nl, vergelijk.be, vertaa.fi, beslist.nl, kieskeurig.nl, bol.com, raketten, pricerunner, pricegrabber, Buy, leGuide, Kelkoo, Twenga, Yandex, Etsy, Dealtime, Shopzilla, Billiger, Google Product Review feed
6
  Requires at least: 4.5
7
  Tested up to: 5.4
8
+ Stable tag: 8.0.1
9
 
10
  == Description ==
11
 
312
 
313
  === Changelog ===
314
 
315
+ = 8.0.1 (2020-04-21) =
316
+ * Removed some more obsolote license JS code
317
+
318
  = 8.0.0 (2020-04-21) =
319
  * Removed the phone home license check feature
320
  * Made all remaining features free and fully functional
2552
 
2553
  == Upgrade Notice ==
2554
 
2555
+ = 8.0.1 =
2556
+ * Removed some more obsolote license JS code
2557
+
2558
  = 8.0.0 =
2559
  Removed the phone home license check feature
2560
  Made all remaining features free and fully functional
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 8.0.0
5
  * Plugin URI: https://www.adtribes.io/support/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=woosea_product_feed_pro
6
  * Description: Configure and maintain your WooCommerce product feeds for Google Shopping, Facebook, Remarketing, Bing, Yandex, Comparison shopping websites and over a 100 channels more.
7
  * Author: AdTribes.io
@@ -48,7 +48,7 @@ if (!defined('ABSPATH')) {
48
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
- define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '8.0.0' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54
 
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
+ * Version: 8.0.1
5
  * Plugin URI: https://www.adtribes.io/support/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=woosea_product_feed_pro
6
  * Description: Configure and maintain your WooCommerce product feeds for Google Shopping, Facebook, Remarketing, Bing, Yandex, Comparison shopping websites and over a 100 channels more.
7
  * Author: AdTribes.io
48
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
+ define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '8.0.1' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54