File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGE LOG
2
2
3
+ ## 3.11.0-beta
4
+
5
+ ### Bug Fixes
6
+ - Support for Merch Studio and the Visual Merchandiser.
7
+ - Upgraded the Algolia PHP client to version 3.3.2
8
+ - Upgraded the Algolia insight 2.6.0
9
+ - Preserve facet selections after adding an item to the cart from the PLP
10
+ - Fixes related to Neural Search compatibility
11
+
3
12
## 3.10.5
4
13
5
14
### Bug Fixes
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.5 " ,
6
+ "version" : " 3.11.0-beta " ,
7
7
"require" : {
8
8
"magento/framework" : " ~102.0|~103.0" ,
9
9
"algolia/algoliasearch-client-php" : " 3.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.5 " >
3
+ <module name =" Algolia_AlgoliaSearch" setup_version =" 3.11.0 " >
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