CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.2.4

Version Description

(2020-11-22) = * Added : Rank Math SEO plugin support.

Download this release

Release Info

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

Code changes from version 4.2.3 to 4.2.4

README.txt CHANGED
@@ -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.5
10
  Requires PHP: 5.6
11
- Stable tag: 4.2.3
12
  License: GPLv2 or later
13
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
14
 
@@ -311,7 +311,7 @@ Using pro version:
311
 
312
  == Changelog ==
313
 
314
- = 4.2.3 (2020-11-22) =
315
  * Added : Rank Math SEO plugin support.
316
 
317
  = 4.2.2 (2020-11-19) =
8
  Requires at least: 3.6
9
  Tested Up To: 5.5
10
  Requires PHP: 5.6
11
+ Stable tag: 4.2.4
12
  License: GPLv2 or later
13
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
14
 
311
 
312
  == Changelog ==
313
 
314
+ = 4.2.4 (2020-11-22) =
315
  * Added : Rank Math SEO plugin support.
316
 
317
  = 4.2.2 (2020-11-19) =
includes/classes/class-woo-feed-dropdown.php CHANGED
@@ -237,6 +237,16 @@ class Woo_Feed_Dropdown {
237
  'yoast_wpseo_metadesc' => esc_html__( 'Description [Yoast SEO]', 'woo-feed' ),
238
  ] );
239
  }
 
 
 
 
 
 
 
 
 
 
240
 
241
  if ( class_exists( 'WC_Subscriptions' ) ) {
242
  $attributes = array_merge( $attributes,
237
  'yoast_wpseo_metadesc' => esc_html__( 'Description [Yoast SEO]', 'woo-feed' ),
238
  ] );
239
  }
240
+
241
+ if ( class_exists( 'RankMath' ) ) {
242
+ $attributes = array_merge(
243
+ $attributes,
244
+ array(
245
+ 'rank_math_title' => esc_html__( 'Title [Rank Math SEO]', 'woo-feed' ),
246
+ 'rank_math_description' => esc_html__( 'Description [Rank Math SEO]', 'woo-feed' )
247
+ )
248
+ );
249
+ }
250
 
251
  if ( class_exists( 'WC_Subscriptions' ) ) {
252
  $attributes = array_merge( $attributes,
woo-feed.php CHANGED
@@ -10,7 +10,7 @@
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.2.3
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
@@ -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.2.3' );
42
  }
43
 
44
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
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.2.4
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
38
  * @var string
39
  * @since 3.1.6
40
  */
41
+ define( 'WOO_FEED_FREE_VERSION', '4.2.4' );
42
  }
43
 
44
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {