Skip to content

Commit

Permalink
Bump to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPetr authored and Jan Petr committed Jan 24, 2019
1 parent 5ecb021 commit 4b22484
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGE LOG

## 1.8.5

- Fixed full category reindexing on Magento EE (#662)

## 1.8.4

- **Added compatibility with Magento 2.3** (#624)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Algolia Search for Magento 2
==================
![Latest version](https://img.shields.io/badge/latest-1.8.4-green.svg)
![Latest version](https://img.shields.io/badge/latest-1.8.5-green.svg)
![Magento 2](https://img.shields.io/badge/Magento-%3E=2.0-blue.svg)
![PHP >= 5.5.22](https://img.shields.io/badge/PHP-%3E=5.5.22-green.svg)
[![Build Status](https://travis-ci.org/algolia/algoliasearch-magento-2.svg?branch=master)](https://travis-ci.org/algolia/algoliasearch-magento-2)
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.8.4",
"version": "1.8.5",
"require": {
"php": "~5.5.0|~5.6.0|~7.0|~7.1|~7.2",
"magento/framework": "~100.0|~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.8.4">
<module name="Algolia_AlgoliaSearch" setup_version="1.8.5">
<sequence>
<module name="Magento_Theme"/>
</sequence>
Expand Down

0 comments on commit 4b22484

Please sign in to comment.