CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.3.69

Version Description

(2021-04-18) = * Fixed: CDATA issue has been fixed. * Fixed: FTP setting description updated.

Download this release

Release Info

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

Code changes from version 4.3.68 to 4.3.69

README.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Product Feed, WooCommerce, Google Shopping, Google Merchant, Facebook Cata
5
  Requires at least: 3.6
6
  Tested Up To: 5.7
7
  Requires PHP: 5.6
8
- Stable tag: 4.3.68
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -428,6 +428,9 @@ Product meta and taxonomies are very common, but what if you wanted to add them
428
  * <a target="_blank" href="https://developer.yahoo.com/nativeandsearch/guide/dynamic-product-ads/operations-dpa/">Yahoo Dynamic Product Ads</a>
429
  * <a target="_blank" href="https://www.thenextad.com/">TheNextAd.com</a>
430
  * <a target="_blank" href="https://modina.de/">Modina.de</a>
 
 
 
431
 
432
 
433
  **CUSTOMER SUPPORT TEAM**
@@ -498,6 +501,10 @@ Using pro version:
498
 
499
  == Changelog ==
500
 
 
 
 
 
501
  = 4.3.68 (2021-04-15) =
502
  * Fixed: WP_POST as string fatal error has been solved.
503
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.7
7
  Requires PHP: 5.6
8
+ Stable tag: 4.3.69
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
428
  * <a target="_blank" href="https://developer.yahoo.com/nativeandsearch/guide/dynamic-product-ads/operations-dpa/">Yahoo Dynamic Product Ads</a>
429
  * <a target="_blank" href="https://www.thenextad.com/">TheNextAd.com</a>
430
  * <a target="_blank" href="https://modina.de/">Modina.de</a>
431
+ * Pametno.si
432
+ * Nabava.net
433
+ * Pametno.rs
434
 
435
 
436
  **CUSTOMER SUPPORT TEAM**
501
 
502
  == Changelog ==
503
 
504
+ = 4.3.69 (2021-04-18) =
505
+ * Fixed: CDATA issue has been fixed.
506
+ * Fixed: FTP setting description updated.
507
+
508
  = 4.3.68 (2021-04-15) =
509
  * Fixed: WP_POST as string fatal error has been solved.
510
 
admin/partials/woo-feed-settings.php CHANGED
@@ -193,7 +193,7 @@ $settings = woo_feed_get_options( 'all' );
193
  <option value="yes" <?php selected( $settings['enable_ftp_upload'], 'yes' ); ?>><?php esc_html_e( 'Enabled', 'woo-feed' ); ?></option>
194
  </select>
195
  </label>
196
- <p class="description"><?php esc_html_e( 'Disable or Enable all shipping when local pickup shipping is exists', 'woo-feed' ); ?></p>
197
  </td>
198
  </tr>
199
  <?php do_action( 'woo_feed_after_settings_page_fields' ); ?>
193
  <option value="yes" <?php selected( $settings['enable_ftp_upload'], 'yes' ); ?>><?php esc_html_e( 'Enabled', 'woo-feed' ); ?></option>
194
  </select>
195
  </label>
196
+ <p class="description"><?php esc_html_e( 'Disable or Enable FTP upload setting', 'woo-feed' ); ?></p>
197
  </td>
198
  </tr>
199
  <?php do_action( 'woo_feed_after_settings_page_fields' ); ?>
includes/classes/class-woo-feed-products-v3.php CHANGED
@@ -3434,7 +3434,7 @@ class Woo_Feed_Products_v3
3434
  }
3435
  }
3436
 
3437
- if ( in_array( 8, $outputTypes ) && ! empty( $output ) && 'xml' === $this->config['feedType'] ) { // Add CDATA
3438
  $output = '<![CDATA[' . $output . ']]>';
3439
  }
3440
  }
3434
  }
3435
  }
3436
 
3437
+ if ( in_array( 9, $outputTypes ) && ! empty( $output ) && 'xml' === $this->config['feedType'] ) { // Add CDATA
3438
  $output = '<![CDATA[' . $output . ']]>';
3439
  }
3440
  }
woo-feed.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: CTX 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.68
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
@@ -39,7 +39,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
39
  * @var string
40
  * @since 3.1.6
41
  */
42
- define( 'WOO_FEED_FREE_VERSION', '4.3.68' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
10
  * Plugin Name: CTX 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.69
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
39
  * @var string
40
  * @since 3.1.6
41
  */
42
+ define( 'WOO_FEED_FREE_VERSION', '4.3.69' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {