Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.8 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 Authorizenet 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

Changed

  • The getPriority() method was removed from the Oro\Bundle\AuthorizeNetBundle\AuthorizeNet\Client\RequestConfigurator\RequestConfiguratorInterface interface. Use the priority attribute of the oro_authorize_net.authorize_net.client.request_configurator DIC tag to manage the order of request configurators.

4.1.0 (2020-01-31)

Show detailed list of changes

Removed

  • The *.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).

4.0.0 (2019-07-31)

Show detailed list of changes

3.1.0 (2019-01-30)

Show detailed list of changes