File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGE LOG
2
2
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
+
3
18
## 3.2.0
4
19
5
20
### UPDATES
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<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" >
4
4
<sequence >
5
5
<module name =" Magento_Theme" />
6
6
<module name =" Magento_Backend" />
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ requirejs([
61
61
62
62
if ( algoliaConfig . personalization . enabled ) {
63
63
allWidgetConfiguration . configure . enablePersonalization = true ;
64
- allWidgetConfiguration . configure . userToken = algoliaAnalytics . userToken ;
64
+ allWidgetConfiguration . configure . userToken = algoliaAnalytics . getUserToken ( ) ;
65
65
}
66
66
67
67
return allWidgetConfiguration ;
You can’t perform that action at this time.
0 commit comments