This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Releases: williankeller/magento2-split-order
Releases · williankeller/magento2-split-order
v1.0.7
v1.0.6
Added
- Split Order Based on the Product Stock Status.
- Possibility to select Quantity attribute returnable value.
Changed
- Improved the list of available attributes by removing unused ones.
Fixed
- Illegal offset type - QuoteHandler
- Warning: count(): Parameter must be an array or an object that implements Countable
v1.0.5
- Improved and fixed PHPDocs methods.
- Fixed If multiple products in the cart from the same vendor giving wrong totals.
v1.0.4
Added
- Add compatibility with PHP 7.2
v1.0.3
Added
- Add Travis to validate code standard.
Fixed
- Change Session to be loaded by Proxy.
- Only single OrderID returned in
V1/guest-carts/:cartID/order
orV1/carts/:cartID/order
PUT endpoints
Changed
- Improved module architecture & code structure.
v1.0.2
Added
- Option to select a product attribute to define order split.
- Capability to split shipping totals into all orders or only one.
Fixed
- Split shipping totals into all orders or only one.
- Set shipping to one order only.
Changed
- Improved module architecture.
- Stable order submission.
v1.0.1
Added
- CMS module settings (Enable/Disable)
Fixed
- Compatibility with 2.1.* EE.
Changed
- Improved module architecture.
- Stable order submission.
- Expose methods to be intercepted.
v1.0.0
Added
- Module creation