Skip to content

Commit 19d2026

Browse files
authored
Merge pull request #816 from algolia/bump_1_11_3
Bump to 1.11.3
2 parents 5e744fb + 12bcb0c commit 19d2026

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGE LOG
22

3+
## 1.11.3
4+
5+
### UPDATES
6+
- Add compatibility with Magento 2.3.2 Search Adapter (#806)
7+
- Batch size proccess of affected products after category update (#811)
8+
39
## 1.11.2
410

511
### UPDATES

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Algolia Search for Magento 2
22
==================
33

4-
![Latest version](https://img.shields.io/badge/latest-1.11.2-green.svg)
4+
![Latest version](https://img.shields.io/badge/latest-1.11.3-green.svg)
55
![Magento 2](https://img.shields.io/badge/Magento-%3E=2.1-blue.svg)
66
![Magento 2](https://img.shields.io/badge/Magento-%3C%202.3.2-blue.svg)
77
![PHP >= 5.6.5](https://img.shields.io/badge/PHP-%3E=5.6-green.svg)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Algolia Search integration for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "1.11.2",
6+
"version": "1.11.3",
77
"require": {
88
"php": "~5.6.5|~7.0|~7.1|~7.2|~7.3",
99
"magento/framework": "~100.1|~101.0|~102.0",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Algolia_AlgoliaSearch" setup_version="1.11.2">
3+
<module name="Algolia_AlgoliaSearch" setup_version="1.11.3">
44
<sequence>
55
<module name="Magento_Theme"/>
66
</sequence>

0 commit comments

Comments
 (0)