Skip to content

Commit 5f5d6a1

Browse files
Merge pull request #2268 from dpfaffenbauer/release/3.0.5
[Release] 3.0.5
2 parents 36af629 + ad70ee9 commit 5f5d6a1

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG-3.0.x.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
# 3.0.4
229

330
## Bugs

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

27-
public const RELEASE_VERSION = '4';
27+
public const RELEASE_VERSION = '5';
2828

2929
public const EXTRA_VERSION = '';
3030

0 commit comments

Comments
 (0)