Skip to content

Releases: klevu/msi

1.4.0

02 May 15:22
Compare
Choose a tag to compare

Changelog

  • [IMPROVEMENT] Support for Magento 2.4.7
  • [IMPROVEMENT] Support for PHP 8.3
  • Composer dependency on
    • php updated to ~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0 (from ~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0)

1.3.1

16 Feb 14:26
Compare
Choose a tag to compare

Changelog

  • [IMPROVEMENT] Fix failing tests after improvements in Magento 2.4.6-p3 release
  • [IMPROVEMENT] Update test to reflect the addition of API Request module and switch from Zend to Laminas
  • Composer dependency on
    • klevu/module-productsearch increase to ^2.13.0|^3.5.0 (from ^2.12.0|^3.4.0)

1.3.0

22 Sep 09:19
95dad3f
Compare
Choose a tag to compare

Changelog

  • [NEW FEATURE] Add mview to track stock changes required to an update in Klevu.
  • Composer dependency on
    • klevu/module-productsearch increased to ^2.12.0|^3.4.0 (from ^2.11.2|^3.3.3)

1.2.0

22 Jun 13:43
Compare
Choose a tag to compare

Changelog:

  • [IMPROVEMENT] Product Sync: MSI stock checks for non-default stock.

Attention:

Magento MSI (for Magento 2.3) does not support bundle products with non-default stock. About Product Types | Adobe Commerce 2.3 User Guide. Therefore any bundle products assigned to a non-default stock in Magento 2.3 will be seen as out of stock. Prior to this change, if that product has stock in default it may have synced to Klevu as in stock (this was incorrect behaviour).

1.1.0

27 Apr 10:26
Compare
Choose a tag to compare

Changelog

  • [IMPROVEMENT] Compatibility with Magento 2.4.6 and PHP 8.2

1.0.2

24 Nov 14:51
Compare
Choose a tag to compare

Changelog

  • Fixes for ES Issues in Integration Tests

1.0.1

26 Sep 14:54
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] - Update composer dependencies so can be installed on Magento 2.3

1.0.0

16 Aug 09:36
Compare
Choose a tag to compare

Initial Release

Replace klevu/module-productsearch GetStockStatusById service to get stock status from correct scope.