- The
Oro\Bundle\EmbeddedFormBundle\Form\Type\CustomLayoutFormInterface
interface andOro\Bundle\EmbeddedFormBundle\Manager\EmbeddedFormManager::getCustomFormLayoutByFormType
method are marked deprecated in favor of using new layout update mechanism introduced by the OroLayoutBundle.
Oro\Bundle\IntegrationBundle\Entity\Channel::getStatusesForConnector
method marked as deprecated in favor of newOro\Bundle\IntegrationBundle\Entity\Repository\ChannelRepository::getLastStatusForConnector
method because of performance impact.Oro\Bundle\IntegrationBundle\Command\AbstractSyncCronCommand::SYNC_PROCESSOR
constant removedOro\Bundle\IntegrationBundle\Provider\SyncProcessor::processIntegrationConnector
- removed last parameter $saveStatusOro\Bundle\IntegrationBundle\Provider\SyncProcessor::processImport
- removed last parameter $saveStatusOro\Bundle\IntegrationBundle\Event\SyncEvent
- second constructor argument$configuration
now must be of typearray
Oro\Bundle\IntegrationBundle\Provider\ConnectorContextMediator
- added public methodgetInitializedTransport(Integration $integration, $markReadOnly = false)
- Integration import processors may be tagged with
oro_integration.sync_processor
DIC tag withintegration
name. During integration import appropriate processor will be used if registered.
- Error handler for Errors and Recoverable Fatal Errors added
Oro\Bundle\DistributionBundle\Error\ErrorHandler::handleError
. It will throw \ErrorException for all such errors and now there is a possibility to catch it using try-catch construction. Oro\Bundle\DistributionBundle\Error\ErrorHandler::handleWarning
- marked as deprecated and will be changed to protected in 1.9
- Removed abandoned package
guzzle/http
in favor ofguzzle/guzzle
.
- Added parameter
DoctrineHelper $doctrineHelper
to constructor ofOro\Bundle\EntityExtendBundle\Form\Extension\DynamicFieldsExtension
class
- Added parameter
NameFormatter $nameFormatter
to constructor ofOro\Bundle\ReminderBundle\Model\Email\EmailNotification