Skip to content

Commit bf3b999

Browse files
Merge pull request #143 from BeAPI/ver/6.11.0
Ver/6.11.0
2 parents d99fb81 + 3b04690 commit bf3b999

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
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.10.0",
2+
"version": "6.11.0",
33
"slug": "shopping-feed"
44
}

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.10.0
6-
* Version: 6.10.0
5+
* Stable tag: 6.11.0
6+
* Version: 6.11.0
77
* Requires PHP: 7.3
88
* Requires at least: 5.7
99
* Tested up to: 6.7
@@ -15,6 +15,8 @@
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.11.0
19+
* Variations : add new filter to modify variation's main image
1820
* 6.10.0
1921
* Orders : Redesigned the shipment tracking system.
2022
* Orders (beta) : Add option to include VAT when importing orders.

readme.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.10.0
5-
Version: 6.10.0
4+
Stable tag: 6.11.0
5+
Version: 6.11.0
66
Requires PHP: 7.3
77
Requires at least: 5.7
88
Tested up to: 6.7
@@ -13,6 +13,8 @@ WC tested up to: 9.6.0
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.11.0
17+
* Variations : add new filter to modify variation's main image
1618
* 6.10.0
1719
* Orders : Redesigned the shipment tracking system.
1820
* Orders (beta) : Add option to include VAT when importing orders.

shoppingfeed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://www.shopping-feed.com/
88
* Text Domain: shopping-feed
99
* Domain Path: /languages
10-
* Version: 6.10.0
10+
* Version: 6.11.0
1111
* Requires at least: 5.7
1212
* Requires PHP: 7.3
1313
* WC requires at least: 5.1.0
@@ -26,7 +26,7 @@
2626
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php';
2727
}
2828

29-
define( 'SF_VERSION', '6.10.0' );
29+
define( 'SF_VERSION', '6.11.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)