- ApiBundle
- AttachmentBundle
- ConfigBundle
- EmailBundle
- EntityConfigBundle
- FilterBundle
- GaufretteBundle
- GoogleIntegrationBundle
- ImapBundle
- IntegrationBundle
- SSOBundle
- TranslationBundle
- UIBundle
- UserBundle
-
The following classes were removed:
-
The
NormalizeValueContext::setVersion($version)
[?] method was changed toNormalizeValueContext::setVersion(string $version)
[?] -
The
FormHelper::__construct(FormFactoryInterface $formFactory, PropertyAccessorInterface $propertyAccessor, ContainerInterface $container)
[?] method was changed toFormHelper::__construct(FormFactoryInterface $formFactory, DataTypeGuesser $dataTypeGuesser, PropertyAccessorInterface $propertyAccessor, ContainerInterface $container)
[?] -
The
MetadataTypeGuesser::__construct(array $dataTypeMappings, DoctrineHelper $doctrineHelper)
[?] method was changed toMetadataTypeGuesser::__construct(DataTypeGuesser $dataTypeGuesser, DoctrineHelper $doctrineHelper)
[?] -
The following methods in class
RestApiDocController
[?] were changed:
- The
FileViewSecurityCheck
[?] class was removed. - The
FileUrlByUuidProvider::__construct(FileUrlProviderInterface $fileUrlProvider, CacheProvider $cache, ManagerRegistry $registry)
[?] method was changed toFileUrlByUuidProvider::__construct(ManagerRegistry $registry, FileUrlProviderInterface $fileUrlProvider)
[?] - The
FileController::getResizedAttachmentImageAction($id, $width, $height, $filename)
[?] method was changed toFileController::getResizedAttachmentImageAction(int $id, int $width, int $height, string $filename)
[?] - The
FileRepository::findAllForEntityByOneUuid
[?] method was removed.
- The
RenameConfigSectionQuery::__construct($oldSection, $newSection)
[?] method was changed toRenameConfigSectionQuery::__construct(string $oldSection, string $newSection, string $name = null)
[?]
- The
MailboxType::__construct(MailboxProcessStorage $storage, SymmetricCrypterInterface $encryptor, ConfigManager $userConfigManager)
[?] method was changed toMailboxType::__construct(MailboxProcessStorage $storage, SymmetricCrypterInterface $encryptor, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] - The
MailboxType::$userConfigManager
[?] property was removed.
- The
AttributesDatagridListener::__construct(DoctrineHelper $doctrineHelper)
[?] method was changed toAttributesDatagridListener::__construct(DoctrineHelper $doctrineHelper, LocalizationHelper $localizationHelper, AclHelper $aclHelper, AuthorizationCheckerInterface $authorizationChecker, UrlGeneratorInterface $urlGenerator)
[?] - The
AttributeGroupRelationRepository::getFamiliesLabelsByAttributeIds
[?] method was removed.
- The
DateFilterModifier::modify(array $data, array $valueKeys = [ ... ], $compile = true)
[?] method was changed toDateFilterModifier::modify(array $data, array $valueKeys = [ ... ], $compile = true)
[?] - The
Compiler::compile($string, $returnRawToken = false)
[?] method was changed toCompiler::compile(string $string, $returnRawToken = false, $timeZone = null)
[?] - The
Parser::parse($tokens, $returnRawToken = false)
[?] method was changed toParser::parse($tokens, $returnRawToken = false, $timeZone = null)
[?]
-
The following methods in class
FileManager
[?] were changed:
- The
OroGoogleIntegrationExtension::getAlias
[?] method was removed.
-
The
ImapEmailSynchronizer::__construct(ManagerRegistry $doctrine, KnownEmailAddressCheckerFactory $knownEmailAddressCheckerFactory, ImapEmailSynchronizationProcessorFactory $syncProcessorFactory, ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, ImapEmailGoogleOauth2Manager $imapEmailGoogleOauth2Manager)
[?] method was changed toImapEmailSynchronizer::__construct(ManagerRegistry $doctrine, KnownEmailAddressCheckerFactory $knownEmailAddressCheckerFactory, ImapEmailSynchronizationProcessorFactory $syncProcessorFactory, ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] -
The
ImapEmailBodyLoader::__construct(ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, ImapEmailGoogleOauth2Manager $imapEmailGoogleOauth2Manager, ConfigManager $configManager)
[?] method was changed toImapEmailBodyLoader::__construct(ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, OAuth2ManagerRegistry $oauthManagerRegistry, ConfigManager $configManager)
[?] -
The
ImapEmailFlagManagerLoader::__construct(ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, ImapEmailGoogleOauth2Manager $imapEmailGoogleOauth2Manager)
[?] method was changed toImapEmailFlagManagerLoader::__construct(ImapConnectorFactory $connectorFactory, SymmetricCrypterInterface $encryptor, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] -
The following methods in class
ConnectionControllerManager
[?] were changed:__construct(FormFactory $formFactory, SymmetricCrypterInterface $crypter, ManagerRegistry $doctrineHelper, ImapConnectorFactory $imapConnectorFactory, ImapEmailGoogleOauth2Manager $imapEmailGoogleOauth2Manager, $userFormName, $userFormType, $emailMailboxFormName, $emailMailboxFormType)
[?]__construct(FormFactory $formFactory, SymmetricCrypterInterface $crypter, ManagerRegistry $doctrineHelper, ImapConnectorFactory $imapConnectorFactory, OAuth2ManagerRegistry $oauthManagerRegistry, $userFormName, $userFormType, $emailMailboxFormName, $emailMailboxFormType)
[?]
-
The
ChoiceAccountType::__construct(TranslatorInterface $translator)
[?] method was changed toChoiceAccountType::__construct(TranslatorInterface $translator, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] -
The
SendEmailTransportListener::__construct(SymmetricCrypterInterface $crypter, ImapEmailGoogleOauth2Manager $imapEmailGoogleOauth2Manager)
[?] method was changed toSendEmailTransportListener::__construct(SymmetricCrypterInterface $crypter, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] -
The
UserEmailOriginListener::__construct(SymmetricCrypterInterface $crypter, ImapConnectorFactory $connectorFactory, Registry $doctrine, ImapEmailGoogleOauth2Manager $imapEmailGoogleOauth2Manager)
[?] method was changed toUserEmailOriginListener::__construct(SymmetricCrypterInterface $crypter, ImapConnectorFactory $connectorFactory, Registry $doctrine, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] -
The
UserEmailOriginRepository::getAllOriginsWithAccessTokens()
[?] method was changed toUserEmailOriginRepository::getAllOriginsWithAccessTokens(string $type = null)
[?] -
The
ImapEmailSynchronizer::$imapEmailGoogleOauth2Manager
[?] property was removed. -
The
ImapEmailBodyLoader::$imapEmailGoogleOauth2Manager
[?] property was removed. -
The
ImapEmailFlagManagerLoader::$imapEmailGoogleOauth2Manager
[?] property was removed. -
The
ConnectionControllerManager::$imapEmailGoogleOauth2Manager
[?] property was removed. -
The following properties in class
ImapEmailGoogleOauth2Manager
[?] were removed: -
The following properties in class
ConfigurationGmailType
[?] were removed: -
The following properties in class
GoogleImapConfigHandler
[?] were removed: -
The
GmailOAuthSubscriber::$translator
[?] property was removed. -
The
SendEmailTransportListener::$imapEmailGoogleOauth2Manager
[?] property was removed. -
The
UserEmailOriginListener::$imapEmailGoogleOauth2Manager
[?] property was removed. -
The following methods in class
ImapEmailGoogleOauth2Manager
[?] were removed: -
The following methods in class
ConfigurationGmailType
[?] were removed: -
The following methods in class
GoogleImapConfigHandler
[?] were removed: -
The following methods in class
GmailOAuthSubscriber
[?] were removed:
-
The following methods in class
FakeRestResponse
[?] were removed: -
The following methods in class
SOAPTransport
[?] were removed: -
The following methods in class
GuzzleRestResponse
[?] were removed: -
The following methods in class
RestResponseInterface
[?] were removed: -
The following methods in class
SOAPTransport
[?] were changed: -
The
GuzzleRestClient::__construct($baseUrl, array $defaultOptions = [])
[?] method was changed toGuzzleRestClient::__construct(string $baseUrl, array $defaultOptions = [])
[?] -
The
GuzzleRestResponse::__construct(Response $response, $requestUrl = null)
[?] method was changed toGuzzleRestResponse::__construct(ResponseInterface $response, string $requestUrl = null)
[?] -
The
SoapConnectionException::createFromResponse($response, Exception $exception = null, $request, $headers)
[?] method was changed toSoapConnectionException::createFromResponse($response, Exception $exception = null, $request, $code)
[?]
- The following classes were removed:
- The following methods in class
OAuthUserProvider
[?] were removed: - The
EmailDomainNotAllowedException::getMessageKey
[?] method was removed. - The
OroSSOExtension::getAlias
[?] method was removed. - The
OAuthUserProvider::__construct(UserManager $userManager, ConfigManager $cm)
[?] method was changed toOAuthUserProvider::__construct(ContainerInterface $userProviders)
[?] - The following properties in class
OAuthUserProvider
[?] were removed:
- The
AbstractAPIAdapter::preprocessRequest
[?] method was removed. - The
AbstractAPIAdapter::__construct(Client $client)
[?] method was changed toAbstractAPIAdapter::__construct(ClientInterface $client)
[?] - The
CrowdinAdapter::download($path, array $projects = [], $package = null)
[?] method was changed toCrowdinAdapter::download($path, array $projects = [], string $package = null)
[?] - The
OroTranslationAdapter::download($path, array $projects = [], $package = null)
[?] method was changed toOroTranslationAdapter::download($path, array $projects = [], string $package = null)
[?] - The
APIAdapterInterface::download($path, array $projects = [], $package = null)
[?] method was changed toAPIAdapterInterface::download($path, array $projects = [], string $package = null)
[?]
- The
HtmlTagHelper::sanitize($value, $scope)
[?] method was changed toHtmlTagHelper::sanitize($value, string $scope, bool $collectErrors = true)
[?]
- The
EmailSettingsType::__construct(ConfigManager $userConfigManager, UserImapConfigSubscriber $subscriber)
[?] method was changed toEmailSettingsType::__construct(UserImapConfigSubscriber $subscriber, OAuth2ManagerRegistry $oauthManagerRegistry)
[?] - The
EmailSettingsType::$userConfigManager
[?] property was removed.