Skip to content

Commit 755f488

Browse files
committed
MAGE-1117: update extension for 3.15.0-beta.2
1 parent e1a5f50 commit 755f488

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# CHANGE LOG
22

3-
## 3.15.0-beta.1
3+
## 3.15.0-beta.2
44

5-
## Updates
6-
- Added support for Multi-Application IDs
5+
### Features
6+
- Added support for Multi-Application IDs (see [preview documentation](https://deploy-preview-9699--algolia-docs.netlify.app/doc/integration/magento-2/getting-started/quick-start/?client=php#support-for-multiple-application-ids))
7+
- Refactored frontend library ##TO_BE_DEVELOPED## (see [preview documentation](https://deploy-preview-9690--algolia-docs.netlify.app/doc/integration/magento-2/customize/custom-front-end-events/?client=php))
8+
- Added granular profiling ##TO_BE_DEVELOPED##
9+
10+
### Updates
11+
- Tests: Added possibility to run tests with multiple applications IDs.
12+
- Introduced Index Builders which are services responsible for creating and filling indices with data.
13+
- **IMPORTANT**: As a result `AlgoliaHelper` is now deprecated and will be removed from the codebase in version 3.16.0
14+
- Added `BackendSearch` Service to move `getSearchResults` method into.
15+
- Updated Indexing Queue display in the admin by adding the `class` column
16+
- Updated Indexing Queue `data` column formatting
17+
- Added documentation link on the queue archive page
18+
- Removed `algoliaBundle` package
19+
20+
### Bug Fixes
21+
- Fixed a bug where admin panels didn't display properly on Magento 2.4.7
22+
- Fixed customer groups prices ranges on configurable products
23+
- Fixed a bug where categories highlighting didn't work as expected on PLP powered by InstantSearch
724

825
## 3.14.4
926

@@ -117,6 +134,11 @@ If you have customized your Algolia implementation or are running on an older ve
117134
- Added stronger typing to affected classes and methods
118135
- Added Looking Similar recommendations
119136

137+
## 3.13.8
138+
139+
### Bug Fixes
140+
- Restored compatibility with PHP 7.4
141+
120142
## 3.13.7
121143

122144
### Features

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-beta.1",
6+
"version": "3.15.0-beta.2",
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-beta.1">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.15.0-beta.2">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)