|
| 1 | +# 3.0.5 |
| 2 | + |
| 3 | +## Bugs |
| 4 | + - [CoreBundle] fix column names for coreshop_carrier_store table (https://github.com/coreshop/CoreShop/pull/2187) |
| 5 | + - [PHP] Require at least php 8 via composer.json (https://github.com/coreshop/CoreShop/pull/2210) |
| 6 | + - [Store] Throw exception if site store isnt found in SiteBasedRequestResolver (https://github.com/coreshop/CoreShop/pull/2209) |
| 7 | + - [FrontendBundle] Checkout allow to pass query params from step to step (https://github.com/coreshop/CoreShop/pull/2224) |
| 8 | + - [ResourceBundle] fix: added event.js on ResourceBundle (https://github.com/coreshop/CoreShop/pull/2228) |
| 9 | + - [FrontendBundle] restrict parentCategoryIds in filter index (https://github.com/coreshop/CoreShop/pull/2230) |
| 10 | + - [Variant] fix sorting in findMainVariant (https://github.com/coreshop/CoreShop/pull/2232) |
| 11 | + - [StorageList] fix missing classes (https://github.com/coreshop/CoreShop/pull/2235) |
| 12 | + - [ResourceBundle] re-implement expression evaluation (https://github.com/coreshop/CoreShop/pull/2237) |
| 13 | + - [CoreBundle] add missing parameter identifier (https://github.com/coreshop/CoreShop/pull/2241) |
| 14 | + - [StorageListBundle] fix loading 'coreshop.context.cart' (https://github.com/coreshop/CoreShop/pull/2246) |
| 15 | + - [SEO] Check first if metatitle is not null before setting it SEO TitleExtractor (https://github.com/coreshop/CoreShop/pull/2242) |
| 16 | + - [Services] Fix deprecation format (https://github.com/coreshop/CoreShop/pull/2244) |
| 17 | + - [Shipping] don't include shipping total in amount shipping condition (https://github.com/coreshop/CoreShop/pull/2238) |
| 18 | + - [Slugs] Make URL slugs overwritable (https://github.com/coreshop/CoreShop/pull/2236) |
| 19 | + - [Core] Use invoice address of logged in customer for tax calculation (https://github.com/coreshop/CoreShop/pull/2254) |
| 20 | + - [Order] don't add CartItemPriceRule if not applicable (https://github.com/coreshop/CoreShop/pull/2258) |
| 21 | + - [Cache] disabling caching of StorageLists for better concurrency (https://github.com/coreshop/CoreShop/pull/2250) |
| 22 | + - [Docs] Update docs (https://github.com/coreshop/CoreShop/pull/2259) |
| 23 | + - [Pimcore] add locale to SlugGenerationEvent (https://github.com/coreshop/CoreShop/pull/2260) |
| 24 | + - [Core] Support "store" field type in grid (https://github.com/coreshop/CoreShop/pull/2262) |
| 25 | + - [WishlistBundle] make wishlist easier usable outside of CoreShop (https://github.com/coreshop/CoreShop/pull/2266) |
| 26 | + - [FrontendBundle] Adjusted locale switcher for internal shop pages without translations (https://github.com/coreshop/CoreShop/pull/2261) |
| 27 | + |
1 | 28 | # 3.0.4
|
2 | 29 |
|
3 | 30 | ## Bugs
|
|
0 commit comments