Skip to content

Commit 91b45ba

Browse files
Merge pull request #2906 from dpfaffenbauer/release/4.1.6
[Release] 4.1.6
2 parents 9b08137 + 91caeaa commit 91b45ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG-4.1.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.6
2+
* [IndexBundle] Ignore missing 404 error when deleting non-existent document by @aarongerig in https://github.com/coreshop/CoreShop/pull/2896
3+
* [PimcoreBundle] replace outdated translation ts with t by @philippmunz in https://github.com/coreshop/CoreShop/pull/2905
4+
15
## 4.1.5
26
* [IndexBundle] Optimize 404 Exception Handling on Index Item Deletion by @aarongerig in https://github.com/coreshop/CoreShop/pull/2894
37

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 = '5';
27+
public const RELEASE_VERSION = '6';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)