Skip to content

Commit 442ad13

Browse files
committed
chore: release 6.10.0
1 parent 4fc14d0 commit 442ad13

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

.plugin-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "6.9.0",
2+
"version": "6.10.0",
33
"slug": "shopping-feed"
44
}

readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,22 @@
22

33
* Contributors: ShoppingFeed, BeAPI
44
* Tags: shoppingfeed, marketplace, woocommerce, woocommerce shoppingfeed, create woocommerce products shoppingfeed, products feed, generate shoppingfeed, amazon, Jet, Walmart, many marketplace, import orders
5-
* Stable tag: 6.9.0
6-
* Version: 6.9.0
5+
* Stable tag: 6.10.0
6+
* Version: 6.10.0
77
* Requires PHP: 7.3
88
* Requires at least: 5.7
99
* Tested up to: 6.7
1010
* WC requires at least: 5.1.0
11-
* WC tested up to: 9.4.3
11+
* WC tested up to: 9.6.0
1212

1313
## Upgrade Notice
1414

1515
> Version 6.0.0 is a major version, there are several changes and improvements which affect the architecture of the plugin. You will have to re-configure the plugin, all the previous settings will be lost
1616
1717
## Changelog
18+
* 6.10.0
19+
* Orders : Redesigned the shipment tracking system.
20+
* Orders (beta) : Add option to include VAT when importing orders.
1821
* 6.9.0
1922
* Feed : Fix attributes not use in variations missing in the feed.
2023
* Feed : Dimension data are correctly included in the feed.

readme.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
## ShoppingFeed
22
Contributors: ShoppingFeed, BeAPI
33
Tags: shoppingfeed, marketplace, woocommerce, woocommerce shoppingfeed, create woocommerce products shoppingfeed, products feed, generate shoppingfeed, amazon, Jet, Walmart, many marketplace, import orders
4-
Stable tag: 6.9.0
5-
Version: 6.9.0
4+
Stable tag: 6.10.0
5+
Version: 6.10.0
66
Requires PHP: 7.3
77
Requires at least: 5.7
88
Tested up to: 6.7
99
WC requires at least: 5.1.0
10-
WC tested up to: 9.4.3
10+
WC tested up to: 9.6.0
1111

1212
== Upgrade Notice ==
1313
Version 6.0.0 is a major version, there are several changes and improvements which affect the architecture of the plugin. You will have to re-configure the plugin, all the previous settings will be lost
1414

1515
== Changelog ==
16+
* 6.10.0
17+
* Orders : Redesigned the shipment tracking system.
18+
* Orders (beta) : Add option to include VAT when importing orders.
1619
* 6.9.0
1720
* Feed : Fix attributes not use in variations missing in the feed.
1821
* Feed : Dimension data are correctly included in the feed.

shoppingfeed.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
* Author URI: https://www.shopping-feed.com/
88
* Text Domain: shopping-feed
99
* Domain Path: /languages
10-
* Version: 6.9.0
10+
* Version: 6.10.0
1111
* Requires at least: 5.7
1212
* Requires PHP: 7.3
1313
* WC requires at least: 5.1.0
14-
* WC tested up to: 8.8
14+
* WC tested up to: 9.6.0
1515
* License: GPLv3 or later
1616
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1717
*/
@@ -26,7 +26,7 @@
2626
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php';
2727
}
2828

29-
define( 'SF_VERSION', '6.9.0' );
29+
define( 'SF_VERSION', '6.10.0' );
3030
define( 'SF_DB_VERSION_SLUG', 'SF_DB_VERSION' );
3131
define( 'SF_DB_VERSION', '1.0.0' );
3232
define( 'SF_UPGRADE_RUNNING', 'SF_UPGRADE_RUNNING' );

0 commit comments

Comments
 (0)