Skip to content

Commit 322d3de

Browse files
authored
Merge pull request #136 from BeAPI/ver/6.10.0
Release 6.10.0
2 parents b4dc52b + 442ad13 commit 322d3de

29 files changed

+1150
-267
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Desktop.ini
99
$RECYCLE.BIN/
1010

1111
# Mac
12-
.DS_Store
12+
*.DS_Store
1313

1414
# Sublime
1515
*.sublime-project
@@ -36,4 +36,4 @@ vendor
3636

3737
# Project
3838
wordpress/
39-
app
39+
app

.lando.dist.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ services:
1717
user: wordpress-test
1818
password: wordpress-test
1919
database: wordpress-test
20+
mailcatcher:
21+
type: mailhog
22+
hogfrom:
23+
- appserver
24+
portforward: true
2025
tooling:
2126
setup-env:
2227
service: appserver
@@ -32,20 +37,27 @@ tooling:
3237
- wp config create --dbname=wordpress --dbuser=wordpress --dbpass=wordpress --dbhost=database --path=/app/wordpress
3338
- echo "➡️ Install WP"
3439
- wp core install --url="https://shoppingfeed-for-woocommerce.lndo.site" --title="Test" --admin_user=admin --admin_password=password [email protected] --skip-email
40+
- wp rewrite structure "/%postname%/"
3541
- echo "➡️ Install Woocommerce"
3642
- wp plugin install --activate woocommerce
3743
- echo "➡️ Install Storefront"
3844
- wp theme install storefront --activate
3945
- echo "➡️ Install WordPress importer"
4046
- wp plugin install wordpress-importer --activate
41-
- echo "➡️ Install Woocommerce"
47+
- echo "➡️ Configure Woocommerce"
4248
- wp option set woocommerce_store_address "Example Address Line 1"
4349
- wp option set woocommerce_store_address_2 "Example Address Line 2"
4450
- wp option set woocommerce_store_city "Example City"
4551
- wp option set woocommerce_default_country "US:CA"
4652
- wp option set woocommerce_store_postcode "94110"
4753
- wp option set woocommerce_currency "EUR"
4854
- wp option set woocommerce_product_type "both"
55+
- wp option set woocommerce_calc_taxes "yes"
56+
- wp option set woocommerce_prices_include_tax "yes"
57+
- wp option set woocommerce_tax_display_shop "incl"
58+
- wp option set woocommerce_tax_display_cart "incl"
59+
- wp wc tax create --country=FR --rate=20 --user=admin
60+
- wp wc tax create --country=FR --rate=5.5 --class=reduced-rate --user=admin
4961
- wp option set woocommerce_allow_tracking "no"
5062
- wp option set woocommerce_enable_checkout_login_reminder "yes"
5163
- wp option set --format=json woocommerce_cod_settings '{"enabled":"yes"}'

.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
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"codeception/module-filesystem": "^1.0",
6060
"codeception/module-cli": "^1.0",
6161
"codeception/util-universalframework": "^1.0",
62-
"roots/wordpress": "^6.2",
62+
"roots/wordpress": "^6.7",
6363
"wp-cli/wp-cli-bundle": "^2.7",
6464
"coenjacobs/mozart": "^0.7.1",
6565
"shoppingfeed/php-sdk": "^0.7.0"

composer.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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' );

src/Addons/Addons.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,10 @@ class Addons {
3636
*/
3737
private $chained_products_plugin;
3838

39-
/**
40-
* @var ASTPlugin
41-
*/
42-
private $ast_plugin;
43-
44-
/**
45-
* @var PhWoocommerceShipmentTrackingProPlugin
46-
*/
47-
private $woocommerce_shipment_tracking_pro;
48-
4939
public function __construct() {
5040
$this->shipping = new Shipping();
5141
$this->inventory = new Inventory();
5242
$this->marketplaces = new Marketplaces();
5343
$this->chained_products_plugin = new ChainedProducts();
54-
$this->ast_plugin = new ASTPlugin();
55-
$this->woocommerce_shipment_tracking_pro = new PhWoocommerceShipmentTrackingProPlugin();
5644
}
5745
}

src/Addons/Plugins/ASTPlugin/ASTPlugin.php

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)