Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

66 lines (48 loc) · 2.55 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 Apruve package versions

6.0.0 (2024-03-30)

Show detailed list of changes

Changed

  • Changed \Oro\Bundle\ApruveBundle\Apruve\Factory\LineItem\ApruveLineItemFromPaymentLineItemFactoryInterface::createFromPaymentLineItem so it expects \Oro\Bundle\PaymentBundle\Context\PaymentLineItem argument instead of the removed \Oro\Bundle\PaymentBundle\Context\PaymentLineItemInterface.

5.1.0 (2023-03-31)

Show detailed list of changes

4.2.0 (2020-01-29)

Show detailed list of changes

4.1.0 (2020-01-31)

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

Changed

  • In the Oro\Bundle\AuthorizeNetBundle\Controller\Frontend\PaymentProfileController::deleteAction (oro_authorize_net_payment_profile_frontend_delete route) action, the request method was changed to DELETE.
  • In the Oro\Bundle\AuthorizeNetBundle\Controller\SettingsController::checkCredentialsAction (oro_authorize_net_settings_check_credentials route) action, the request method was changed to POST.

3.0.0 (2018-07-27)

Show detailed list of changes

1.6.0 (2018-01-31)

Show detailed list of changes

1.4.0 (2017-09-29)

Show detailed list of changes

1.3.0 (2017-07-28)

Show detailed list of changes

Changed

  • Hide loading mask only when the Apruve popup is fully loaded

1.2.2 (2017-06-26)

Fixed

  • Added the ability to press on any element in iClickButtonInEmbed