Skip to content

Latest commit

 

History

History
93 lines (71 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

93 lines (71 loc) · 5.13 KB

The upgrade instructions are available at Oro documentation website.

The current file describes significant changes in the code that may affect the upgrade of your customizations.

Changes in the Dotdigital package versions

6.0.0 (2024-03-30)

Show detailed list of changes

5.1.0 (2023-03-31)

Show detailed list of changes

5.0.0 (2022-01-26)

Show detailed list of changes

4.2.0 (2020-01-29)

Show detailed list of changes

4.1.0 (2020-01-31)

Show detailed list of changes

Removed

  • *.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).
  • All *.class parameters for service definitions were removed from the dependency injection container.

4.0.0 (2019-07-31)

Show detailed list of changes

Changed

  • In Oro\Bundle\DotmailerBundle\Controller\AddressBookController::synchronizeAddressBookAction (oro_dotmailer_synchronize_adddress_book route) action the request method was changed to POST.
  • In Oro\Bundle\DotmailerBundle\Controller\AddressBookController::synchronizeAddressBookDataFieldsAction (oro_dotmailer_synchronize_adddress_book_datafields route) action the request method was changed to POST.
  • In Oro\Bundle\DotmailerBundle\Controller\AddressBookController::disconnectMarketingListAction (oro_dotmailer_marketing_list_disconnect route) action the request method was changed to DELETE.
  • In Oro\Bundle\DotmailerBundle\Controller\DataFieldController::synchronizeAction (oro_dotmailer_datafield_synchronize route) action the request method was changed to POST.

3.1.0 (2019-01-30)

Show detailed list of changes

3.0.0 (2018-07-27)

Show detailed list of changes

2.6.0 (2018-01-31)

Show detailed list of changes

Removed

  • The parameter oro_dotmailer.listener.datafield_remove.class was removed form the service container

2.5.0 (2017-11-30)

Show detailed list of changes

2.3.0 (2017-07-28)

Show detailed list of changes

2.2.0 (2017-05-31)

Show detailed list of changes

2.1.0 (2017-03-30)

Show detailed list of changes

Changed

  • Class AbstractMarketingListEntitiesAction[?]
    • changed the return type of getMarketingListEntitiesByEmail method from BufferedQueryResultIterator to BufferedQueryResultIteratorInterface

Removed

  • Method AddressBookController::synchronizeAddressBook[?] was removed, use AddressBookController::synchronizeAddressBookAction[?] instead.
  • Method AddressBookController::synchronizeAddressBookDataFields[?] was removed, use AddressBookController::synchronizeAddressBookDataFieldsAction[?] instead.
  • Method DataFieldController::synchronize[?] was removed, use DataFieldController::synchronizeAction[?] instead.