Skip to content

Commit

Permalink
Merge pull request #2054 from dpfaffenbauer/release/3.0.0-beta.5
Browse files Browse the repository at this point in the history
[Release] 3.0.0-beta.5
  • Loading branch information
dpfaffenbauer authored Aug 1, 2022
2 parents aee6264 + b69c3b4 commit 35cf92a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG-3.0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 3.0.0-beta.5
> This will be the last BETA for the final release.
## Bugs
- [Frontend] fix controller overwriting (https://github.com/coreshop/CoreShop/pull/2017)
- Replaced old Registration Service with Customer Manager (https://github.com/coreshop/CoreShop/pull/2020)
- Update install guide while it is in beta (https://github.com/coreshop/CoreShop/pull/2019)
- [Frontend] fix getQuantityModifier return type (https://github.com/coreshop/CoreShop/pull/2024)
- Fix TagManagerEnhancedEcommerce (https://github.com/coreshop/CoreShop/pull/2027)
- [ProductBundle] fix saving of Price Rule Conditions and Actions when creating (https://github.com/coreshop/CoreShop/pull/2029)
- [FrontendBundle] Consider UrlSlugs in the locale switcher (https://github.com/coreshop/CoreShop/pull/2032)
- [DB] Remove Migrate and ClassUpdate rename and fix psalm issues (https://github.com/coreshop/CoreShop/pull/2034)
- fix: property must not be accessed before initialization (https://github.com/coreshop/CoreShop/pull/2036)
- [MoneyBundle] bugfix unmarshalVersion for coreShopMoney (https://github.com/coreshop/CoreShop/pull/2037)
- [ThemeBundle] add document pre_renderer listener to resolve theme (https://github.com/coreshop/CoreShop/pull/2041)
- [OrderBundle] fix "coreshop_admin_order_find" route (https://github.com/coreshop/CoreShop/pull/2045)
- [Pimcore] add tests for ^10.5 (https://github.com/coreshop/CoreShop/pull/2043)
- [Events] fix pimcore events BC break (https://github.com/coreshop/CoreShop/pull/2046)
- [Tests] test against pimcore ^11.0 (https://github.com/coreshop/CoreShop/pull/2047)
- [CoreBundle] add typecasts for MoneyFormatter in Reports, bugfix SQL (https://github.com/coreshop/CoreShop/pull/2048)
- [MoneyBundle] bugfix marshalVersion for coreShopMoney (https://github.com/coreshop/CoreShop/pull/2051)
- [MoneyBundle] bugfix setter code for FieldCollection (https://github.com/coreshop/CoreShop/pull/2052)
- [CoreBundle] check for null value in CartStockAvailabilityValidator (https://github.com/coreshop/CoreShop/pull/2053)

# 3.0.0-beta.4
## Feature
- [Variants] introduce Variant Bundle (https://github.com/coreshop/CoreShop/pull/1990) @breakone
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 @@ -22,7 +22,7 @@ final class Version

public const RELEASE_VERSION = '0';

public const EXTRA_VERSION = 'beta.4';
public const EXTRA_VERSION = 'beta.5';

public static function getVersion(): string
{
Expand Down

0 comments on commit 35cf92a

Please sign in to comment.