This commit is contained in:
erwanlr
2019-04-24 17:32:25 +01:00
parent 5c842e192b
commit 28306b126b
28 changed files with 1809 additions and 0 deletions

View File

@@ -0,0 +1,72 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning(http://semver.org/).
## 1.0.1
Initial Release
## 1.0.2
SHQ16-1355 Implemented merged rate support
## 1.0.3
Improving Build process
## 1.1.0
Improving Build process
## 1.1.1
Support for shipping attributes on product variants
## 1.1.2
SHQ16-1841 WooCommerce build changes
## 1.2.0
SHQ16-1933 add shipperhq_warehouse to the request
## 1.2.1
SHQ16-1935 child product qty should be 1 for configurable products
## 1.2.2
patch
## 1.2.3
SHQ16-2068 Fixed issues with directly accessing product data and function_exists calls
## 1.2.4
SHQ16-2068 Fixed issues with directly accessing product data
## 1.2.5
SHQ16-2068 support for versions below 2.6
## 1.2.6
SHQ16-2068 check for get_id function before using
## 1.2.7
SHQ16-2202 extract correct productId for parent and child of variations
## 1.2.8
SHQ16-2202 Support for 2.6 and below version no parent_id
## 1.2.9
SHQ16-2216 modified headers and function name after review
## 1.3.0
SHQ16-2339 remove use of get_variation_id
## 1.3.1
SHQ16-2350 moved transaction ID statement so we are sure we have a response## 1.3.3 (2018-10-31)
SHQ18-1006 Resolve issue with must ship freight and ship separately checkboxes
## 1.3.4 (2018-11-27)
SHQ18-1079 Compatibility with WooCommerce product addons module
## 1.3.5 (2018-12-10)
SHQ18-1158 Prevent unnecessary calls to ShipperHQ API
## 1.3.6 (2019-01-25)
SHQ18-1204 Made functions around getting warehouse details public so they can be extended