Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1 KB

File metadata and controls

25 lines (18 loc) · 1 KB

This file includes only the most important items that should be addressed before attempting to upgrade or during the upgrade of a vanilla Oro application.

Please refer to CHANGELOG.md for a list of significant changes in the code that may affect the upgrade of some customizations.

FROM 2.5.0 to 2.6.0

  • Changed minimum required php version to 7.1

FROM 2.1.0 to 2.2.0

  • Search index fields description, resolution and message for CaseEntity now contain no more than 255 characters each.
    • Please, run re-indexation for this entity using command:
        php bin/console oro:search:reindex OroCaseBundle:CaseEntity --env=prod

FROM 2.0.0 to 2.1.0

  • Changed minimum required php version to 7.0
  • Updated dependency to fxpio/composer-asset-plugin composer plugin to version 1.3.
  • Composer updated to version 1.4.
    composer self-update
    composer global require "fxp/composer-asset-plugin"