Skip to content

Commit aae2856

Browse files
committed
Updated release changelog
1 parent 89ea42e commit aae2856

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# CHANGE LOG
22

3-
## 3.11.0
3+
## 3.12.0
44

55
### 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
821

922
## 3.11.0
1023

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "algolia/algoliasearch-magento-2",
3-
"description": "Algolia Search integration for Magento 2",
3+
"description": "Algolia Search & Discovery extension for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "3.11.1-beta",
6+
"version": "3.12.0",
77
"require": {
88
"magento/framework": "~102.0|~103.0",
99
"algolia/algoliasearch-client-php": "3.3.2",

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

0 commit comments

Comments
 (0)