Skip to content

Commit

Permalink
Bump Version And Update Change Log
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Apr 10, 2018
1 parent 4f54ae1 commit b2f7483
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
class Shopware_Plugins_Frontend_NostoTagging_Bootstrap extends Shopware_Components_Plugin_Bootstrap
{
const PLATFORM_NAME = 'shopware';
const PLUGIN_VERSION = '1.2.6';
const PLUGIN_VERSION = '2.0.0';
const MENU_PARENT_ID = 23; // Configuration
const NEW_ENTITY_MANAGER_VERSION = '5.0.0';
const NEW_ATTRIBUTE_MANAGER_VERSION = '5.2.0';
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
## [2.0.0]
- Bump SDK to 3.3.1
- Fix shopware platfom version detection
- Handle Opt-In for Customer and Buyer

## [1.2.6]
- Add support for Shopware 5.4
Expand Down Expand Up @@ -145,7 +148,8 @@ recommendations
- Initial beta-release


[unreleased]: https://github.com/nosto/nosto-shopware-plugin/compare/1.2.6...develop
[unreleased]: https://github.com/nosto/nosto-shopware-plugin/compare/2.0.0...develop
[2.0.0]: https://github.com/nosto/nosto-shopware-plugin/compare/1.2.6...2.0.0
[1.2.6]: https://github.com/nosto/nosto-shopware-plugin/compare/1.2.5...1.2.6
[1.2.5]: https://github.com/nosto/nosto-shopware-plugin/compare/1.2.4...1.2.5
[1.2.4]: https://github.com/nosto/nosto-shopware-plugin/compare/1.2.3...1.2.4
Expand Down

0 comments on commit b2f7483

Please sign in to comment.