Skip to content

Commit 973f09c

Browse files
authored
Merge pull request #182 from Nosto/release/5.4.0
Release 5.4.0
2 parents 1b56fe3 + b773087 commit 973f09c

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
22

3+
### 5.4.0
4+
* Add compatibility with OpenSearch implementation
5+
36
### 5.3.2
47
* Update nosto/module-nostotagging package to ^8.0.0
58

Plugin/Elasticsearch/SearchAdapter/Mapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
namespace Nosto\Cmp\Plugin\Elasticsearch\SearchAdapter;
3838

39-
use Magento\Elasticsearch\Elasticsearch5\SearchAdapter\Mapper as MagentoMapper;
39+
use Magento\Elasticsearch\ElasticAdapter\SearchAdapter\Mapper as MagentoMapper;
4040
use Magento\Framework\Search\Request\Query\BoolExpression;
4141
use Magento\Framework\Search\RequestInterface;
4242
use Nosto\Cmp\Model\Search\Request as NostoSearchRequest;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nosto/module-nostocmp",
33
"description": "Nosto Category Merchandising extension for Magento 2",
44
"type": "magento2-module",
5-
"version": "5.3.2",
5+
"version": "5.4.0",
66
"require-dev": {
77
"magento-ecg/coding-standard": "3.*",
88
"magento/module-store": "101.1.2",

etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<type name="Magento\Catalog\Model\Product">
4444
<plugin name="get_product_url_nosto" type="Nosto\Cmp\Plugin\Catalog\Model\Product" />
4545
</type>
46-
<type name="Magento\Elasticsearch\Elasticsearch5\SearchAdapter\Mapper">
46+
<type name="Magento\Elasticsearch\ElasticAdapter\SearchAdapter\Mapper">
4747
<plugin name="nosto_elasticsearch_searchadapter_mapper" type="Nosto\Cmp\Plugin\Elasticsearch\SearchAdapter\Mapper" />
4848
</type>
4949
<type name="Magento\Framework\Search\Request\Builder">

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!--suppress XmlUnboundNsPrefix -->
3838
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3939
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
40-
<module name="Nosto_Cmp" setup_version="5.3.2">
40+
<module name="Nosto_Cmp" setup_version="5.4.0">
4141
<sequence>
4242
<module name="Nosto_Tagging"/>
4343
</sequence>

0 commit comments

Comments
 (0)