File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/CoreShop/Bundle/CoreBundle/Application Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 4.1.1
2+ * [ Index] add feature to raw query the index by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2795
3+ * [ StorageList] fix writing null into session by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2794
4+ * Do not load complete product again from database on pre_update by @BlackbitDevs in https://github.com/coreshop/CoreShop/pull/2781
5+
16## 4.1.0
27* [ Registry] require registry 4.1 in all bundles by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2748
38* Update CartController - remove Argument Injection by @steinerCors in https://github.com/coreshop/CoreShop/pull/2741
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ final class Version
2424
2525 public const MINOR_VERSION = '1 ' ;
2626
27- public const RELEASE_VERSION = '0 ' ;
27+ public const RELEASE_VERSION = '1 ' ;
2828
2929 public const EXTRA_VERSION = '' ;
3030
You can’t perform that action at this time.
0 commit comments