Skip to content

Commit

Permalink
Merge pull request #983 from dpfaffenbauer/release/2.0.8
Browse files Browse the repository at this point in the history
[Release] prepare 2.0.8
  • Loading branch information
dpfaffenbauer authored May 8, 2019
2 parents 7e3198b + 7104fb6 commit 1623682
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-2.0.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Within V2

## 2.0.8
- Bug:
- [Pimcore] Make CoreShop compatible with Pimcore 5.8.0 (https://github.com/coreshop/CoreShop/pull/977)
- [Order] remove wrong type hints (https://github.com/coreshop/CoreShop/pull/978)
- [Core] fix setting customer and persisting cart on user login (https://github.com/coreshop/CoreShop/pull/980)

## 2.0.7
- Bug:
- [Taxation] Wrong Tax Calculation when using Store Gross Values (https://github.com/coreshop/CoreShop/issues/971)
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CoreBundle/Application/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class Version
{
const MAJOR_VERSION = '2';
const MINOR_VERSION = '0';
const RELEASE_VERSION = '7';
const RELEASE_VERSION = '8';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit 1623682

Please sign in to comment.