diff --git a/CHANGELOG.md b/CHANGELOG.md index 280802ede..bc4bfb0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGE LOG +## 1.11.3 + +### UPDATES +- Add compatibility with Magento 2.3.2 Search Adapter (#806) +- Batch size proccess of affected products after category update (#811) + ## 1.11.2 ### UPDATES diff --git a/README.md b/README.md index d8b1b64ec..a55e3c83a 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Algolia Search for Magento 2 ================== -![Latest version](https://img.shields.io/badge/latest-1.11.2-green.svg) +![Latest version](https://img.shields.io/badge/latest-1.11.3-green.svg) ![Magento 2](https://img.shields.io/badge/Magento-%3E=2.1-blue.svg) ![Magento 2](https://img.shields.io/badge/Magento-%3C%202.3.2-blue.svg) ![PHP >= 5.6.5](https://img.shields.io/badge/PHP-%3E=5.6-green.svg) diff --git a/composer.json b/composer.json index 14a6b1352..ae8886aa6 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Algolia Search integration for Magento 2", "type": "magento2-module", "license": ["MIT"], - "version": "1.11.2", + "version": "1.11.3", "require": { "php": "~5.6.5|~7.0|~7.1|~7.2|~7.3", "magento/framework": "~100.1|~101.0|~102.0", diff --git a/etc/module.xml b/etc/module.xml index cbef037cf..15db6cbba 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +