oro/marketing
Oro marketing package bundles marketing-related features for Oro applications, providing integrations intended for OroCommerce, OroCRM, and OroPlatform projects. Install via Composer and extend your app with Oro’s marketing-specific bundles.
Campaign and EmailCampaign entitiesMarketingList entity/api/matypes REST API resource was changed to /api/marketingactivitytypes.*.class parameters for all entities were removed from the dependency injection container.
The entity class names should be used directly, e.g. 'Oro\Bundle\EmailBundle\Entity\Email'
instead of '%oro_email.email.entity.class%' (in service definitions, datagrid config files, placeholders, etc.), and
\Oro\Bundle\EmailBundle\Entity\Email::class instead of $container->getParameter('oro_email.email.entity.class')
(in PHP code).*.class parameters for service definitions were removed from the dependency injection container.Oro\Bundle\CampaignBundle\EventListener\CampaignStatisticDatagridListener::PATH_NAME was removed.Oro\Bundle\CampaignBundle\EventListener\CampaignStatisticGroupingListener::PATH_NAME was removed.Oro\Bundle\MarketingListBundle\Datagrid\Extension\MarketingListExtension::NAME_PATH was removed.removeAction in Oro\Bundle\MarketingListBundle\Controller\Api\Rest\MarketingListRemovedItemController now support only DELETE method insteadof POST.Oro\Bundle\MarketingListBundle\Controller\Api\Rest\MarketingListRemovedItemController::removeAction
(/marketinglist/{marketingList}/remove/{id} path)
action the request method was changed to POST.Oro\Bundle\MarketingListBundle\Controller\Api\Rest\MarketingListRemovedItemController::unremoveAction
(/marketinglist/{marketingList}/unremove/{id} path)
action the request method was changed to POST.MarketingListProvider[?]
getMarketingListEntitiesIterator method from BufferedQueryResultIterator to \Iteratororo_marketing_list.twig.extension.contact_information_fields service was marked as privategetCampaignsByCloseRevenue was removed from CampaignRepository[?]. Use CampaignDataProvider::getCampaignsByCloseRevenueData[?] insteadoro_marketing_list.twig.extension.contact_information_fields.classHow can I help you explore Laravel packages today?