Skip to content

Commit 5aa2781

Browse files
authored
Merge branch 'develop' into bump/dev-3.3.0
2 parents 66523a1 + a639ca1 commit 5aa2781

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 3.3.0
4+
5+
### UPDATES
6+
- Updated to support the latest released Magento 2.4.4 with PHP 7.4 (#1173)
7+
- Updated PHP Unit Integration Test for magento 2.4.4 (#1176)
8+
- Release Notes Automation using github release.yml (#1174)
9+
10+
### FIXES
11+
- Fixed the merchandised query on Query Merchandiser to display query-based products for merchandising (#1177)
12+
- Fixed the issue with userToken not being sent to Algolia for the logged-in user for personalisation (#1178)
13+
- Fixed the issue with requirejs not being defined on the swagger (#1172)
14+
15+
### TOOLING
16+
- Update CS fixer with the Version 3 (#1173)
17+
318
## 3.2.0
419

520
### UPDATES

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

view/frontend/web/insights.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ requirejs([
6161

6262
if (algoliaConfig.personalization.enabled) {
6363
allWidgetConfiguration.configure.enablePersonalization = true;
64-
allWidgetConfiguration.configure.userToken = algoliaAnalytics.userToken;
64+
allWidgetConfiguration.configure.userToken = algoliaAnalytics.getUserToken();
6565
}
6666

6767
return allWidgetConfiguration;

0 commit comments

Comments
 (0)