Skip to content

Commit

Permalink
Merge pull request #2309 from dpfaffenbauer/release/3.0.6
Browse files Browse the repository at this point in the history
[Release] 3.0.6
  • Loading branch information
dpfaffenbauer authored Jun 6, 2023
2 parents 0cc00a6 + 1d804dc commit 7983750
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG-3.0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 3.0.6

## Bugs
- [StorageList] add default session based context resolver (https://github.com/coreshop/CoreShop/pull/2269)
- [Pimcore] Handle unknown class names in ClassUpdate (https://github.com/coreshop/CoreShop/pull/2271)
- [Guzzle] use ^1.0 for guzzle adapter (https://github.com/coreshop/CoreShop/pull/2274)
- [FrontendBundle] throw 404 when Reset-Token not found (https://github.com/coreshop/CoreShop/pull/2277)
- [IndexBundle] support 'zero' values for filtering (https://github.com/coreshop/CoreShop/pull/2282)
- [Pimcore] make compatible with Pimcore 10.6 (https://github.com/coreshop/CoreShop/pull/2285)
- [Order] fix voucher modifier calling findByCode with null (https://github.com/coreshop/CoreShop/pull/2289)
- [MenuBundle] fix Pimcore 10.6 compatibility issue (https://github.com/coreshop/CoreShop/pull/2292)
- [ResourceBundle] fix Pimcore 10.6 compatibility to find Admin User (https://github.com/coreshop/CoreShop/pull/2293)
- [OrderBundle] improve unlinking files in pdf generation (https://github.com/coreshop/CoreShop/pull/2294)
- [SerializedData] show data as string in version preview (https://github.com/coreshop/CoreShop/pull/2295)
- [Docs] Maintenance mode <-> Maintenance job (https://github.com/coreshop/CoreShop/pull/2299)
- [MessengerBundle] fix for standalone installation (https://github.com/coreshop/CoreShop/pull/2298)

# 3.0.5

## Bugs
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 = '0';

public const RELEASE_VERSION = '5';
public const RELEASE_VERSION = '6';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 7983750

Please sign in to comment.