Skip to content

Commit

Permalink
Merge pull request #2435 from dpfaffenbauer/release/4.0.0-beta.4
Browse files Browse the repository at this point in the history
[Release] 4.0.0-beta.4
  • Loading branch information
dpfaffenbauer authored Nov 11, 2023
2 parents 312c97b + 06a44ee commit 0de6390
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG-3.1.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.1.4

* cast trackingCode as string by @solverat in https://github.com/coreshop/CoreShop/pull/2412
* fix comment delete request by @solverat in https://github.com/coreshop/CoreShop/pull/2407
* [Core] add unit to GiftProductAction by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2422
* [Cart] fix wrong decoration of cart-context by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2432

# 3.1.3

* [Cart] fix using right context for performance increase by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2387
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG-3.2.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 3.2.0
# 3.2.0-beta.1

* [StorageListBundle] make restore cart after checkout configurable by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2428
* [OrderEdit] don't allow cancelled orders to be editable by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2431

# 3.2.0-beta.1

## Features

- [Order] Backend Order Editing by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2397, https://github.com/coreshop/CoreShop/pull/2382
- [Order] Backend Order Editing by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2397, https://github.com/coreshop/CoreShop/pull/2382

7 changes: 7 additions & 0 deletions CHANGELOG-4.0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.0.0-beta.4
* [Pimcore11] remove o_ column usages by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2413
* [Pimcore11] fix return type for getChildCategories by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2414
* can not save store shop settings by @sevarozh in https://github.com/coreshop/CoreShop/pull/2415
* [Pimcore] require Pimcore 11.1 as minimum by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2423
* Fix error in the filter functionality for multiselects by @hethehe in https://github.com/coreshop/CoreShop/pull/2426

# 4.0.0-beta.3
- CoreShop 4.0.0 is the same as 3.2.0 will be, it contains all bug-fixes and feature from 3.1 and 3.2

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 @@ -26,7 +26,7 @@ final class Version

public const RELEASE_VERSION = '0';

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

public static function getVersion(): string
{
Expand Down

0 comments on commit 0de6390

Please sign in to comment.