Skip to content

Commit 4780921

Browse files
committed
Bump to 1.11.2
1 parent 87c4183 commit 4780921

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

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

516
- Fixed compatibility with PHP 5.6 (#776, #780)

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.1-green.svg)
4+
![Latest version](https://img.shields.io/badge/latest-1.11.2-green.svg)
55
![Magento 2](https://img.shields.io/badge/Magento-%3E=2.1-blue.svg)
66
![PHP >= 5.6.5](https://img.shields.io/badge/PHP-%3E=5.6-green.svg)
77
[![CircleCI](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master.svg?style=svg)](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master)

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.1",
6+
"version": "1.11.2",
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.1">
3+
<module name="Algolia_AlgoliaSearch" setup_version="1.11.2">
44
<sequence>
55
<module name="Magento_Theme"/>
66
</sequence>

0 commit comments

Comments
 (0)