File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGE LOG
2
2
3
- ## 3.11 .0
3
+ ## 3.12 .0
4
4
5
5
### Updates
6
- - Fixes related to NeuralSearch compatibility
7
- - Removed the redundant jquery library from AlgoliaBundle.
6
+ - Updated code to consider user’s cookie consent to send events to Algolia by using ‘useCookie’ parameter
7
+ - Updated references to
[email protected] to new ticket link
8
+ - Updated code to refactor the deprecated registry for categories
9
+ - Updated code to ensure compatibility with NeuralSearch
10
+ - Updated AlgoliaBundle by eliminating the unnecessary jQuery library
11
+ - Included the promotion class in autocomplete menu when a product has any promotions
12
+
13
+ ### Bug Fixes
14
+ - Fixed formatting issue in product object related to CategoryPageId attribute
15
+ - Fixed issue with Clear Refinements button in InstantSearch page
16
+ - Fixed issue with custom banner functionality via merchandising dashboard in admin
17
+ - Fixed issue with hierarchicalMenu widget when utilizing transformItems when the number of categories exceeded the limit
18
+ - Fixed issue with indexing text field attributes with a value of 0
19
+ - Fixed issue with user cookies not clearing upon customer logout
20
+ - Fixed back button issue with pagination in instant search page and category pages
8
21
9
22
## 3.11.0
10
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algolia/algoliasearch-magento-2" ,
3
- "description" : " Algolia Search integration for Magento 2" ,
3
+ "description" : " Algolia Search & Discovery extension for Magento 2" ,
4
4
"type" : " magento2-module" ,
5
5
"license" : [" MIT" ],
6
- "version" : " 3.11.1-beta " ,
6
+ "version" : " 3.12.0 " ,
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.11.1 " >
3
+ <module name =" Algolia_AlgoliaSearch" setup_version =" 3.12.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