Releases: Stockbase-Connect/magento2-module
Releases · Stockbase-Connect/magento2-module
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.0
Added
- Added support for latest Magento modules for 2.2.5
- More conditions to make sure we only check for Stockbase stock in the correct situations. Avoids issues that occur when composite products are configured with Stockbase attributes (even though that should never be the case).
- StockbaseClient will now get images for download by sending access token in heade
Changed
- Refactored StockbaseStockManagement to use ProductRepository instead of ProductFactory. This is not a BC break because affected properties were private.
- Relaxed version constraints on dependencies
- Updated docs
- Upgraded to latest version of dividebv/phpdivideiq library.
- Images helper will now require an instance of the StockbaseClient
Fixed
- Avoid a bug in the API side that requires a value for "Company" attribute.
- Crash when trying to save a Stockbase product with image sync enabled.
Removed
- Removed class
Stockbase\Integration\StockbaseApi\Client\DivideIQ\DivideIQClient
v2.0.0 - Beta 7
Changed
- Refactored
StockbaseStockManagement
to useProductRepository
instead ofProductFactory
. This is not a BC break because affected properties wereprivate
.
Added
- More conditions to make sure we only check for Stockbase stock in the correct situations. Avoids issues that occur when composite products are configured with Stockbase attributes (even though that should never be the case).
v2.0.0 - Beta 6
Fixes
- Avoid a bug in the API side that requires a value for "Company" attribute.
v2.0.0 - Beta 5
Fixed
- Fix for a crash when trying to save a Stockbase product with image sync enabled.
v2.0.0-beta.4
Changed
- Dropped support for PHP 7.0 due to compatibility issues. Also, PHP 7.0 EOL is December 31st 2018.
- Relaxed version constraints with respect to most other packages.
- Updated docs