Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 3.6 KB

incompatibilities-2-1.md

File metadata and controls

19 lines (17 loc) · 3.6 KB

CampaignBundle

  • The following classes were removed:
    • CampaignController[?]
    • EmailCampaignController[?]
  • The following methods in class Campaign[?] were removed:
    • getCreatedAt[?]
    • getUpdatedAt[?]
  • The CampaignRepository::getCampaignsByCloseRevenue[?] method was removed.
  • The Campaign::setCombinedName($name, $code)[?] method was changed to Campaign::setCombinedName($combinedName)[?]
  • The following properties in class Campaign[?] were removed:
    • $createdAt::$createdAt[?]
    • $updatedAt::$updatedAt[?]

MarketingListBundle

  • The ContactInformationFieldsExtension::__construct(ContactInformationFieldHelper $helper)[?] method was changed to ContactInformationFieldsExtension::__construct(ContainerInterface $container)[?]
  • The ContactInformationFieldsExtension::$helper[?] property was removed.