Skip to content

Releases: klevu/api-request

1.1.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.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0 (from ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0)

1.0.0

16 Feb 14:17
a12905a
Compare
Choose a tag to compare

Initial Release

Replaces Zend\Http\Client with Laminas\Http\Client when used in Klevu API requests.
See etc/di.xml for details of which classes are affected.

  • Composer dependency on
    • klevu/module-productsearch added at ^3.5.0
    • laminas/laminas-http added at ^2.6.0
    • magento/framework added at >=102.0.5

Attention:

Laminas\Http\Client is only available from Magento 2.3.5.
If you are running Magento 2.3.0 - 2.3.4 you will need to remove this module.

To remove this module the following to you composer.json

"replace": {
   "klevu/module-api-request": "*"
},