Skip to content

Commit 61d99a5

Browse files
authored
Merge pull request #1257 from algolia/release/3.9.0
Updated 3.9.0 Release Code
2 parents d4e71c8 + 719ea02 commit 61d99a5

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

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

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 here. We also provide a Trending Items widget 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
26+
27+
328
## 3.8.1
429

530
### UPDATES

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Algolia Search for Magento 2
22
==================
33

4-
![Latest version](https://img.shields.io/badge/latest-3.8.1-green)
4+
![Latest version](https://img.shields.io/badge/latest-3.9.0-green)
55
![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange)
66

7-
![PHP](https://img.shields.io/badge/PHP-8.1-blue)
7+
![PHP](https://img.shields.io/badge/PHP-8.1,7.4-blue)
88

99
[![CircleCI](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master.svg?style=svg)](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master)
1010

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.8.1",
6+
"version": "3.9.0",
77
"require": {
88
"magento/framework": "~102.0|~103.0",
99
"algolia/algoliasearch-client-php": "3.2",

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="3.8.1">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.9.0">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)