Skip to content

Commit

Permalink
Bump to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuravech authored Jun 17, 2019
2 parents 76c288f + 4780921 commit 3157236
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGE LOG

## 1.11.2

### UPDATES
- Fix setSettings on TMP index when settings were not properly merged (#785)
* As well the settings are now set to the index immediately before the `move` operation so no settings are lost
- Update Plugins observers for Magento v2.1 compatibility (#783)
* Use `after` and `before` plugin methods instead of `around` methods which increases DX and performance of the extension
- Update to Category Merchandising by adding notification for category display mode, 50 pins limit, and spacing update to Merchandising page (#795)
- Add price ranges widget to Landing Page Builder product grid (#779)
- Add storeID to getFacets for multi-store compatibility (#789)

## 1.11.1

- Fixed compatibility with PHP 5.6 (#776, #780)
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.1-green.svg)
![Latest version](https://img.shields.io/badge/latest-1.11.2-green.svg)
![Magento 2](https://img.shields.io/badge/Magento-%3E=2.1-blue.svg)
![PHP >= 5.6.5](https://img.shields.io/badge/PHP-%3E=5.6-green.svg)
[![CircleCI](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master.svg?style=svg)](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master)
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.1",
"version": "1.11.2",
"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.1">
<module name="Algolia_AlgoliaSearch" setup_version="1.11.2">
<sequence>
<module name="Magento_Theme"/>
</sequence>
Expand Down

0 comments on commit 3157236

Please sign in to comment.