Skip to content

Commit

Permalink
Merge pull request #2732 from dpfaffenbauer/release/3.2.14
Browse files Browse the repository at this point in the history
[Release] 3.2.14
  • Loading branch information
dpfaffenbauer authored Oct 16, 2024
2 parents 59b58ee + ee3c284 commit 4061015
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-3.2.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.2.14
* [Pimcore] introduce LocalizedFallbackHelper by @dpfaffenbauer in https:/coreshop/CoreShop/pull/2723
* [Translations] add missing translations by @dpfaffenbauer in https:/coreshop/CoreShop/pull/2721
* [Payum] 2.6 compatibility by @dpfaffenbauer in https:/coreshop/CoreShop/pull/2722

# 3.2.13
* [Currency/Money] implement Pimcore Grid Column by @dpfaffenbauer in https:/coreshop/CoreShop/pull/2686
* [StorageList] make sure to remove StorageList from Session on Logout by @dpfaffenbauer in https:/coreshop/CoreShop/pull/2684
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 = '2';

public const RELEASE_VERSION = '13';
public const RELEASE_VERSION = '14';

public const EXTRA_VERSION = '';

Expand Down

0 comments on commit 4061015

Please sign in to comment.