Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 8.39 KB

incompatibilities-6-0-rc.md

File metadata and controls

37 lines (33 loc) · 8.39 KB

ContactUs

  • The OroContactUsBridgeBundleInstaller::setExtendExtension[?] method was removed.
  • The OroContactUsBridgeBundle::setExtendExtension[?] method was removed.
  • The OroContactUsBridgeBundleInstaller::$extendExtension[?] property was removed.
  • The OroContactUsBridgeBundle::$extendExtension[?] property was removed.

CustomerAccount

  • The AccountProvider::__construct(ConfigManager $configManager, ManagerRegistry $doctrine)[?] method was changed to AccountProvider::__construct(ConfigManager $configManager, ManagerRegistry $doctrine, AccountCustomerManager $customerManager)[?]
  • The CommerceChannelData::fillChannelToEntity(Channel $channel, $entity, $additionalParameters = [])[?] method was changed to CommerceChannelData::fillChannelToEntity(ObjectManager $manager, Channel $channel, $entityClass, $additionalParameters = [])[?]
  • The following methods in class OroCustomerAccountBridgeBundleInstaller[?] were removed:
    • setActivityListExtension[?]
    • setExtendExtension[?]
  • The OroCustomerLifetimeField::setExtendExtension[?] method was removed.
  • The following methods in class OroCustomerAccountBridgeBundle[?] were removed:
    • setActivityListExtension[?]
    • setExtendExtension[?]
  • The following properties in class OroCustomerAccountBridgeBundleInstaller[?] were removed:
    • $activityListExtension[?]
    • $extendExtension[?]
  • The OroCustomerLifetimeField::$extendExtension[?] property was removed.
  • The following properties in class OroCustomerAccountBridgeBundle[?] were removed:
    • $activityListExtension[?]
    • $extendExtension[?]

QuoteSales

  • The OroQuoteSalesBridgeBundleInstaller::setExtendExtension[?] method was removed.
  • The OroQuoteSalesBridgeBundle::setExtendExtension[?] method was removed.
  • The OroQuoteSalesBridgeBundleInstaller::$extendExtension[?] property was removed.
  • The OroQuoteSalesBridgeBundle::$extendExtension[?] property was removed.