CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.3.88

Version Description

(2021-05-26) = * Added: Brand taxonomy issue for quick edit fixed.

Download this release

Release Info

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

Code changes from version 4.3.87 to 4.3.88

Files changed (3) hide show
  1. README.txt +4 -1
  2. includes/helper.php +11 -10
  3. woo-feed.php +2 -2
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.87
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -501,6 +501,9 @@ Using pro version:
501
 
502
  == Changelog ==
503
 
 
 
 
504
  = 4.3.87 (2021-05-23) =
505
  * Added: Filter hook added for auto update interval.
506
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.7
7
  Requires PHP: 5.6
8
+ Stable tag: 4.3.88
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
501
 
502
  == Changelog ==
503
 
504
+ = 4.3.88 (2021-05-26) =
505
+ * Added: Brand taxonomy issue for quick edit fixed.
506
+
507
  = 4.3.87 (2021-05-23) =
508
  * Added: Filter hook added for auto update interval.
509
 
includes/helper.php CHANGED
@@ -3210,16 +3210,17 @@ if ( ! function_exists( 'woo_feed_brand_taxonomy' ) ) {
3210
  'add_or_remove_items' => 'Add or remove Brands',
3211
  'choose_from_most_used' => 'Choose from the most used Brands',
3212
  );
3213
- $args = array(
3214
- 'labels' => $labels,
3215
- 'hierarchical' => true,
3216
- 'public' => true,
3217
- 'show_ui' => true,
3218
- 'show_admin_column' => false,
3219
- 'show_in_rest' => true,
3220
- 'show_in_nav_menus' => true,
3221
- 'show_tagcloud' => true,
3222
- );
 
3223
  register_taxonomy( 'woo-feed-brand', 'product', $args );
3224
  }
3225
  add_action( 'init', 'woo_feed_brand_taxonomy', 0 );
3210
  'add_or_remove_items' => 'Add or remove Brands',
3211
  'choose_from_most_used' => 'Choose from the most used Brands',
3212
  );
3213
+ $args = array(
3214
+ 'labels' => $labels,
3215
+ 'hierarchical' => true,
3216
+ 'public' => true,
3217
+ 'show_ui' => true,
3218
+ 'show_admin_column' => false,
3219
+ 'show_in_quick_edit' => false,
3220
+ 'show_in_rest' => true,
3221
+ 'show_in_nav_menus' => true,
3222
+ 'show_tagcloud' => true,
3223
+ );
3224
  register_taxonomy( 'woo-feed-brand', 'product', $args );
3225
  }
3226
  add_action( 'init', 'woo_feed_brand_taxonomy', 0 );
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.87
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.87' );
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.88
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.88' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {