diff --git a/CHANGELOG.md b/CHANGELOG.md index 45176a1a..08dfbae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. +### 3.8.0-RC1 +* Add support for category personalization + ### 3.7.4 * Add explicit boolean check for product building diff --git a/app/code/community/Nosto/Tagging/Helper/Data.php b/app/code/community/Nosto/Tagging/Helper/Data.php index 2185666a..13e4c15e 100644 --- a/app/code/community/Nosto/Tagging/Helper/Data.php +++ b/app/code/community/Nosto/Tagging/Helper/Data.php @@ -199,7 +199,7 @@ class Nosto_Tagging_Helper_Data extends Mage_Core_Helper_Abstract /** * The release candidate version. Set to null for stable. */ - const NOSTO_RC_VERSION = null; + const NOSTO_RC_VERSION = 1; /** * List of strings to remove from the default Nosto account title diff --git a/app/code/community/Nosto/Tagging/etc/config.xml b/app/code/community/Nosto/Tagging/etc/config.xml index 5e5363e7..176a221e 100644 --- a/app/code/community/Nosto/Tagging/etc/config.xml +++ b/app/code/community/Nosto/Tagging/etc/config.xml @@ -28,7 +28,7 @@ - 3.7.4 + 3.8.0