Skip to content

Commit

Permalink
Merge pull request #932 from dpfaffenbauer/release/2.0.6
Browse files Browse the repository at this point in the history
[Release] prepare 2.0.6 release
  • Loading branch information
dpfaffenbauer authored Apr 8, 2019
2 parents d047561 + c130516 commit 246b5c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG-2.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
## 2.0.6:
- Bug:
- [Adjustments] in the classes "CoreShopOrderItem", "CoreShopQuoteItem", was a typo `basePdjustmentItems` instead of `baseAdjustmentItems`. Please manually rename them to `baseAdjustmentItems`
- [ProductBundle] Fix extjs layout crash price rule is inactive (https://github.com/coreshop/CoreShop/pull/908)
- [FrontendBundle] fix address creation redirect (https://github.com/coreshop/CoreShop/pull/910)
- [StorageList] Storage List and Storage List Item is not a Pimcore Object (https://github.com/coreshop/CoreShop/pull/907)
- [Order] fix typo in OrderItem and QuoteItem (https://github.com/coreshop/CoreShop/pull/906)
- [NotificationBundle] fix typo in serializer namespace declaration (https://github.com/coreshop/CoreShop/pull/901)
- [CoreBundle] fix notification rule setting for order mail action (https://github.com/coreshop/CoreShop/pull/886)
- [Core] use PriceCalculatorInterface in product tracking extractor (https://github.com/coreshop/CoreShop/pull/892)
- [Core] fix not passing full configuration in store based email (https://github.com/coreshop/CoreShop/pull/917)
- [Core] fix copying object brick data from cart to sale (https://github.com/coreshop/CoreShop/pull/918)
- [CoreBundle/OrderBundle] KernelResponse Event should ignore Profile Toolbar (https://github.com/coreshop/CoreShop/pull/919)
- [Pimcore] Make CoreShop compatible with Pimcore 5.7.2 (https://github.com/coreshop/CoreShop/pull/914)

- Features:
- [FrontendBundle] make private method protected (https://github.com/coreshop/CoreShop/pull/890)
- [AddressBundle] introduce address-identifiers (https://github.com/coreshop/CoreShop/issues/830 & https://github.com/coreshop/CoreShop/pull/913)

## 2.0.5:
- Deprecations:
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 = '5';
const RELEASE_VERSION = '6';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit 246b5c9

Please sign in to comment.