Skip to content

Latest commit

 

History

History
74 lines (66 loc) · 15.7 KB

incompatibilities-3-1.md

File metadata and controls

74 lines (66 loc) · 15.7 KB

ActivityContactBundle

  • The UpdateActivityContactFields::__construct(DoctrineHelper $doctrineHelper, ConfigManager $configManager, ActivityContactProvider $activityContactProvider, $excludedActions)[?] method was changed to UpdateActivityContactFields::__construct(DoctrineHelper $doctrineHelper, ConfigManager $configManager, ActivityContactProvider $activityContactProvider, $excludedActions)[?]

ContactBundle

  • The ContactPostImportProcessor::__construct(ContactEmailAddressHandler $contactEmailAddressHandler, DatabaseExceptionHelper $databaseExceptionHelper, JobStorage $jobStorage, LoggerInterface $logger)[?] method was changed to ContactPostImportProcessor::__construct(ContactEmailAddressHandler $contactEmailAddressHandler, JobStorage $jobStorage, LoggerInterface $logger)[?]

ContactUsBundle

  • The following methods in class ContactReason[?] were removed:
  • The ContactReason::$label[?] property was removed.

MagentoBundle

  • The OldOptionsRouteOptionsResolver[?] class was removed.

  • The RestTokenProvider::__construct(RegistryInterface $doctrine, Mcrypt $mcrypt)[?] method was changed to RestTokenProvider::__construct(RegistryInterface $doctrine, SymmetricCrypterInterface $crypter)[?]

  • The SoapTransport::__construct(Mcrypt $encoder, WsdlManager $wsdlManager, UniqueCustomerEmailSoapProvider $uniqueCustomerEmailProvider, $bundleConfig = [])[?] method was changed to SoapTransport::__construct(SymmetricCrypterInterface $encoder, WsdlManager $wsdlManager, UniqueCustomerEmailSoapProvider $uniqueCustomerEmailProvider, $bundleConfig = [])[?]

  • The SettingsFormSubscriber::__construct(Mcrypt $encryptor)[?] method was changed to SettingsFormSubscriber::__construct(SymmetricCrypterInterface $encryptor)[?]

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

    • __construct(CountryDatagridHelper $datagridHelper)[?]
    • __construct(CountryDatagridHelper $datagridHelper, DatagridStateProviderInterface $filtersStateProvider)[?]
    • isFilterEnabled(ParameterBag $datagridParameters, $fieldName)[?]
    • isFilterEnabled($filtersState, $filterName)[?]
  • The RestTokenProvider::$mcrypt[?] property was removed.

  • The OrderGridListener::getActiveFilters[?] method was removed.

  • The following methods in class MagentoTransport[?] were removed:

SalesBundle

  • The following methods in class LeadMailboxProcessProvider[?] were removed:
    • __construct[?]
    • getChannelRepository[?]
  • The following methods in class LeadRepository[?] were removed:
    • getOpportunitiesByLeadSource[?]
    • processOpportunitiesByLeadSource[?]
    • sumCount[?]
    • sortByCountReverse[?]
  • The following methods in class OpportunityRepository[?] were removed:
    • getOpportunitiesByStatus[?]
    • getGroupedOpportunitiesByStatusQB[?]
    • getOpportunitiesDataByStatus[?]
    • getForecastOfOpportunitiesData[?]
    • getForecastOfOpportunitiesCurrentData[?]
    • getForecastOfOpportunitiesOldData[?]
    • getHistoryOldValue[?]
    • isStatusOk[?]
    • isOwnerOk[?]
    • calculateOpportunityOldValue[?]
    • getNewOpportunitiesCountQB[?]
    • createOpportunitiesCountQb[?]
    • getTotalServicePipelineAmount[?]
    • getTotalServicePipelineAmountInProgress[?]
    • getWeightedPipelineAmount[?]
    • getOpenWeightedPipelineAmount[?]
    • getNewOpportunitiesAmount[?]
    • getWonOpportunitiesToDateCount[?]
    • getWonOpportunitiesToDateAmount[?]
  • The LeadMailboxProcessProvider::$registry[?] property was removed.
  • The ConfigProvider::__construct(ConfigManager $configManager)[?] method was changed to ConfigProvider::__construct(ConfigManager $configManager, ConfigCache $cache)[?]
  • The OpportunityRepository::getForecastQB(CurrencyQueryBuilderTransformerInterface $qbTransformer, $alias, $excludedStatuses = [ ... ])[?] method was changed to OpportunityRepository::getForecastQB(CurrencyQueryBuilderTransformerInterface $qbTransformer, $alias, $excludedStatuses = [ ... ])[?]