Skip to content

Releases: coreshop/CoreShop

3.1.3

20 Oct 18:57
5c2851c
Compare
Choose a tag to compare

Bugs

4.0.0-beta.2

16 Oct 12:06
09bfffc
Compare
Choose a tag to compare

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

05 Oct 06:02
65f6b14
Compare
Choose a tag to compare

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

03 Aug 12:30
dfad40d
Compare
Choose a tag to compare

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

03 Aug 12:28
9c5dad2
Compare
Choose a tag to compare

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

03 Aug 12:26
de19cf5
Compare
Choose a tag to compare

Bugs

  • [CartPriceRule] fix issue with deleted price rule (#2332)

3.1.0

06 Jun 11:32
22b2922
Compare
Choose a tag to compare

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

06 Jun 08:37
7983750
Compare
Choose a tag to compare

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

04 May 10:23
5f5d6a1
Compare
Choose a tag to compare

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

17 Feb 07:23
3715788
Compare
Choose a tag to compare

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)