Skip to content

Commit

Permalink
chore: release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Sep 12, 2023
1 parent bd2556c commit 6bb7518
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .plugin-data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "6.2.0",
"version": "6.3.0",
"slug": "shopping-feed"
}
18 changes: 16 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

* Contributors: ShoppingFeed, BeAPI
* Tags: shoppingfeed, marketplace, woocommerce, woocommerce shoppingfeed, create woocommerce products shoppingfeed, products feed, generate shoppingfeed, amazon, Jet, Walmart, many marketplace, import orders
* Stable tag: 6.2.0
* Version: 6.2.0
* Stable tag: 6.3.0
* Version: 6.3.0
* Requires PHP: 7.1
* Requires at least: 5.7
* Tested up to: 6.2
Expand All @@ -15,6 +15,9 @@
> 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
## Changelog
* 6.3.0
* Orders : Don't import orders fulfilled by the marketplaces by default, see details in the description.
* WPCLI command : don't rerun the generation process when an error occurs.
* 6.2.0
* Rework feed generation process to better handle shop with large amount of products.
* 6.1.20
Expand Down Expand Up @@ -151,6 +154,17 @@ Sign up for free on ShoppingFeed : https://shopping-feed.com/
- In Plugins > Installed Plugins > ShoppingFeed > settings, log in with your ShoppingFeed credentials
- In Settings, check that ShoppingFeed is enabled and save changes

## Orders fulfilled by the marketplaces

The plugin won't import orders fulfilled by marketplaces by default.

Options are available in the plugin settings to include those orders during the import.

They can be found in the "Orders" tab :

* Orders fulfilled by marketplace : import orders even if they are fulfilled by the marketplace.
* Fulfilled by marketplace order's status : select the status used for orders fulfilled by marketplaces when they are imported.

## Shipment tracking support
For now, the only shipment tracking plugins supported are :

Expand Down
18 changes: 16 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## ShoppingFeed
Contributors: ShoppingFeed, BeAPI
Tags: shoppingfeed, marketplace, woocommerce, woocommerce shoppingfeed, create woocommerce products shoppingfeed, products feed, generate shoppingfeed, amazon, Jet, Walmart, many marketplace, import orders
Stable tag: 6.2.0
Version: 6.2.0
Stable tag: 6.3.0
Version: 6.3.0
Requires PHP: 7.1
Requires at least: 5.7
Tested up to: 6.2
Expand All @@ -13,6 +13,9 @@ WC tested up to: 7.7
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

== Changelog ==
* 6.3.0
* Orders : Don't import orders fulfilled by the marketplaces by default, see details in the description.
* WPCLI command : don't rerun the generation process when an error occurs.
* 6.2.0
* Rework feed generation process to better handle shop with large amount of products.
* 6.1.20
Expand Down Expand Up @@ -151,6 +154,17 @@ Sign up for free on ShoppingFeed : https://shopping-feed.com/
- In Plugins > Installed Plugins > ShoppingFeed > settings, log in with your ShoppingFeed credentials
- In Settings, check that ShoppingFeed is enabled and save changes

## Orders fulfilled by the marketplaces

The plugin won't import orders fulfilled by marketplaces by default.

Options are available in the plugin settings to include those orders during the import.

They can be found in the "Orders" tab :

* Orders fulfilled by marketplace : import orders even if they are fulfilled by the marketplace.
* Fulfilled by marketplace order's status : select the status used for orders fulfilled by marketplaces when they are imported.

## Shipment tracking support

For now, the only shipment tracking plugins supported are :
Expand Down
4 changes: 2 additions & 2 deletions shoppingfeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://www.shopping-feed.com/
* Text Domain: shopping-feed
* Domain Path: /languages
* Version: 6.2.0
* Version: 6.3.0
* Requires at least: 5.7
* Requires PHP: 7.1
* WC requires at least: 5.1.0
Expand All @@ -26,7 +26,7 @@
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php';
}

define( 'SF_VERSION', '6.2.0' );
define( 'SF_VERSION', '6.3.0' );
define( 'SF_DB_VERSION_SLUG', 'SF_DB_VERSION' );
define( 'SF_DB_VERSION', '1.0.0' );
define( 'SF_UPGRADE_RUNNING', 'SF_UPGRADE_RUNNING' );
Expand Down

0 comments on commit 6bb7518

Please sign in to comment.