Skip to content

Commit

Permalink
Merge pull request #1339 from algolia/update/3.7.0-p2
Browse files Browse the repository at this point in the history
Fixed compatibility issue in landing page
  • Loading branch information
mohitalgolia authored Apr 10, 2023
2 parents 205f40a + 0963b11 commit 156e1be
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGE LOG

## 3.7.0-p2

### Updates
- Ensured compatibility of the extension with Magento 2.4.6

## 3.7.0-p1

### FIXES
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Algolia Search for Magento 2
==================

![Latest version](https://img.shields.io/badge/latest-3.7.0--p1-green)
![Latest version](https://img.shields.io/badge/latest-3.7.0--p2-green)
![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange)

![PHP](https://img.shields.io/badge/PHP-7.4%2C8.1-blue)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Algolia Search integration for Magento 2",
"type": "magento2-module",
"license": ["MIT"],
"version": "3.7.0-p1",
"version": "3.7.0-p2",
"require": {
"magento/framework": "~102.0|~103.0",
"algolia/algoliasearch-client-php": "^3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@
<action method="setListCollection"/>
</block>
</referenceContainer>
<referenceBlock name="search_result_list">
<arguments>
<argument name="viewModel" xsi:type="object">Magento\Catalog\ViewModel\Product\OptionsData</argument>
</arguments>
</referenceBlock>
</body>
</page>

0 comments on commit 156e1be

Please sign in to comment.