Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 3.26 KB

CHANGELOG-4.0.x.md

File metadata and controls

52 lines (36 loc) · 3.26 KB

4.0.3

  • [Core] Fixes in DataObject Extensions and Subscribed Services by @solverat in coreshop#2528
  • [MessengerBundle] make FailedMessageDetails and MessageDetails JsonSerializable by @dpfaffenbauer in coreshop#2530

4.0.2

  • [DataHub] only enable queries for selected entities by @dpfaffenbauer in coreshop#2512
  • add address identifier repository to subscribed services by @solverat in coreshop#2518
  • add guest condition by @breakone in coreshop#2514
  • fix customer repository service link by @solverat in coreshop#2523

4.0.1

  • [Docs] Update docusaurus by @dpfaffenbauer in coreshop#2490
  • [Resource] Update Select.php by @breakone in coreshop#2489
  • [Product] use coreshop.form.factory in product unit definitions extension by @solverat in coreshop#2501

4.0.0

  • add missing subscribed services by @hethehe in coreshop#2439
  • [Docs] update docs by @dpfaffenbauer in coreshop#2455
  • fix workflow.registry service argument by @hethehe in coreshop#2457
  • [StoreBundle] fix StoreCollector for backend by @codingioanniskrikos in coreshop#2466
  • [Core] fix o_id usages by @dpfaffenbauer in coreshop#2473

4.0.0-beta.4

  • [Pimcore11] remove o_ column usages by @dpfaffenbauer in coreshop#2413
  • [Pimcore11] fix return type for getChildCategories by @dpfaffenbauer in coreshop#2414
  • can not save store shop settings by @sevarozh in coreshop#2415
  • [Pimcore] require Pimcore 11.1 as minimum by @dpfaffenbauer in coreshop#2423
  • Fix error in the filter functionality for multiselects by @hethehe in coreshop#2426

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 coreshop#2396

Features

From 3.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

4.0.0-beta.1

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.