Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 4.47 KB

incompatibilities-2-2.md

File metadata and controls

33 lines (24 loc) · 4.47 KB

CommerceMenuBundle

  • The ConditionExtension[?] class was removed.

CustomerBundle

  • The following classes were removed:
    • FrontendCustomerUserRoleOptionsProvider[?]
    • DiscriminatorMapListener[?]

WebsiteBundle

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

    • getWebsiteUrl(Website $website = null)[?]
    • getWebsiteUrl(WebsiteInterface $website = null)[?]
    • getWebsiteSecureUrl(Website $website = null)[?]
    • getWebsiteSecureUrl(WebsiteInterface $website = null)[?]
    • getWebsitePath($route, array $routeParams, Website $website = null)[?]
    • getWebsitePath($route, array $routeParams, WebsiteInterface $website = null)[?]
    • getWebsiteSecurePath($route, array $routeParams, Website $website = null)[?]
    • getWebsiteSecurePath($route, array $routeParams, WebsiteInterface $website = null)[?]
  • The following methods in class WebsiteUrlResolver[?] were changed:

    • getWebsiteScopeConfigValue($configKey, Website $website = null)[?]
    • getWebsiteScopeConfigValue($configKey, WebsiteInterface $website = null)[?]
    • getDefaultConfigValue($configKey, Website $website = null)[?]
    • getDefaultConfigValue($configKey, WebsiteInterface $website = null)[?]