Skip to content

Commit b2dba02

Browse files
authored
Merge pull request #154 from BeAPI/ver/6.12.0
Release 6.12.0
2 parents 5ddf2ed + a57c000 commit b2dba02

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
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.11.0",
2+
"version": "6.12.0",
33
"slug": "shopping-feed"
44
}

readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Contributors: ShoppingFeed, BeAPI
44
* Tags: shoppingfeed, marketplace, woocommerce, products feed, import orders
55
* Description: WordPress connection Controller Plugin for ShoppingFeed – Sell on Amazon, Ebay, Google, and 1000’s of international marketplaces
6-
* Stable tag: 6.11.0
7-
* Version: 6.11.0
6+
* Stable tag: 6.12.0
7+
* Version: 6.12.0
88
* Requires PHP: 7.3
99
* Requires at least: 5.7
1010
* Tested up to: 6.7
@@ -18,8 +18,14 @@
1818
> 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
1919
2020
## Changelog
21+
* 6.12.0
22+
* Shipping (mondialrelay-wordpress) : Support the MondialRelay plugin for orders imported from the API if the carrier is matched with one of the plugin's shipping methods.
23+
* Shipping (woocommerce-gls) : Show GLS shipping methods in the shipping matching selector.
24+
* Feed : Fix case where the feed could appear empty or broken due to plugins using PHP output buffering.
25+
* Order : Improve logs during order import.
26+
* Misc : Update plugin requirements.
2127
* 6.11.0
22-
* Variations : add new filter to modify variation's main image
28+
* Variations : add new filter to modify variation's main image.
2329
* 6.10.0
2430
* Orders : Redesigned the shipment tracking system.
2531
* Orders (beta) : Add option to include VAT when importing orders.

readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: ShoppingFeed, BeAPI
33
Tags: shoppingfeed, marketplace, woocommerce, products feed, import orders
44
Description: WordPress connection Controller Plugin for ShoppingFeed – Sell on Amazon, Ebay, Google, and 1000’s of international marketplaces
5-
Stable tag: 6.11.0
6-
Version: 6.11.0
5+
Stable tag: 6.12.0
6+
Version: 6.12.0
77
Requires PHP: 7.3
88
Requires at least: 5.7
99
Tested up to: 6.7
@@ -16,8 +16,14 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
1616
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
1717

1818
== Changelog ==
19+
* 6.12.0
20+
* Shipping (mondialrelay-wordpress) : Support the MondialRelay plugin for orders imported from the API if the carrier is matched with one of the plugin's shipping methods.
21+
* Shipping (woocommerce-gls) : Show GLS shipping methods in the shipping matching selector.
22+
* Feed : Fix case where the feed could appear empty or broken due to plugins using PHP output buffering.
23+
* Order : Improve logs during order import.
24+
* Misc : Update plugin requirements.
1925
* 6.11.0
20-
* Variations : add new filter to modify variation's main image
26+
* Variations : add new filter to modify variation's main image.
2127
* 6.10.0
2228
* Orders : Redesigned the shipment tracking system.
2329
* 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.11.0
10+
* Version: 6.12.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.11.0' );
29+
define( 'SF_VERSION', '6.12.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)