Skip to content

Commit

Permalink
Merge pull request #721 from Nosto/hotfix/5.1.2
Browse files Browse the repository at this point in the history
Hotfix 5.1.2 - Update PHP-SDK dependency version for better http exception logging.
  • Loading branch information
olsi-qose authored Dec 8, 2020
2 parents 378b1b2 + c363107 commit 1240db5
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 673 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.1.2
* Update PHP-SDK dependency version for better http exception logging

# 5.1.1
* Check that order payment is instance of payment interface

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.1.1",
"version": "5.1.2",
"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.2.0",
"nosto/php-sdk": ">=5.3.4",
"php": ">=7.0.0",
"ext-json": "*",
"magento/framework": ">=101.0.6|~102.0"
Expand Down
Loading

0 comments on commit 1240db5

Please sign in to comment.