Product Feed PRO for WooCommerce - Version 11.1.3

Version Description

Removed htaccess feature as it seems to be conflicting for some users

Download this release

Release Info

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

Code changes from version 11.1.2 to 11.1.3

classes/class-get-products.php CHANGED
@@ -1200,22 +1200,22 @@ class WooSEA_Get_Products {
1200
  }
1201
 
1202
  // Check if htaccess exists, if not create one
1203
- $htaccess_file = $path . "/" . ".htaccess";
1204
- if ( ! file_exists( $htaccess_file ) ) {
1205
- $line_ht = "# BEGIN NoCache for woo-product-feed-pro".PHP_EOL;
1206
- $line_ht .= "<FilesMatch \"\.(".$feed_config['fileformat'].")$\">".PHP_EOL;
1207
- $line_ht .= " Header Set Pragma \"no-cache\"".PHP_EOL;
1208
- $line_ht .= " Header Set Expires \"Thu, 1 Jan 1970 00:00:00 GMT\"".PHP_EOL;
1209
- $line_ht .= " Header Set Cache-Control \"max-age=0, no-store, no-cache, must-revalidate\"".PHP_EOL;
1210
- $line_ht .= " Header Unset ETag".PHP_EOL;
1211
- $line_ht .= " FileETag None".PHP_EOL;
1212
- $line_ht .= "</FilesMatch>".PHP_EOL;
1213
- $line_ht .= "# END NoCache for woo-product-feed-pro XML".PHP_EOL;
1214
-
1215
- $fp = fopen($htaccess_file, 'a+');
1216
- fwrite($fp, $line_ht);
1217
- fclose($fp);
1218
- }
1219
 
1220
  // Check if file exists, if it does: delete it first so we can create a new updated one
1221
  if ( (file_exists( $file )) AND ($header == "true") AND ($feed_config['nr_products_processed'] == 0) || !file_exists( $file ) ) {
1200
  }
1201
 
1202
  // Check if htaccess exists, if not create one
1203
+ //$htaccess_file = $path . "/" . ".htaccess";
1204
+ //if ( ! file_exists( $htaccess_file ) ) {
1205
+ // $line_ht = "# BEGIN NoCache for woo-product-feed-pro".PHP_EOL;
1206
+ // $line_ht .= "<FilesMatch \"\.(".$feed_config['fileformat'].")$\">".PHP_EOL;
1207
+ // $line_ht .= " Header Set Pragma \"no-cache\"".PHP_EOL;
1208
+ // $line_ht .= " Header Set Expires \"Thu, 1 Jan 1970 00:00:00 GMT\"".PHP_EOL;
1209
+ // $line_ht .= " Header Set Cache-Control \"max-age=0, no-store, no-cache, must-revalidate\"".PHP_EOL;
1210
+ // $line_ht .= " Header Unset ETag".PHP_EOL;
1211
+ // $line_ht .= " FileETag None".PHP_EOL;
1212
+ // $line_ht .= "</FilesMatch>".PHP_EOL;
1213
+ // $line_ht .= "# END NoCache for woo-product-feed-pro XML".PHP_EOL;
1214
+ //
1215
+ // $fp = fopen($htaccess_file, 'a+');
1216
+ // fwrite($fp, $line_ht);
1217
+ // fclose($fp);
1218
+ //}
1219
 
1220
  // Check if file exists, if it does: delete it first so we can create a new updated one
1221
  if ( (file_exists( $file )) AND ($header == "true") AND ($feed_config['nr_products_processed'] == 0) || !file_exists( $file ) ) {
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.1.2',
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.1.3',
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.8
8
- Stable tag: 11.1.2
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.1.2 (2022-01-07) =
341
  * Added support for the Mall.sk availability feed
342
  * Added user cap filter
@@ -3553,6 +3556,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
3553
 
3554
  == Upgrade Notice ==
3555
 
 
 
 
3556
  = 11.1.2 =
3557
  Added support for the Mall.sk availability feed
3558
  Added user cap filter
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.8
8
+ Stable tag: 11.1.3
9
 
10
  == Description ==
11
 
337
 
338
  === Changelog ===
339
 
340
+ = 11.1.3 (2022-01-09) =
341
+ * Removed htaccess feature as it seems to be conflicting for some users
342
+
343
  = 11.1.2 (2022-01-07) =
344
  * Added support for the Mall.sk availability feed
345
  * Added user cap filter
3556
 
3557
  == Upgrade Notice ==
3558
 
3559
+ = 11.1.3 =
3560
+ Removed htaccess feature as it seems to be conflicting for some users
3561
+
3562
  = 11.1.2 =
3563
  Added support for the Mall.sk availability feed
3564
  Added user cap filter
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 11.1.2
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
@@ -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.1.2' );
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.1.3
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
48
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
+ define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '11.1.3' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54