CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.7.5

Version Description

(2020-08-24) = * Tweak: do_shortcode() function applied to product title to filter shortcodes through their hooks.

Download this release

Release Info

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

Code changes from version 3.7.4 to 3.7.5

README.txt CHANGED
@@ -5,7 +5,7 @@ Tags:product feed,woocommerce product feed,google shopping feed,google shopping,
5
  Requires at least: 3.6
6
  Tested Up To: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 3.7.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -308,8 +308,11 @@ Using pro version:
308
 
309
  == Changelog ==
310
 
 
 
 
311
  = 3.7.4 (2020-08-22) =
312
- * Fixed: FIle missing issue fixed.
313
 
314
  = 3.7.3 (2020-08-22) =
315
  * Added: Category mapping feature added. Option to map store category with merchant category
5
  Requires at least: 3.6
6
  Tested Up To: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 3.7.5
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
308
 
309
  == Changelog ==
310
 
311
+ = 3.7.5 (2020-08-24) =
312
+ * Tweak: do_shortcode() function applied to product title to filter shortcodes through their hooks.
313
+
314
  = 3.7.4 (2020-08-22) =
315
+ * Fixed: Category mapping file missing issue fixed.
316
 
317
  = 3.7.3 (2020-08-22) =
318
  * Added: Category mapping feature added. Option to map store category with merchant category
includes/classes/class-woo-feed-products-v3.php CHANGED
@@ -1268,7 +1268,8 @@ class Woo_Feed_Products_v3
1268
  */
1269
  protected function title($product)
1270
  {
1271
- return $product->get_name();
 
1272
  }
1273
 
1274
  /**
1268
  */
1269
  protected function title($product)
1270
  {
1271
+
1272
+ return $this->remove_short_codes($product->get_name());
1273
  }
1274
 
1275
  /**
woo-feed.php CHANGED
@@ -11,7 +11,7 @@
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
  *
14
- * Version: 3.7.4
15
  * Author: WebAppick
16
  * Author URI: https://webappick.com/
17
  * 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', '3.7.4' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
@@ -50,7 +50,6 @@ if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
50
  */
51
  define( 'WOO_FEED_FREE_FILE', __FILE__ );
52
  }
53
-
54
  if ( ! defined( 'WOO_FEED_FREE_PATH' ) ) {
55
  /**
56
  * Plugin Path with trailing slash
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
  *
14
+ * Version: 3.7.5
15
  * Author: WebAppick
16
  * Author URI: https://webappick.com/
17
  * License: GPL v2
39
  * @var string
40
  * @since 3.1.6
41
  */
42
+ define( 'WOO_FEED_FREE_VERSION', '3.7.5' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
50
  */
51
  define( 'WOO_FEED_FREE_FILE', __FILE__ );
52
  }
 
53
  if ( ! defined( 'WOO_FEED_FREE_PATH' ) ) {
54
  /**
55
  * Plugin Path with trailing slash