Skip to content

Commit

Permalink
Merge pull request #277 from Nosto/release/3.6.2
Browse files Browse the repository at this point in the history
Release - 3.6.2
  • Loading branch information
supercid authored Feb 7, 2019
2 parents 1cda1bd + 9443f08 commit de43632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning(http://semver.org/).

## 3.6.2
- Fix missing language id parameter for Prestashop < 1.6 in item availability

## 3.6.1
- Bump Nosto SDK version to fix the double encoded Oauth redirect URL
- Fix constructing the product categories
Expand Down
2 changes: 1 addition & 1 deletion nostotagging.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class NostoTagging extends Module
*
* @var string
*/
const PLUGIN_VERSION = '3.6.1';
const PLUGIN_VERSION = '3.6.2';

/**
* Internal name of the Nosto plug-in
Expand Down

0 comments on commit de43632

Please sign in to comment.