Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 9.6 KB

incompatibilities-3-0-rc.md

File metadata and controls

55 lines (46 loc) · 9.6 KB

CheckoutBundle

  • The IsWorkflowStartFromShoppingListAllowed::isAllowed[?] method was removed.

FrontendTestFrameworkBundle

  • The following methods in class FrontendWebTestCase[?] were removed:
    • setCurrentWebsite[?]
    • getDefaultWebsiteId[?]

OrderBundle

  • The TotalCalculateListener::__construct(FormFactory $formFactory, CurrentApplicationProviderInterface $applicationProvider)[?] method was changed to TotalCalculateListener::__construct(FormFactory $formFactory, CurrentApplicationProviderInterface $applicationProvider, FormRegistryInterface $formRegistry)[?]

PricingBundle

  • The PriceListTreeHandler::__construct(ManagerRegistry $registry, WebsiteManager $websiteManager, ConfigManager $configManager)[?] method was changed to PriceListTreeHandler::__construct(ManagerRegistry $registry, WebsiteManager $websiteManager, ConfigManager $configManager, TokenAccessorInterface $tokenAccessor)[?]
  • The PriceListTriggerFactory::create(PriceList $priceList, array $productIds = [])[?] method was changed to PriceListTriggerFactory::create(array $products)[?]
  • The PriceListTrigger::__construct(PriceList $priceList, array $products = [])[?] method was changed to PriceListTrigger::__construct(array $products = [])[?]
  • The CombinedProductPriceRepository::findByPriceListIdAndProductIds(ShardManager $shardManager, $priceListId, array $productIds, $getTierPrices = true, $currency = null, $productUnitCode = null, array $orderBy = [ ... ])[?] method was changed to CombinedProductPriceRepository::findByPriceListIdAndProductIds(ShardManager $shardManager, $priceListId, array $productIds, $getTierPrices = true, $currency = null, $productUnitCode = null, array $orderBy = [ ... ])[?]
  • The following methods in class PriceListTriggerFactory[?] were removed:
    • __construct[?]
    • getPriceList[?]
  • The PriceListTrigger::getPriceList[?] method was removed.
  • The PriceListProcessor::getCombinedPriceListRepository[?] method was removed.
  • The PriceListTriggerFactory::$registry[?] property was removed.
  • The PriceListTrigger::$priceList[?] property was removed.
  • The PriceListProcessor::$combinedPriceListRepository[?] property was removed.

ShoppingListBundle

  • The MatrixGridOrderFormProvider::setTwigRenderer(TwigRenderer $twigRenderer)[?] method was changed to MatrixGridOrderFormProvider::setTwigRenderer(FormRenderer $twigRenderer)[?]
  • The ShoppingListTotalListener::__construct(RegistryInterface $registry)[?] method was changed to ShoppingListTotalListener::__construct(RegistryInterface $registry, ConfigManager $configManager)[?]

Testing

  • The AddressFormExtensionTestCase::getTranslatableEntity[?] method was removed.

VisibilityBundle

  • The VisibilityChangeGroupSubtreeCacheBuilder::getEntityManager()[?] method was changed to VisibilityChangeGroupSubtreeCacheBuilder::getEntityManager($className)[?]

WebCatalog

  • The PageVariantType::getName[?] method was removed.