Releases: coreshop/CoreShop
Releases · coreshop/CoreShop
3.1.3
Bugs
- [Cart] fix using right context for performance increase by @dpfaffenbauer in #2387
- [Core] Optimize Category recursive and Product Variants Condition Checker by @dpfaffenbauer in #2388
- [ResourceBundle] fix cache marshalling issues with CoreShop Doctrine … by @dpfaffenbauer in #2389
- [Cache] cache improvements - decorate Pimcore CoreCacheHandler by @dpfaffenbauer in #2398
- [Messenger] fix menu in standalone mode by @jdreesen in #2393
4.0.0-beta.2
4.0.0-beta.2
- CoreShop 4.0.0 is the same as 3.2.0 will be, it contains all bug-fixes and feature from 3.1 and 3.2
3.1.2
Bugs
- [Cache] "apply CacheResourceMarshaller to doctrine_dbal adapter, add cache marshaller to MoneyCurrency (#2373)
- [Core] re-add mainObjectId and objectId (#2380)
- [Reports] fix reports to only select actual orders (#2381)
Full Changelog: 3.1.1...3.1.2
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)