Skip to content

Commit

Permalink
Merge pull request #700 from Nosto/hotfix/5.0.3
Browse files Browse the repository at this point in the history
Bump SDK version to be compatible with CMP module
  • Loading branch information
Hannu Pölönen authored Aug 14, 2020
2 parents 6b11c79 + c939b9b commit b7cb5e7
Show file tree
Hide file tree
Showing 4 changed files with 983 additions and 279 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

# 5.0.3
* Bump the PHP SDK version to be compatible with Nosto CMP module (no functional changes)

# 5.0.2
* Fix an issue where custom tags (tag1) were overridden by default tags

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nosto/module-nostotagging",
"description": "Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.",
"type": "magento2-module",
"version": "5.0.2",
"version": "5.0.3",
"require-dev": {
"php": ">=7.1.0",
"phpmd/phpmd": "^2.5",
Expand Down Expand Up @@ -40,7 +40,7 @@
"OSL-3.0"
],
"require": {
"nosto/php-sdk": "5.0.*",
"nosto/php-sdk": "^5.1.0",
"php": ">=7.0.0",
"ext-json": "*",
"magento/framework": ">=101.0.6|~102.0"
Expand Down
Loading

0 comments on commit b7cb5e7

Please sign in to comment.