Skip to content

Releases: Stockbase-Connect/magento2-module

v2.1.4

09 Dec 10:29
a7fe1aa
Compare
Choose a tag to compare

Fixes

  • PR #14: Handles negative stock amounts properly when sending orders to stockbase

v2.1.3

03 Apr 14:18
e895320
Compare
Choose a tag to compare

Removed

  • Bugfix: remove invalid config for observer that's not being used right now.

v2.1.2

16 Jan 15:34
d4661ef
Compare
Choose a tag to compare

Changed

  • Removed version from composer.json (see commit for details)

v2.1.1

16 Jan 14:47
2725fc6
Compare
Choose a tag to compare

Fixed

  • Fixed an incorrect class reference

v2.1.0

21 Dec 13:02
136d46d
Compare
Choose a tag to compare

Added

  • Support for sending row totals to the Stockbase service

v2.0.0

10 Dec 09:40
Compare
Choose a tag to compare

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

26 Nov 10:05
9a4ef29
Compare
Choose a tag to compare
v2.0.0 - Beta 7 Pre-release
Pre-release

Changed

  • Refactored StockbaseStockManagement to use ProductRepository instead of ProductFactory. This is not a BC break because affected properties were private.

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

31 Oct 10:28
f8a83a6
Compare
Choose a tag to compare
v2.0.0 - Beta 6 Pre-release
Pre-release

Fixes

  • Avoid a bug in the API side that requires a value for "Company" attribute.

v2.0.0 - Beta 5

10 Oct 09:33
2100408
Compare
Choose a tag to compare
v2.0.0 - Beta 5 Pre-release
Pre-release

Fixed

  • Fix for a crash when trying to save a Stockbase product with image sync enabled.

v2.0.0-beta.4

10 Sep 12:28
f0346eb
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

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