####OroCRMMarketingListBundle:
- Class
OroCRM\Bundle\MarketingListBundle\Model\DataGridConfigurationHelper
moved toOro\Bundle\DataGridBundle\Tools\MixinConfigurationHelper
. - Service
orocrm_marketing_list.datagrid_configuration_helper
moved tooro_datagrid.mixin_configuration.helper
. - Constant
OroCRM\Bundle\MarketingListBundle\Datagrid\MarketingListItemsListener::MIXIN
moved toOro\Bundle\DataGridBundle\EventListener\MixinListener::GRID_MIXIN
####OroCRMAnalyticsBundle:
- Methods definitions of
OroCRM\Bundle\AnalyticsBundle\Builder\AnalyticsBuilderInterface
was updated:supports($entity)
was changed tosupports(Channel $channel)
,build(AnalyticsAwareInterface $entity)
was changed tobuild(Channel $entity, array $ids = [])
.
OroCRM\Bundle\AnalyticsBundle\Builder\RFMProviderInterface
was updated:supports($entity)
method definition was changed tosupports(Channel $entity)
,getValue(RFMAwareInterface $entity)
method was removed,- new
getValues(Channel $entity, array $ids = [])
method was added.