Version Description
(2021-06-09) = * Fixed: Vendor store name attribute removed.
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 4.3.96 |
Comparing to | |
See all releases |
Code changes from version 4.3.95 to 4.3.96
- README.txt +4 -1
- includes/classes/class-woo-feed-dropdown.php +0 -5
- 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.
|
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.95 (2021-06-09) =
|
505 |
* Fixed: Brand value as wp error issue has been fixed.
|
506 |
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.7
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 4.3.96
|
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.96 (2021-06-09) =
|
505 |
+
* Fixed: Vendor store name attribute removed.
|
506 |
+
|
507 |
= 4.3.95 (2021-06-09) =
|
508 |
* Fixed: Brand value as wp error issue has been fixed.
|
509 |
|
includes/classes/class-woo-feed-dropdown.php
CHANGED
@@ -477,11 +477,6 @@ class Woo_Feed_Dropdown {
|
|
477 |
$product_attribute_enables[ 'woo_feed_identifier_' . sanitize_text_field( wp_unslash( $key ) ) ] = sanitize_text_field( $value[0] );
|
478 |
}
|
479 |
}
|
480 |
-
array_splice_preserve_keys( $attributes, count($attributes) - 1, 0, $product_attribute_enables );
|
481 |
-
if ( woo_feed_is_multi_vendor() ) {
|
482 |
-
$product_attr_dokan['vendor_store_name'] = esc_html__( 'Vendor Store Name', 'woo-feed' );
|
483 |
-
woo_feed_array_splice_preserve_keys( $attributes, count($attributes) - 1, 0, $product_attr_dokan );
|
484 |
-
}
|
485 |
|
486 |
if ( class_exists( 'All_in_One_SEO_Pack' ) ) {
|
487 |
//add all_in_one_seo_pack title array in the dropdown
|
477 |
$product_attribute_enables[ 'woo_feed_identifier_' . sanitize_text_field( wp_unslash( $key ) ) ] = sanitize_text_field( $value[0] );
|
478 |
}
|
479 |
}
|
|
|
|
|
|
|
|
|
|
|
480 |
|
481 |
if ( class_exists( 'All_in_One_SEO_Pack' ) ) {
|
482 |
//add all_in_one_seo_pack title array in the dropdown
|
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.
|
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.
|
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.96
|
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.96' );
|
43 |
}
|
44 |
|
45 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|