Skip to content

Commit bcf0f8d

Browse files
authored
Merge pull request #1748 from algolia/feat/MAGE-1267-prep-3.15.1
MAGE-1267: updating extension for 3.15.1 release
2 parents 677412f + aaff5c2 commit bcf0f8d

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGE LOG
22

3+
## 3.15.1
4+
5+
### Features
6+
- Algolia's [Query Categorization feature](https://www.algolia.com/doc/integration/magento-2/how-it-works/query-categorization) is now compatible with the extension.
7+
- Added new CLI command for synonyms deduplication
8+
9+
### Updates
10+
- Updated integration tests to use `AlgoliaConnector`
11+
- Updated `ReplicaManager` service to handle multi stores properly with a `$storeId` parameter.
12+
- Pinned PHP Client version to 4.18.3
13+
14+
### Bug Fixes
15+
- Fixed `RebuildReplicasPatch` bug where replica detach logic wasn't properly applied in some cases.
16+
- Fixed a bug where credentials errors weren't gracefully handled on the SKU reindexing form
17+
- Fixed a bug where the `q` parameter wasn't properly handled in case it was missing on the catalogsearch page. (thanks @PromInc)
18+
- Fixed Recommend model validation when configuration is saved in the Magento admin.
19+
320
## 3.15.0
421

522
### Features
@@ -33,7 +50,6 @@
3350
- Fixed a bug where categories highlighting didn't work as expected on PLP powered by InstantSearch
3451
- Fixed a bug where excluded websites weren't taken into account while indexing customer prices on products. (thanks @kamilszewczyk)
3552
- Fixed a bug where full page cache (FPC) didn't work on category pages
36-
- Fixed a bug where credentials errors weren't gracefully handled on the SKU reindexing form
3753

3854
### Breaking Changes
3955
- If you have customized your front end implementation based on the `algoliaBundle` you may need to shim your application accordingly (Full details are shared in [our documentation](https://www.algolia.com/doc/integration/magento-2/troubleshooting/front-end-issues/))

README.md

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

4-
![Latest version](https://img.shields.io/badge/latest-3.15.0-green)
4+
![Latest version](https://img.shields.io/badge/latest-3.15.1-green)
55
![Magento 2](https://img.shields.io/badge/Magento-2.4.6+-orange)
66

77
![PHP](https://img.shields.io/badge/PHP-8.1%2C8.2%2C8.3-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 & Discovery extension for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "3.15.0",
6+
"version": "3.15.1",
77
"require": {
88
"php": "~8.1|~8.2|~8.3",
99
"magento/framework": "~103.0",

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

0 commit comments

Comments
 (0)