Skip to content

Commit

Permalink
Merge pull request #816 from algolia/bump_1_11_3
Browse files Browse the repository at this point in the history
Bump to 1.11.3
  • Loading branch information
damcou authored Jul 4, 2019
2 parents 5e744fb + 12bcb0c commit 19d2026
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Algolia_AlgoliaSearch" setup_version="1.11.2">
<module name="Algolia_AlgoliaSearch" setup_version="1.11.3">
<sequence>
<module name="Magento_Theme"/>
</sequence>
Expand Down

0 comments on commit 19d2026

Please sign in to comment.