Skip to content

Commit

Permalink
Bump version and Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Sep 27, 2018
1 parent 359151b commit a5cbf4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
class Shopware_Plugins_Frontend_NostoTagging_Bootstrap extends Shopware_Components_Plugin_Bootstrap
{
const PLATFORM_NAME = 'shopware';
const PLUGIN_VERSION = '2.1.3';
const PLUGIN_VERSION = '2.2.0-RC1';
const MENU_PARENT_ID = 23; // Configuration
const NEW_ENTITY_MANAGER_VERSION = '5.0.0';
const NEW_ATTRIBUTE_MANAGER_VERSION = '5.2.0';
Expand Down
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/).

## 2.2.0 - RC1
- Add support for multi-currency

## 2.1.3
- Add feature flag to enable/disable tagging product properties to custom fields

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": [
"BSD-3-Clause"
],
"version": "2.1.3",
"version": "2.2.0-RC1",
"require": {
"php": ">=5.4.0",
"nosto/php-sdk": "3.4.1"
Expand Down

0 comments on commit a5cbf4d

Please sign in to comment.