Skip to content

Commit c4e5bdb

Browse files
Merge pull request #2834 from dpfaffenbauer/release/4.1.2
[Release] 4.1.2
2 parents b23b3f4 + d7cfdb0 commit c4e5bdb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG-4.1.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.1.2
2+
* [Docs] update payum link by @cngJo in https://github.com/coreshop/CoreShop/pull/2819
3+
* [FrontendBundle] install css/js (public) files too by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2818
4+
* [IndexBundle] add feature to automatically create migrations for MySQL Indices by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2827
5+
16
## 4.1.1
27
* [Index] add feature to raw query the index by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2795
38
* [StorageList] fix writing null into session by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2794

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 = '1';
2626

27-
public const RELEASE_VERSION = '1';
27+
public const RELEASE_VERSION = '2';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)