File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.1.5
2
+ * [ IndexBundle] Optimize 404 Exception Handling on Index Item Deletion by @aarongerig in https://github.com/coreshop/CoreShop/pull/2894
3
+
1
4
## 4.1.4
2
5
* [ Pimcore] DynamicDropdown - check if null by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2874
3
6
* [ Messenger] Fix ` MessageRepository ` service registration by @jdreesen in https://github.com/coreshop/CoreShop/pull/2876
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ final class Version
24
24
25
25
public const MINOR_VERSION = '1 ' ;
26
26
27
- public const RELEASE_VERSION = '4 ' ;
27
+ public const RELEASE_VERSION = '5 ' ;
28
28
29
29
public const EXTRA_VERSION = '' ;
30
30
You can’t perform that action at this time.
0 commit comments