|
1 | 1 | # CHANGE LOG
|
2 | 2 |
|
| 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 | + |
3 | 36 | ## 3.1.0
|
4 | 37 |
|
5 | 38 | ### UPDATES
|
|
0 commit comments