Skip to content

Commit 28517de

Browse files
authored
Merge pull request #1334 from algolia/release-notes-update-3.10.2
Updated release notes for 3.10.2
2 parents 92049b5 + 287588b commit 28517de

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGE LOG
22

3+
## 3.10.2
4+
5+
### UPDATES
6+
- Ensured compatibility of the extension with Magento 2.4.6
7+
- Updated the code to allow for convenient customization of object serialization
8+
- Enhanced comments for non-castable attributes in system configuration
9+
- Added new code to resolve pricing issues with bundle products when the dynamic price attribute is disabled
10+
- Updated autocomplete to include userToken and enablePersonalization tag in search requests
11+
12+
13+
14+
### Bug Fixes
15+
- Fixed issue with section.label in autocomplete
16+
- Resolved issue with nbOfQuerySuggestions in autocomplete
17+
- Fixed routing error related to disabling searchBox for instant search page
18+
- Resolved deployment issue with prefixed Magento database tables
19+
- Fixed spacing issue with pagination on instant search page
20+
21+
322
## 3.10.1
423

524
### UPDATES

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Algolia Search for Magento 2
22
==================
33

4-
![Latest version](https://img.shields.io/badge/latest-3.10.1-green)
4+
![Latest version](https://img.shields.io/badge/latest-3.10.2-green)
55
![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange)
66

77
![PHP](https://img.shields.io/badge/PHP-8.1,7.4-blue)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Algolia Search integration for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "3.10.1",
6+
"version": "3.10.2",
77
"require": {
88
"magento/framework": "~102.0|~103.0",
99
"algolia/algoliasearch-client-php": "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.10.1">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.10.2">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)