Skip to content

Commit d36333e

Browse files
committed
Updated release notes
1 parent 433cd8b commit d36333e

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

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

3+
4+
## 3.10.0
5+
6+
### UPDATES
7+
- Updated the sorting strategy to select between using Virtual Replica v/s Standard Replica.
8+
- Deprecated the set up of Algolia synonyms from Magento admin
9+
- Updated Algolia Recommend version to 1.8.0 and refactored the corresponding code.
10+
- Added code to delete category from Algolia when the category is deleted from Magento.
11+
- Added keyboard navigation in autocomplete
12+
- Added search input placeholder translation in the autocomplete.
13+
- Added 10 SKU limit in SKU indexing form in the Magento admin.
14+
- Added configuration to enable/disable the searchBox widget on the instant search page.
15+
16+
17+
### FIXES
18+
- Fixed the issue with the price filter in Algolia Merchandiser.
19+
- Fixed the product price issue when the special price and catalog price rules are present.
20+
- Fixed the group price issues for all product types [Simple, Configurable, Bundle, Group, Downloadable, and Virtual Product].
21+
- Fixed the Algolia objectID issue in Recommend
22+
- Fixed the issue on the instant search page where the current search term was not reflecting on the page title.
23+
- Fixed the TagName error in autocomplete.
24+
- Fixed the issue with stock indexing when manage stock is set to No
25+
- Added code to prevent full indexing after placing order when MSI is disabled
26+
27+
328
## 3.9.1
429

530
### 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.9.1-green)
4+
![Latest version](https://img.shields.io/badge/latest-3.10.0-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.9.1",
6+
"version": "3.10.0",
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.9.1">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.10.0">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)