####AccountBundle:
Entity\Account
attributesshippingAddress
,billingAddress
have been removed- In
Form\Type\AccountType
fieldsshippingAddress
,billingAddress
also have been removed - Virtual field
lifetimeValue
has been added intoEntity\Account
####ContactUsBundle:
Form\Type\ContactRequestType
fielddataChannel
has been included
####MagentoBundle:
Entity\Cart
,Entity\Customer
andEntity\Order
now implementChannelAwareInterface
and useChannelEntityTrait
Form\Type\WebsiteSelectType
has been addedService\ImportHelper
methodgetChannelFromContext
has been renamed togetIntegrationFromContext
####SalesBundle:
Entity\Leads
andEntity\Opportunities
no longer have relationship withAccountBundle\Entity\Account
this field has been removedEntity\Leads
andEntity\Opportunities
currently have relationship withEntity\B2bCustomer
Entity\Leads
,Entity\Opportunities
andEntity\SalesFunnel
currently implementsChannelAwareInterface
and useChannelEntityTrait