Skip to content

Commit 66a1f6d

Browse files
authored
Bump to v 3.2.0 (#1165)
1 parent 3cdc3cf commit 66a1f6d

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-4
lines changed

CHANGELOG.md

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

3+
## 3.2.0
4+
5+
### UPDATES
6+
- Update module sequence and indexers (#1132)
7+
- Add additional attributes for customer groups (#1144)
8+
- Add priceRanges back to uistate (#1151)
9+
- Set visibility of getTaxPrice() to public in ProductWithoutChildren (#1159) (@JeroenVanLeusden)
10+
- Improve check: and try to handle URL by URL rewrites if request path is NULL. (#1149) (@vmalyk)
11+
- Unfilter getCoreCategories() from private getCategoryById() (#1154)
12+
- Add ability to change region for Analytics call (#1131) (@bchatard)
13+
14+
### FIXES
15+
- Add missing indexName for autocomplete sections (#1133)
16+
- Add check if color object is defined for adaptive images (#1135)
17+
- Add small change on category indexing for Enterprise Edition (#1136)
18+
- Refactor loops and fix analytics overview issues (#1137)
19+
- Fix missing 'out of' translation on search results page (#1139) (@NickdeK)
20+
- Restore query value in custom instant search box (#1142) (@vmalyk)
21+
- Fix instantsearch rangeInput labels (#1148)
22+
- Recalculate special price if zero default pricing (#1160)
23+
- Add missing label for queue method rebuildCategoryIndex (#1152) (@tezlopchan)
24+
- Fix max original price for product with children (#1155) (@valeriish)
25+
- Store scope category merchandising based on store_id param (#1156)
26+
- Fix Subproduct Image Data (#1157)
27+
- Add try/catch to add to cart push events (#1158)
28+
- Fix for BE side renderting and caching 2 types of content (#1161) (@sudma)
29+
- Fix: categories not included filtering on product listing (#1163)
30+
- Fix: removing old feature checking for C&C that triggers deprecated endpoint (#1164)
31+
32+
### TOOLING
33+
- Update CI testing (#1140)
34+
35+
336
## 3.1.0
437

538
### UPDATES

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-3.1.0-green.svg)
4+
![Latest version](https://img.shields.io/badge/latest-3.2.0-green.svg)
55
![Magento 2](https://img.shields.io/badge/Magento-%32.3,%202.4-blue.svg)
66

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": "3.1.0",
6+
"version": "3.2.0",
77
"require": {
88
"magento/framework": "~102.0|~103.0",
99
"algolia/algoliasearch-client-php": "^2.4",

etc/module.xml

Lines changed: 2 additions & 2 deletions
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="3.1.0">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.2.0">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>
@@ -28,4 +28,4 @@
2828
<module name="Magento_Swatches" />
2929
</sequence>
3030
</module>
31-
</config>
31+
</config>

0 commit comments

Comments
 (0)