Product Feed PRO for WooCommerce - Version 11.2.6

Version Description

Tested for WooCommerce 6.2

Download this release

Release Info

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

Code changes from version 11.2.5 to 11.2.6

Files changed (4) hide show
  1. TODO.txt +1 -2
  2. js/woosea_key.js +1 -1
  3. readme.txt +7 -1
  4. woocommerce-sea.php +3 -3
TODO.txt CHANGED
@@ -12,12 +12,11 @@ Priority issues:
12
  - Local product feed - store code should also work with an attribute and not just static values
13
  - Add Pinterest Tag; https://help.pinterest.com/nl/business/article/install-the-pinterest-tag
14
  - License key input field needs to be a password field (asterixes)
15
- - Allow adding multiple pictures to Yandex feeds, see:https://wordpress.org/support/topic/yandex-yml-support/#post-14344829
16
  - A seperate FB pixel per WPML website / language
17
  - Add a preview option so only 5-10 products are being generated
18
  - Own hosted plugin updating: https://rudrastyh.com/wordpress/self-hosted-plugin-update.html
19
  - Google local product feed inventory in XML format (not just TXT like it is now)
20
- - Add support for Multisites
21
  - Add a filter on review score (and amount of reviews)
22
  - Make extra woosea fields available for front-end usage
23
  - Add header to extra fields on product edit pages
12
  - Local product feed - store code should also work with an attribute and not just static values
13
  - Add Pinterest Tag; https://help.pinterest.com/nl/business/article/install-the-pinterest-tag
14
  - License key input field needs to be a password field (asterixes)
 
15
  - A seperate FB pixel per WPML website / language
16
  - Add a preview option so only 5-10 products are being generated
17
  - Own hosted plugin updating: https://rudrastyh.com/wordpress/self-hosted-plugin-update.html
18
  - Google local product feed inventory in XML format (not just TXT like it is now)
19
+ - Add support for Wordpress Multisites
20
  - Add a filter on review score (and amount of reviews)
21
  - Make extra woosea fields available for front-end usage
22
  - Add header to extra fields on product edit pages
js/woosea_key.js CHANGED
@@ -26,7 +26,7 @@ jQuery(document).ready(function($) {
26
  var license_key = $('#license-key').val();
27
 
28
  jQuery.ajax({
29
- url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=11.2.5',
30
  jsonp: 'callback',
31
  dataType: 'jsonp',
32
  type: 'GET',
26
  var license_key = $('#license-key').val();
27
 
28
  jQuery.ajax({
29
+ url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=11.2.6',
30
  jsonp: 'callback',
31
  dataType: 'jsonp',
32
  type: 'GET',
readme.txt CHANGED
@@ -5,7 +5,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
5
  Tags: Google Shopping Feed, WooCommerce Product Feed, Facebook Product Feed, Bing Shopping Feed, Bing Product Feed, Google Merchant Feed, Skroutz, Google Product Feed, Pinterest, Idealo, Facebook Pixel, Facebook Conversion API
6
  Requires at least: 4.5
7
  Tested up to: 5.9
8
- Stable tag: 11.2.5
9
 
10
  == Description ==
11
 
@@ -337,6 +337,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
337
 
338
  === Changelog ===
339
 
 
 
 
340
  = 11.2.5 (2022-02-07) =
341
  * Solved an UTF8-encoding issue that broke XML feeds
342
 
@@ -3593,6 +3596,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
3593
 
3594
  == Upgrade Notice ==
3595
 
 
 
 
3596
  = 11.2.5 =
3597
  Solved an UTF8-encoding issue that broke XML feeds
3598
 
5
  Tags: Google Shopping Feed, WooCommerce Product Feed, Facebook Product Feed, Bing Shopping Feed, Bing Product Feed, Google Merchant Feed, Skroutz, Google Product Feed, Pinterest, Idealo, Facebook Pixel, Facebook Conversion API
6
  Requires at least: 4.5
7
  Tested up to: 5.9
8
+ Stable tag: 11.2.6
9
 
10
  == Description ==
11
 
337
 
338
  === Changelog ===
339
 
340
+ = 11.2.6 (2022-02-09) =
341
+ * Tested for WooCommerce 6.2
342
+
343
  = 11.2.5 (2022-02-07) =
344
  * Solved an UTF8-encoding issue that broke XML feeds
345
 
3596
 
3597
  == Upgrade Notice ==
3598
 
3599
+ = 11.2.6 =
3600
+ Tested for WooCommerce 6.2
3601
+
3602
  = 11.2.5 =
3603
  Solved an UTF8-encoding issue that broke XML feeds
3604
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 11.2.5
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, Skroutz, Yandex, Comparison shopping websites and over a 100 channels more.
7
  * Author: AdTribes.io
@@ -17,7 +17,7 @@
17
  * Domain Path: /languages
18
  *
19
  * WC requires at least: 4.4
20
- * WC tested up to: 6.1
21
  *
22
  * Product Feed PRO for WooCommerce is free software: you can redistribute it and/or modify
23
  * it under the terms of the GNU General Public License as published by
@@ -48,7 +48,7 @@ if (!defined('ABSPATH')) {
48
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
- define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '11.2.5' );
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: 11.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, Skroutz, Yandex, Comparison shopping websites and over a 100 channels more.
7
  * Author: AdTribes.io
17
  * Domain Path: /languages
18
  *
19
  * WC requires at least: 4.4
20
+ * WC tested up to: 6.2
21
  *
22
  * Product Feed PRO for WooCommerce is free software: you can redistribute it and/or modify
23
  * it under the terms of the GNU General Public License as published by
48
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
+ define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '11.2.6' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54