Skip to content

Commit

Permalink
Merge pull request #1268 from dpfaffenbauer/release/2.1.2
Browse files Browse the repository at this point in the history
[2.1.2] prepare release
  • Loading branch information
dpfaffenbauer authored Feb 8, 2020
2 parents b30c9a3 + 93619b2 commit 052eb6a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG-2.1.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Within 2.1

## 2.1.2
- Features:
- [FrontendBundle] Change function from private to protected (https://github.com/coreshop/CoreShop/pull/1248)
- [Installer] update logo (https://github.com/coreshop/CoreShop/pull/1264)
- [Cart] introduce cart-context resolver to allow better extendability of the context used for the cart (https://github.com/coreshop/CoreShop/pull/1267)

- Bugs:
- [ThemeBundle] fix Undefined index: default_resolvers (https://github.com/coreshop/CoreShop/pull/1235)
- [IndexBundle] $indexIds is always an array, hence the condition is now empty (https://github.com/coreshop/CoreShop/pull/1241)
- [Stan] fixes for 2.1 (https://github.com/coreshop/CoreShop/pull/1244)
- [CurrencyBundle] fix money-currency type is rounding prices wrong (https://github.com/coreshop/CoreShop/pull/1238)
- [CoreBundle] Change repository so that unit definition deletion works with multiple product models (https://github.com/coreshop/CoreShop/pull/1252)
- [Order] fix throwing/catching right exceptions in purchasable calculalator (https://github.com/coreshop/CoreShop/pull/1250)
- [Core] allow non QuantityPriceRangeAware Products in cart-processor (https://github.com/coreshop/CoreShop/pull/1249)
- [IndexBundle] fix index columns form (https://github.com/coreshop/CoreShop/pull/1259)
- [Country] don't call the request based resolvers every time (https://github.com/coreshop/CoreShop/pull/1261)

## 2.1.1
- Features:
- [CoreBundle] Implement Variant Unit and QPR Solidifier (https://github.com/coreshop/CoreShop/issues/1157)
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 = '1';
const RELEASE_VERSION = '1';
const RELEASE_VERSION = '2';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit 052eb6a

Please sign in to comment.