Skip to content

Commit

Permalink
Bump version and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed May 15, 2018
1 parent c17aa68 commit e673639
Show file tree
Hide file tree
Showing 3 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 = '2.0.3';
const PLUGIN_VERSION = '2.0.4';
const MENU_PARENT_ID = 23; // Configuration
const NEW_ENTITY_MANAGER_VERSION = '5.0.0';
const NEW_ATTRIBUTE_MANAGER_VERSION = '5.2.0';
Expand Down
6 changes: 5 additions & 1 deletion 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.0.4]
- Fix marketing permission tagging

## [2.0.3]
- Fix order confirmation handling when using Shopware API or cli

Expand Down Expand Up @@ -157,7 +160,8 @@ recommendations
- Initial beta-release


[unreleased]: https://github.com/nosto/nosto-shopware-plugin/compare/2.0.3...develop
[unreleased]: https://github.com/nosto/nosto-shopware-plugin/compare/2.0.4...develop
[2.0.4]: https://github.com/nosto/nosto-shopware-plugin/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/nosto/nosto-shopware-plugin/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/nosto/nosto-shopware-plugin/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/nosto/nosto-shopware-plugin/compare/2.0.0...2.0.1
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.0.3",
"version": "2.0.4",
"require": {
"php": ">=5.5.0",
"nosto/php-sdk": "3.3.1"
Expand Down

0 comments on commit e673639

Please sign in to comment.