Skip to content

Latest commit

 

History

History
83 lines (66 loc) · 9.94 KB

incompatibilities-5-0-beta-2.md

File metadata and controls

83 lines (66 loc) · 9.94 KB

AccountBundle

  • The Configuration[?] class was removed.

ActivityContactBundle

  • The Configuration[?] class was removed.

AnalyticsBundle

  • The Configuration[?] class was removed.

CallCRM

  • The Configuration[?] class was removed.

CaseBundle

  • The Configuration[?] class was removed.

  • The following methods in class CaseController[?] were changed:

    • createAction()[?]
    • createAction(Request $request)[?]
    • update(CaseEntity $case)[?]
    • update(CaseEntity $case, Request $request)[?]

ChannelBundle

  • The following classes were removed:

    • LifetimeValueExtension[?]
    • MetadataExtension[?]
  • The following methods in class ChannelController[?] were changed:

    • createAction()[?]
    • createAction(Request $request)[?]
    • update(Channel $channel)[?]
    • update(Channel $channel, Request $request)[?]
  • The ChannelVoter::setSettingsProvider[?] method was removed.

  • The ChannelVoter::$settingsProvider[?] property was removed.

ContactBundle

  • The ContactExtension::getName[?] method was removed.
  • The PrepareResultItemListener::prepareEmailItemDataEvent[?] method was removed.
  • The ContactNormalizer::normalize($object, $format = null, $context = [])[?] method was changed to ContactNormalizer::normalize($object, $format = null, $context = [])[?]
  • The PrepareResultItemListener::__construct(ContactNameFormatter $nameFormatter, DoctrineHelper $doctrineHelper)[?] method was changed to PrepareResultItemListener::__construct(ContactNameFormatter $nameFormatter, ManagerRegistry $doctrine)[?]
  • The PrepareResultItemListener::$doctrineHelper[?] property was removed.

ReportCRMBundle

  • The Configuration[?] class was removed.

SalesBundle

  • The following properties in class OpportunityListener[?] were removed:

    • $valuableChangesetKeys[?]
    • $currencyProvider[?]
  • The LeadController::disqualifyAction(Lead $lead)[?] method was changed to LeadController::disqualifyAction(Lead $lead, Request $request)[?]

  • The following methods in class SalesFunnelController[?] were changed:

    • createAction()[?]
    • createAction(Request $request)[?]
    • update(SalesFunnel $entity)[?]
    • update(SalesFunnel $entity, Request $request)[?]

TestFrameworkCRMBundle

  • The Configuration[?] class was removed.