You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# CHANGE LOG
2
2
3
+
## 3.9.0
4
+
5
+
### New Features
6
+
- Trends Recommendations: We have added the ability to add Trending Items to the PDP and the shopping cart page. More information can be found <ahref="https://www.algolia.com/doc/integration/magento-2/how-it-works/recommend/?client=php#trending-items">here</a>. We also provide a <ahref="https://www.algolia.com/doc/integration/magento-2/how-it-works/recommend/?client=php#configure-the-trending-items-widget">Trending Items widget</a> that can be used to add Trending Items to any page.
7
+
- Added an option to show Recommend Related and Frequently Bought Together products on the shopping cart page.
8
+
- Added an option to enable the Add To Cart button for all types of recommended products (Related, Frequently Bought Together, and Trending Items).
9
+
- Added Algolia Recommend dashboard link on the Magento dashboard
10
+
- Added Algolia Search extensions release notes link in the Magento admin to be able to access release notes easily.
11
+
- Implemented Recommended Product click event using personalization.
12
+
13
+
### UPDATES
14
+
- Refactored the Algolia Insight functionality in the extension code base per Magento standard (moved the observer directory in the module root).
15
+
- Refactored the autocomplete 2.0 code to make it more developer-friendly to allow for customization per customer needs.
16
+
- Collated all autocomplete-specific logic in a single autocomplete.js file and segregated JS-based templates that control the layout of the different autocomplete sources to be more developer-friendly. This enables the customers to easily override the layout of the autocomplete menu in the custom theme and the extension.
17
+
18
+
19
+
### FIXES
20
+
- Click event in autocomplete
21
+
- Autocomplete errors if the product is not assigned a category and indexed into Algolia
22
+
- Issues with the price attribute in autocomplete when price attribute is set to Non-Retrievable
23
+
- The autocomplete in Query merchandiser (in the Magento admin) shows products from the default store on switching stores [Fixed]
24
+
- Issues with triggering Add to Cart Conversion for Configurable Product
25
+
- Issues with indexer not updating when product goes out of stock when the last of the inventory is done
<p>Configure your Recommend models on the <a href="https://www.algolia.com/apps/'.$this->configHelper->getApplicationID().'/recommend/models" target="_blank`">Algolia Dashboard</a></p></div>';
0 commit comments