Version Description
(2022-04-26) = * Updated: Idealo ImageURLs attribute value updated to semicolon seperated.
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 4.4.59 |
Comparing to | |
See all releases |
Code changes from version 4.4.58 to 4.4.59
- README.txt +6 -3
- includes/classes/class-woo-feed-constants.php +1 -1
- woo-feed.php +2 -3
README.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
|
2 |
-
Contributors: wahid0003, webappick, mhamudul_hk, shuvo586, nayanchamp7, mrinal013
|
3 |
Donate link: https://webappick.com
|
4 |
Tags: WooCommerce Product Feed, WooCommerce, Google Shopping, Google Merchant, Facebook Catalog, Bing Shopping, Instagram Shop, Skroutz Data Feed, XML Feed, CSV Feed, TXT Feed, Product Feed
|
5 |
Requires at least: 4.4
|
6 |
Tested Up To: 5.9
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 4.4.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -590,6 +590,9 @@ Using pro version:
|
|
590 |
|
591 |
== Changelog ==
|
592 |
|
|
|
|
|
|
|
593 |
= 4.4.58 (2022-04-21) =
|
594 |
* Fixed: During auto update Google Review Feed structure is changed - issue has been fixed.
|
595 |
|
1 |
+
=== CTX Feed – WooCommerce Product Feed Manager Plugin ===
|
2 |
+
Contributors: wahid0003, webappick, mhamudul_hk, shuvo586, nayanchamp7, mrinal013, anwarwebappick
|
3 |
Donate link: https://webappick.com
|
4 |
Tags: WooCommerce Product Feed, WooCommerce, Google Shopping, Google Merchant, Facebook Catalog, Bing Shopping, Instagram Shop, Skroutz Data Feed, XML Feed, CSV Feed, TXT Feed, Product Feed
|
5 |
Requires at least: 4.4
|
6 |
Tested Up To: 5.9
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 4.4.59
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
590 |
|
591 |
== Changelog ==
|
592 |
|
593 |
+
= 4.4.59 (2022-04-26) =
|
594 |
+
* Updated: Idealo ImageURLs attribute value updated to semicolon seperated.
|
595 |
+
|
596 |
= 4.4.58 (2022-04-21) =
|
597 |
* Fixed: During auto update Google Review Feed structure is changed - issue has been fixed.
|
598 |
|
includes/classes/class-woo-feed-constants.php
CHANGED
@@ -23,7 +23,7 @@ if( ! class_exists("Woo_Feed_Constants") ) {
|
|
23 |
* @var string
|
24 |
* @since 3.1.6
|
25 |
*/
|
26 |
-
define( 'WOO_FEED_FREE_VERSION', '4.4.
|
27 |
}
|
28 |
|
29 |
if ( ! defined( 'WOO_FEED_FREE_PATH' ) ) {
|
23 |
* @var string
|
24 |
* @since 3.1.6
|
25 |
*/
|
26 |
+
define( 'WOO_FEED_FREE_VERSION', '4.4.59' );
|
27 |
}
|
28 |
|
29 |
if ( ! defined( 'WOO_FEED_FREE_PATH' ) ) {
|
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.4.
|
14 |
* Author: WebAppick
|
15 |
* Author URI: https://webappick.com/
|
16 |
* License: GPL v2
|
@@ -32,7 +32,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
32 |
die(); // If this file is called directly, abort.
|
33 |
}
|
34 |
|
35 |
-
|
36 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|
37 |
/**
|
38 |
* Plugin Base File
|
@@ -77,7 +76,7 @@ require_once WOO_FEED_FREE_PATH . 'includes/helper.php';
|
|
77 |
require_once WOO_FEED_FREE_PATH . 'includes/cron-helper.php';
|
78 |
|
79 |
/**
|
80 |
-
* Installer
|
81 |
*/
|
82 |
require_once WOO_FEED_FREE_PATH . 'includes/class-woo-feed-installer.php';
|
83 |
|
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.4.59
|
14 |
* Author: WebAppick
|
15 |
* Author URI: https://webappick.com/
|
16 |
* License: GPL v2
|
32 |
die(); // If this file is called directly, abort.
|
33 |
}
|
34 |
|
|
|
35 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|
36 |
/**
|
37 |
* Plugin Base File
|
76 |
require_once WOO_FEED_FREE_PATH . 'includes/cron-helper.php';
|
77 |
|
78 |
/**
|
79 |
+
* Installer
|
80 |
*/
|
81 |
require_once WOO_FEED_FREE_PATH . 'includes/class-woo-feed-installer.php';
|
82 |
|