CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.3.26

Version Description

(2021-02-03) = * Added: WooCommerce latest version(4.9) compatibility. * Fixed: Performance enhancement. * Fixed: Junk cleaned.

Download this release

Release Info

Developer wahid0003
Plugin Icon 128x128 CTX Feed – WooCommerce Product Feed Manager Plugin
Version 4.3.26
Comparing to
See all releases

Code changes from version 4.3.25 to 4.3.26

Files changed (2) hide show
  1. README.txt +7 -2
  2. woo-feed.php +4 -4
README.txt CHANGED
@@ -1,4 +1,4 @@
1
- === WooCommerce Product Feed for Google, Facebook, Bing, Pinterest, Skroutz and Many More ===
2
  Contributors: wahid0003, webappick, mhamudul_hk, shuvo586, nayanchamp7
3
  Donate link: https://webappick.com
4
  Tags: product feed, woocommerce, google shopping, facebook catalog, bing shopping, Instagram, skroutz
@@ -8,7 +8,7 @@ Google Product Review feed, product variations, rakuteen, shopping, skroutz, TSV
8
  Requires at least: 3.6
9
  Tested Up To: 5.6
10
  Requires PHP: 5.6
11
- Stable tag: 4.3.25
12
  License: GPLv2 or later
13
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
14
 
@@ -501,6 +501,11 @@ Using pro version:
501
 
502
  == Changelog ==
503
 
 
 
 
 
 
504
  = 4.3.25 (2021-02-01) =
505
  * Added: Date format in output type.
506
 
1
+ === Product Feed for WooCommerce ===
2
  Contributors: wahid0003, webappick, mhamudul_hk, shuvo586, nayanchamp7
3
  Donate link: https://webappick.com
4
  Tags: product feed, woocommerce, google shopping, facebook catalog, bing shopping, Instagram, skroutz
8
  Requires at least: 3.6
9
  Tested Up To: 5.6
10
  Requires PHP: 5.6
11
+ Stable tag: 4.3.26
12
  License: GPLv2 or later
13
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
14
 
501
 
502
  == Changelog ==
503
 
504
+ = 4.3.26 (2021-02-03) =
505
+ * Added: WooCommerce latest version(4.9) compatibility.
506
+ * Fixed: Performance enhancement.
507
+ * Fixed: Junk cleaned.
508
+
509
  = 4.3.25 (2021-02-01) =
510
  * Added: Date format in output type.
511
 
woo-feed.php CHANGED
@@ -7,10 +7,10 @@
7
  * @package Woo_Feed
8
  *
9
  * @wordpress-plugin
10
- * Plugin Name: WooCommerce Product Feed
11
  * Plugin URI: https://webappick.com/
12
  * Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
13
- * Version: 4.3.25
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
@@ -25,7 +25,7 @@
25
  *
26
  * WC Requirement & Test
27
  * WC requires at least: 3.2
28
- * WC tested up to: 4.7
29
  */
30
 
31
  if ( ! defined( 'ABSPATH' ) ) {
@@ -38,7 +38,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
38
  * @var string
39
  * @since 3.1.6
40
  */
41
- define( 'WOO_FEED_FREE_VERSION', '4.3.25' );
42
  }
43
 
44
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
7
  * @package Woo_Feed
8
  *
9
  * @wordpress-plugin
10
+ * Plugin Name: Product Feed for WooCommerce
11
  * Plugin URI: https://webappick.com/
12
  * Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
13
+ * Version: 4.3.26
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
25
  *
26
  * WC Requirement & Test
27
  * WC requires at least: 3.2
28
+ * WC tested up to: 4.9
29
  */
30
 
31
  if ( ! defined( 'ABSPATH' ) ) {
38
  * @var string
39
  * @since 3.1.6
40
  */
41
+ define( 'WOO_FEED_FREE_VERSION', '4.3.26' );
42
  }
43
 
44
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {