Skip to content

Commit

Permalink
Merge pull request #541 from algolia/bump/1.7.2
Browse files Browse the repository at this point in the history
Bump to 1.7.2
  • Loading branch information
Jan Petr authored Aug 9, 2018
2 parents 936325a + f4bca16 commit 395f189
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.7.2

Fixed JavaScript issue causing malfunctioning the extension in IE 11 (#538)

## 1.7.1

### UPDATES
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.7.1-green.svg)
![Latest version](https://img.shields.io/badge/latest-1.7.2-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.7.1",
"version": "1.7.2",
"require": {
"php": "~5.5.0|~5.6.0|~7.0",
"magento/framework": "~100.0|~101.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.7.1">
<module name="Algolia_AlgoliaSearch" setup_version="1.7.2">
<sequence>
<module name="Magento_Theme"/>
</sequence>
Expand Down

0 comments on commit 395f189

Please sign in to comment.