Skip to content

Commit

Permalink
Merge pull request #2577 from dpfaffenbauer/release/3.2.6
Browse files Browse the repository at this point in the history
[Release] 3.2.6
  • Loading branch information
dpfaffenbauer committed Mar 8, 2024
2 parents 6618d6c + 994e073 commit 9e3e385
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG-3.2.x.md
@@ -1,3 +1,10 @@
# 3.2.6
* [Tests] add test for stock tracked products in checkout by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2560
* [Tests] test only latest pimcore with highest deps for 3.2 by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2559
* Increase MessengerBundle Receivers combobox width by @NiklasBr in https://github.com/coreshop/CoreShop/pull/2567
* Updated CachedStoreContext.php by @kamil-karkus in https://github.com/coreshop/CoreShop/pull/2565
* [Core] fix price calculation with immutables and adjustments by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2573

# 3.2.5
* [Migration] [Migration] fix Staticroute Migration for Pimcore 10 by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2550

Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/CoreBundle/Application/Version.php
Expand Up @@ -24,7 +24,7 @@ final class Version

public const MINOR_VERSION = '2';

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

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 9e3e385

Please sign in to comment.