Product Feed PRO for WooCommerce - Version 7.2.7

Version Description

We forgot to apply the fix from version 7.2.6 to all plugin pages. Should be fixed now.

Download this release

Release Info

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

Code changes from version 7.2.6 to 7.2.7

TODO.txt CHANGED
@@ -6,24 +6,15 @@ Tutorial / Blog posts:
6
 
7
  Priority issues:
8
  - Change XML header for Elite users (so it doesn't say its free for example)
9
- - Add Facebook pixel measure sales/conversion in checkout (onder andere InitiateCheckout, Purchase, Search and ViewCategory pages);
10
- https://developers.facebook.com/docs/marketing-api/audiences/guides/dynamic-product-audiences
11
  - Make extra woosea fields available for front-end usage
12
  - Only update feed when changes to products have been made
13
  - Add header to extra fields on product edit pages
14
  - Add support for woocommerce multi currency plugin: https://wordpress.org/plugins/woo-multi-currency/
15
-
16
  - Do not use server time as update time in the feed but local time settings
17
  - Add g:tax support: https://support.google.com/merchants/answer/6324454?hl=en&ref_topic=6324338
18
- - Add support for Danish Guloggratis.dk: https://www.guloggratis.dk/modules/gg_ad_import/documentation/public/?categoryId=447
19
- - Add support for Polish Ceneo.pl: https://shops.ceneo.pl/documents/Informacje%20na%20temat%20struktury%20pliku%20xml.pdf
20
  - Add possibility to create OR rules
21
- - Add brand and mpn/gtin to product structured data: https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fwww.bol.com%2Fnl%2Fp%2Flogitech-g903-lightspeed-draadloze-gamingmuis%2F9200000079253509%2F
22
  - Change root XML node for custom feeds
23
- - Add Ricardo.ch category taxonomy support
24
  - Build a better WP Cron check, current one is not good enough
25
- - Add hierarchy category dropdown in filters/rules (exclude on identical subcategory names removes all)
26
  - AMAZON integration:
27
  - requires a professional seller account, 39 dollar a month, before being able to create a developer account
28
- - only than we can use their AWS service needed to connect our plugin
29
- - eBay integration
6
 
7
  Priority issues:
8
  - Change XML header for Elite users (so it doesn't say its free for example)
 
 
9
  - Make extra woosea fields available for front-end usage
10
  - Only update feed when changes to products have been made
11
  - Add header to extra fields on product edit pages
12
  - Add support for woocommerce multi currency plugin: https://wordpress.org/plugins/woo-multi-currency/
 
13
  - Do not use server time as update time in the feed but local time settings
14
  - Add g:tax support: https://support.google.com/merchants/answer/6324454?hl=en&ref_topic=6324338
 
 
15
  - Add possibility to create OR rules
 
16
  - Change root XML node for custom feeds
 
17
  - Build a better WP Cron check, current one is not good enough
 
18
  - AMAZON integration:
19
  - requires a professional seller account, 39 dollar a month, before being able to create a developer account
20
+ - only than we can use their MWS service needed to connect our plugin
 
js/woosea_key.js CHANGED
@@ -27,7 +27,7 @@ jQuery(document).ready(function($) {
27
  var license_key = $('#license-key').val();
28
 
29
  jQuery.ajax({
30
- url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=7.2.6',
31
  jsonp: 'callback',
32
  dataType: 'jsonp',
33
  type: 'GET',
27
  var license_key = $('#license-key').val();
28
 
29
  jQuery.ajax({
30
+ url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=7.2.7',
31
  jsonp: 'callback',
32
  dataType: 'jsonp',
33
  type: 'GET',
pages/admin/woosea-manage-feed.php CHANGED
@@ -96,10 +96,6 @@ if (!wp_next_scheduled( 'woosea_cron_hook' ) ) {
96
  }
97
  update_option('cron_projects', $cron_projects);
98
  } else {
99
-
100
- delete_option('woosea_getelite_notification');
101
-
102
-
103
  // Set default notification to show
104
  $getelite_notice = get_option('woosea_getelite_notification');
105
  if(empty($getelite_notice['show'])){
96
  }
97
  update_option('cron_projects', $cron_projects);
98
  } else {
 
 
 
 
99
  // Set default notification to show
100
  $getelite_notice = get_option('woosea_getelite_notification');
101
  if(empty($getelite_notice['show'])){
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.3
8
- Stable tag: 7.2.6
9
 
10
  == Description ==
11
 
@@ -309,6 +309,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
309
 
310
  === Changelog ===
311
 
 
 
 
312
  = 7.2.6 (2020-01-21) =
313
  * The Get Elite notice is dismissable logic did not work, this has been fixed now.
314
 
@@ -2302,6 +2305,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
2302
 
2303
  == Upgrade Notice ==
2304
 
 
 
 
2305
  = 7.2.6 =
2306
  The Get Elite notice is dismissable logic did not work, this has been fixed now.
2307
 
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.3
8
+ Stable tag: 7.2.7
9
 
10
  == Description ==
11
 
309
 
310
  === Changelog ===
311
 
312
+ = 7.2.7 (2020-01-21) =
313
+ * We forgot to apply the fix from version 7.2.6 to all plugin pages. Should be fixed now.
314
+
315
  = 7.2.6 (2020-01-21) =
316
  * The Get Elite notice is dismissable logic did not work, this has been fixed now.
317
 
2305
 
2306
  == Upgrade Notice ==
2307
 
2308
+ = 7.2.7 =
2309
+ We forgot to apply the fix from version 7.2.6 to all plugin pages. Should be fixed now.
2310
+
2311
  = 7.2.6 =
2312
  The Get Elite notice is dismissable logic did not work, this has been fixed now.
2313
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 7.2.6
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', '7.2.6' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54
 
@@ -3724,7 +3724,7 @@ function woosea_license_valid(){
3724
 
3725
  if(!empty($license_information['license_key'])){
3726
  $curl = curl_init();
3727
- $url = "https://www.adtribes.io/check/license.php?key=$license_information[license_key]&email=$license_information[license_email]&domain=$domain&version=7.2.6";
3728
 
3729
  curl_setopt_array($curl, array(
3730
  CURLOPT_RETURNTRANSFER => 1,
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
+ * Version: 7.2.7
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', '7.2.7' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54
 
3724
 
3725
  if(!empty($license_information['license_key'])){
3726
  $curl = curl_init();
3727
+ $url = "https://www.adtribes.io/check/license.php?key=$license_information[license_key]&email=$license_information[license_email]&domain=$domain&version=7.2.7";
3728
 
3729
  curl_setopt_array($curl, array(
3730
  CURLOPT_RETURNTRANSFER => 1,