Skip to content

Commit

Permalink
Merge pull request #1134 from dpfaffenbauer/release/2.1.0-rc.2
Browse files Browse the repository at this point in the history
[2.1.0-rc.2] prepare release
  • Loading branch information
dpfaffenbauer authored Oct 16, 2019
2 parents 27fee3b + 80d8dad commit 89a5b65
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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 89a5b65

Please sign in to comment.