Skip to content

Commit

Permalink
[Release] 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Aug 3, 2023
1 parent 4baa2a3 commit 3b919e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG-3.1.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 3.1.1

## Bugs
- [PaymentRules] fix decoration of PaymentProviderResolver (https://github.com/coreshop/CoreShop/pull/2317)
- [Notes] fix note title translation (https://github.com/coreshop/CoreShop/pull/2335)
- [Menu] making it easer to have more independent bundles with the same main-menu (https://github.com/coreshop/CoreShop/pull/2344)
- [FrontendBundle] fix: don't require permissions to render partials (https://github.com/coreshop/CoreShop/pull/2329)
- [VariantBundle] fix null values in ValidAttributesValidator (https://github.com/coreshop/CoreShop/pull/2348)
- [OrderBundle] don't modify CartItem twice (https://github.com/coreshop/CoreShop/pull/2355)

# 3.1.0

## BC Breaks:
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 @@ -24,7 +24,7 @@ final class Version

public const MINOR_VERSION = '1';

public const RELEASE_VERSION = '0';
public const RELEASE_VERSION = '1';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 3b919e5

Please sign in to comment.