Skip to content

Commit

Permalink
Merge pull request #239 from Nosto/hotfix/3.4.0
Browse files Browse the repository at this point in the history
hotfix 3.4.1
  • Loading branch information
liangde-chen committed Jun 13, 2018
2 parents 48d9ad2 + ab2f8db commit 357dd4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.4.1
- Fixed a issue that it failed to be installed to some special prestashop environments

## 3.4.0
- Made it possible to override category by hooking to nosto events
- Add a switch to disable sending customer information to nosto
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0';
const PLUGIN_VERSION = '3.4.1';

/**
* Internal name of the Nosto plug-in
Expand Down Expand Up @@ -1005,7 +1005,7 @@ public function render($template)
* @return Smarty|Smarty_Data
* @throws \Nosto\NostoException
*/
protected function getSmarty()
public function getSmarty()
{
if (!empty($this->smarty) && method_exists($this->smarty, 'assign')) {
return $this->smarty;
Expand Down

0 comments on commit 357dd4b

Please sign in to comment.