Skip to content

Commit

Permalink
[2.1.0-rc.2] prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Oct 15, 2019
1 parent 6ee65d1 commit 80d8dad
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-2.0.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Within V2

## 2.0.10
- Bugs:
- [PayumBundle]: add sandbox to PayPal Configuration (https://github.com/coreshop/CoreShop/pull/1112)

## 2.0.9
- Bugs:
- [Pimcore] fix stan tests on 2.0 (https://github.com/coreshop/CoreShop/pull/998)
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG-2.1.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Within 2.1

## 2.1.0-rc.2
- Features:
- [IndexBundle] allow for more complex doctrine types in index (https://github.com/coreshop/CoreShop/pull/1110)
- [IndexBundle] add Select and Multiselect Filter Processor from Multiselect (https://github.com/coreshop/CoreShop/pull/1111)
- [Autowire] improvement: allow service registries to be autowired (https://github.com/coreshop/CoreShop/pull/1113, https://github.com/coreshop/CoreShop/pull/1116, https://github.com/coreshop/CoreShop/pull/1122)
- [QuantityPriceRules] allow price range ordering @solverat (https://github.com/coreshop/CoreShop/pull/1121)
- [Payment] Fix payment provider logo @davidhoeck (https://github.com/coreshop/CoreShop/pull/1124)
- [ResourceBundle, OrderBundle, CoreBundle] introduce more memory efficient (https://github.com/coreshop/CoreShop/pull/1126, https://github.com/coreshop/CoreShop/pull/1129)
- [Shipping, ShippingBundle] Add logo field to carrier @davidhoeck (https://github.com/coreshop/CoreShop/pull/1127)
-

- Bugs:
- [Tests] exit code (https://github.com/coreshop/CoreShop/pull/1119)
- [Tracking] remove decimal factor multiplier in order extractor @solverat (https://github.com/coreshop/CoreShop/pull/1128)
- [QuantityPriceRules] Move migration for Quantity Rule Range Unit to Sales Unit migration (https://github.com/coreshop/CoreShop/pull/1123)
s
## 2.1.0
- BC-Break: Introduced `array $options` parameter into `CoreShop\Component\Index\Listing\ListingInterface` to allow certain variations for loading data

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 @@ -17,7 +17,7 @@ final class Version
const MAJOR_VERSION = '2';
const MINOR_VERSION = '1';
const RELEASE_VERSION = '0';
const EXTRA_VERSION = 'rc.1';
const EXTRA_VERSION = 'rc.2';

/**
* @return string
Expand Down

0 comments on commit 80d8dad

Please sign in to comment.