Releases: coreshop/CoreShop
Releases · coreshop/CoreShop
4.0.0-beta.4
What's Changed
- [Pimcore11] remove o_ column usages by @dpfaffenbauer in #2413
- [Pimcore11] fix return type for getChildCategories by @dpfaffenbauer in #2414
- can not save store shop settings by @sevarozh in #2415
- [Pimcore] require Pimcore 11.1 as minimum by @dpfaffenbauer in #2423
- Fix error in the filter functionality for multiselects by @hethehe in #2426
New Contributors
Full Changelog: 4.0.0-beta.3...4.0.0-beta.4
3.2.0-beta.2
What's Changed
- [StorageListBundle] make restore cart after checkout configurable by @dpfaffenbauer in #2428
- [OrderEdit] don't allow cancelled orders to be editable by @dpfaffenbauer in #2431
Full Changelog: 3.2.0-beta.1...3.2.0-beta.2
3.1.4
What's Changed
- cast trackingCode as string by @solverat in #2412
- fix comment delete request by @solverat in #2407
- [Core] add unit to GiftProductAction by @dpfaffenbauer in #2422
- [Cart] fix wrong decoration of cart-context by @dpfaffenbauer in #2432
- Bugfix listing order by by @BlackbitDevs in #2370
- [Order expiration] Use orderDate for confirmed orders, not o_creationDate by @BlackbitDevs in
Full Changelog: 3.1.3...3.1.4
4.0.0-beta.3
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
Bugs
- [ResourceBundle] fix CoreShopRelation and CoreShopRelations dynamic classes setter by @dpfaffenbauer in #2396
Features
From 3.2
- [Order] Backend Order Editing by @dpfaffenbauer in #2397, #2382
3.2.0-beta.1
Features
- [Order] Backend Order Editing by @dpfaffenbauer in #2397, #2382
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)