Skip to content

Commit

Permalink
[Release] 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Dec 10, 2021
1 parent c5bb686 commit 1f3b295
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-2.2.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Within 2.2

## 2.2.11
- Bugs:
- [CoreExtensions] refactor how Doctrine Entities are cloned (https://github.com/coreshop/CoreShop/pull/1770)
- [Frontend] After renaming formtypes with coreshop[], form elements where not found (https://github.com/coreshop/CoreShop/pull/1791)
- [Checkout] fix new form namespace (https://github.com/coreshop/CoreShop/pull/1807)

## 2.2.10
- Bugs:
- [Shipping] make shipping calculation more independent from cart (https://github.com/coreshop/CoreShop/pull/1562)
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 = '2';
const RELEASE_VERSION = '10';
const RELEASE_VERSION = '11';
const EXTRA_VERSION = '';

/**
Expand Down

0 comments on commit 1f3b295

Please sign in to comment.