Releases: coreshop/CoreShop
Releases · coreshop/CoreShop
4.0.0-beta.1
Pimcore 11
CoreShop 4.0.0 is the same as 3.1.0, but with Pimcore 11 compatibility. Updating CoreShop therefore is quite easy. Since Symfony now doesn't have a full container anymore, we use Service Containers now for our Controllers. So your overwritten Controllers probably need changes.
3.1.1
Bugs
- [PaymentRules] fix decoration of PaymentProviderResolver (#2317)
- [Notes] fix note title translation (#2335)
- [Menu] making it easer to have more independent bundles with the same main-menu (#2344)
- [FrontendBundle] fix: don't require permissions to render partials (#2329)
- [VariantBundle] fix null values in ValidAttributesValidator (#2348)
- [OrderBundle] don't modify CartItem twice (#2355)
3.0.7
3.1.0
Features
- [WishlistBundle] new feature: wishlist cleaner (#2234, #2267)
- [OrderBundle] introduce not-combinable price rule condition (#2253)
- [ClassDefinitionPatchBundle] Introduce new Bundle to allow patching Pimcore Class Definitions (#2279)
- [Tracking] add Google Analytics 4 Tracking (#2303)
- [Payment] Introduce Payment Provider Rules for conditionally selecting Payment Providers or adding Payment Fees (#2301)
Bugs
- [Performance] optimization (#2265)
3.0.6
Bugs
- [StorageList] add default session based context resolver (#2269)
- [Pimcore] Handle unknown class names in ClassUpdate (#2271)
- [Guzzle] use ^1.0 for guzzle adapter (#2274)
- [FrontendBundle] throw 404 when Reset-Token not found (#2277)
- [IndexBundle] support 'zero' values for filtering (#2282)
- [Pimcore] make compatible with Pimcore 10.6 (#2285)
- [Order] fix voucher modifier calling findByCode with null (#2289)
- [MenuBundle] fix Pimcore 10.6 compatibility issue (#2292)
- [ResourceBundle] fix Pimcore 10.6 compatibility to find Admin User (#2293)
- [OrderBundle] improve unlinking files in pdf generation (#2294)
- [SerializedData] show data as string in version preview (#2295)
- [Docs] Maintenance mode <-> Maintenance job (#2299)
- [MessengerBundle] fix for standalone installation (#2298)
3.0.5
Bugs
- [CoreBundle] fix column names for coreshop_carrier_store table (#2187)
- [PHP] Require at least php 8 via composer.json (#2210)
- [Store] Throw exception if site store isnt found in SiteBasedRequestResolver (#2209)
- [FrontendBundle] Checkout allow to pass query params from step to step (#2224)
- [ResourceBundle] fix: added event.js on ResourceBundle (#2228)
- [FrontendBundle] restrict parentCategoryIds in filter index (#2230)
- [Variant] fix sorting in findMainVariant (#2232)
- [StorageList] fix missing classes (#2235)
- [ResourceBundle] re-implement expression evaluation (#2237)
- [CoreBundle] add missing parameter identifier (#2241)
- [StorageListBundle] fix loading 'coreshop.context.cart' (#2246)
- [SEO] Check first if metatitle is not null before setting it SEO TitleExtractor (#2242)
- [Services] Fix deprecation format (#2244)
- [Shipping] don't include shipping total in amount shipping condition (#2238)
- [Slugs] Make URL slugs overwritable (#2236)
- [Core] Use invoice address of logged in customer for tax calculation (#2254)
- [Order] don't add CartItemPriceRule if not applicable (#2258)
- [Cache] disabling caching of StorageLists for better concurrency (#2250)
- [Docs] Update docs (#2259)
- [Pimcore] add locale to SlugGenerationEvent (#2260)
- [Core] Support "store" field type in grid (#2262)
- [WishlistBundle] make wishlist easier usable outside of CoreShop (#2266)
- [FrontendBundle] Adjusted locale switcher for internal shop pages without translations (#2261)
3.0.4
Bugs
- [PimcoreBundle] fix SluggableLinkGenerator DI Config (#2218)
- [CoreBundle] Fix Grid Column Config (#2215)
- [CoreBundle] Improve payment detail rendering (#2207)
- [CoreBundle] Move Cart Subtotal Calculation To Dedicated Cart Processor (#2205)
- [FrontendBundle] fix only showing customer orders and not cars too (#2201)
- [IndexBundle] check recursively child elements (#2200)
- [CoreBundle] set corret store value attributes (#2197)
- [Core] allow decoration of StackRepository (#2196)
- [CoreBundle] surcharge is possible to be more than item value (#2192)
- [ShippingBundle] allow min.amount from to be 0 (#2195)
- [Payum] don't use dev version (#2193)
3.0.3
Feature
- [StorageList] allow for shareable StorageLists (eg. wishlist) (#2150)
Bugs
- [StorageListItem] add definitive StorageList (Order/Wishlist) field to Item (#2117)
- [FrontendBundle] keep a reference to the just-removed Product (#2125)
- [MessengerBundle] only allow to list ListableReceiverInterface (#2127)
- [MessengerBundle] standalone fixes (#2130)
- [Slug] improve slug generation and don't store slugs for every site if the same (#2131)
- [MoneyBundle] fix issue with not-nullable types and null values (#2138)
- [Resource] add return types for BigIntIntegerType (#2140)
- [LinkGeneration] introduce possibility to disable slugs and use fallback routes (#2143)
- [Payum] use stable payum release (#2141)
- [FrontendBundle] use asset() helper for logo image (#2137)
- [CoreBundle] Fix migration for price_rules in OrderItem class (#2145)
- [CoreBundle] Add layout price_rules only once to OrderItem (#2148)
- [StorageList & Slug] fixes for shared wishlist & slugs (#2151)
- [CoreBundle] Use valid key in user migration (#2159)
- [CoreBundle] fix price_rule migration section (#2160)
- [StorageList] Fix SessionStorageManager (#2165)
- [IndexBundle] check if index value is null before exploding (#2163)
- [IndexBundle] process children within same Handler (#2171)