File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGE LOG
2
2
3
+ ## 3.10.4
4
+
5
+ ### Bug Fixes
6
+ - Fixed the checkout console “tagName” error
7
+ - Fixed the undefined config variable issue in recommend
8
+ - Fixed the issue with logged in user token for click and conversion when perso is turned off.
9
+ - Fixed the issue with Items click position for Recommend Events
10
+ - Fixed the issue with Hyphen converted to slash in facets.
11
+
12
+
3
13
## 3.10.3
4
14
5
15
### UPDATES
Original file line number Diff line number Diff line change 1
1
Algolia Search for Magento 2
2
2
============================
3
3
4
- ![ Latest version] ( https://img.shields.io/badge/latest-3.10.3 -green )
4
+ ![ Latest version] ( https://img.shields.io/badge/latest-3.10.4 -green )
5
5
![ Magento 2] ( https://img.shields.io/badge/Magento-2.4.x-orange )
6
6
7
7
![ PHP] ( https://img.shields.io/badge/PHP-8.2%2C8.1%2C7.4-blue )
Original file line number Diff line number Diff line change 3
3
"description" : " Algolia Search integration for Magento 2" ,
4
4
"type" : " magento2-module" ,
5
5
"license" : [" MIT" ],
6
- "version" : " 3.10.3 " ,
6
+ "version" : " 3.10.4 " ,
7
7
"require" : {
8
8
"magento/framework" : " ~102.0|~103.0" ,
9
9
"algolia/algoliasearch-client-php" : " 3.2" ,
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.10.3 " >
3
+ <module name =" Algolia_AlgoliaSearch" setup_version =" 3.10.4 " >
4
4
<sequence >
5
5
<module name =" Magento_Theme" />
6
6
<module name =" Magento_Backend" />
You can’t perform that action at this time.
0 commit comments