Skip to content

Commit 1a77cea

Browse files
Merge pull request #2877 from dpfaffenbauer/release/3.2.20
[Release] 3.2.20
2 parents 516c1e4 + 1192876 commit 1a77cea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG-3.2.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.2.20
2+
* [Messenger] [Messenger] Fix MessageRepository service registration tags by @jdreesen in https://github.com/coreshop/CoreShop/pull/2876
3+
14
# 3.2.19
25
* [Messenger] wrap message details info modal data in `<pre>` tags by @jdreesen in https://github.com/coreshop/CoreShop/pull/2855
36
* [Messenger] dispatch `MessageDetailsEvent` to allow customization of message details generation by @jdreesen in https://github.com/coreshop/CoreShop/pull/2854

src/CoreShop/Bundle/CoreBundle/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Version
2424

2525
public const MINOR_VERSION = '2';
2626

27-
public const RELEASE_VERSION = '19';
27+
public const RELEASE_VERSION = '20';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)