Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.79 KB

incompatibilities-3-1-3.md

File metadata and controls

12 lines (9 loc) · 1.79 KB

ActivityListBundle

  • The ActivityListManager::getRelatedActivityEntities(ActivityList $entity, $entityProvider)[?] method was changed to ActivityListManager::getRelatedActivityEntities(ActivityList $entity, ActivityListProviderInterface $entityProvider, $activity)[?]

ApiBundle

  • The SecurityFirewallContextListener::__construct(ListenerInterface $innerListener, string $sessionName, TokenStorageInterface $tokenStorage)[?] method was changed to SecurityFirewallContextListener::__construct(ListenerInterface $innerListener, array $sessionOptions, TokenStorageInterface $tokenStorage)[?]
  • The SecurityFirewallExceptionListener::setSessionName[?] method was removed.