Skip to content

Commit 42cdf69

Browse files
Merge pull request #176 from Nosto/master
Master
2 parents b34b865 + 1b56fe3 commit 42cdf69

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/actions/phpstorm-inspect/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'PHPStorm Inspector'
22
description: 'Runs PHPStorm inspections on your codebase'
3-
author: 'Mridang Agarwalla'
3+
author: 'Matvejev'
44
inputs:
55
target:
66
required: true

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.3.2
4+
* Update nosto/module-nostotagging package to ^8.0.0
5+
36
### 5.3.1
47
* Add nullcheck to avoid logging errors when the current category is not a regular Magento Category
58

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.1",
5+
"version": "5.3.2",
66
"require-dev": {
77
"magento-ecg/coding-standard": "3.*",
88
"magento/module-store": "101.1.2",

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.1">
40+
<module name="Nosto_Cmp" setup_version="5.3.2">
4141
<sequence>
4242
<module name="Nosto_Tagging"/>
4343
</sequence>

0 commit comments

Comments
 (0)