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.
- Changed minimum required php version to 7.1
- Search index fields
description,resolutionandmessageforCaseEntitynow 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
- Please, run re-indexation for this entity using command:
- 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"