Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 2.2.21 |
Comparing to | |
See all releases |
Code changes from version 2.2.20 to 2.2.21
- README.txt +2 -2
- includes/class-woo-feed-activator.php +2 -2
- includes/class-woo-feed.php +1 -1
- woo-feed.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://webappick.com
|
|
4 |
Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -296,7 +296,7 @@ Using pro version:
|
|
296 |
|
297 |
== Changelog ==
|
298 |
|
299 |
-
= 2.2.
|
300 |
* Cron schedule added to update feed individually
|
301 |
|
302 |
= 2.2.19(2018-07-31) =
|
4 |
Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 2.2.21
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
296 |
|
297 |
== Changelog ==
|
298 |
|
299 |
+
= 2.2.21(2018-09-19) =
|
300 |
* Cron schedule added to update feed individually
|
301 |
|
302 |
= 2.2.19(2018-07-31) =
|
includes/class-woo-feed-activator.php
CHANGED
@@ -32,8 +32,8 @@ class Woo_Feed_Activator
|
|
32 |
*/
|
33 |
public static function activate()
|
34 |
{
|
35 |
-
|
36 |
-
|
37 |
# Schedule Cron
|
38 |
wp_schedule_event(time(), 'woo_feed_corn', 'woo_feed_update');
|
39 |
}
|
32 |
*/
|
33 |
public static function activate()
|
34 |
{
|
35 |
+
# Schedule Update Interval
|
36 |
+
update_option('wf_schedule', '43200');
|
37 |
# Schedule Cron
|
38 |
wp_schedule_event(time(), 'woo_feed_corn', 'woo_feed_update');
|
39 |
}
|
includes/class-woo-feed.php
CHANGED
@@ -70,7 +70,7 @@ class Woo_Feed
|
|
70 |
public function __construct()
|
71 |
{
|
72 |
$this->woo_feed = 'woo-feed';
|
73 |
-
$this->version = '2.2.
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
70 |
public function __construct()
|
71 |
{
|
72 |
$this->woo_feed = 'woo-feed';
|
73 |
+
$this->version = '2.2.21';
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
woo-feed.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: WooCommerce Product Feed
|
17 |
* Plugin URI: https://webappick.com/
|
18 |
* Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
|
19 |
-
* Version: 2.2.
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|
16 |
* Plugin Name: WooCommerce Product Feed
|
17 |
* Plugin URI: https://webappick.com/
|
18 |
* Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
|
19 |
+
* Version: 2.2.21
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|