Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

66 lines (48 loc) · 2.36 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 Zendesk 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

Removed

  • The service oro_zendesk.listener.doctrine.sync_abstract was removed.

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

3.0.0 (2018-07-27)

Show detailed list of changes

2.4.0 (2017-09-29)

Show detailed list of changes

2.3.0 (2017-07-28)

Show detailed list of changes

2.1.0 (2017-03-30)

Show detailed list of changes

Changed

  • Service oro_zendesk.twig.extension was marked as private

Removed

  • Parameter oro_zendesk.twig.extension.class was removed from the DI container
  • Class ZendeskExtension[?]
    • removed property protected $zendeskProvider