The upgrade instructions are available at OroCRM website.
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 also refer to CHANGELOG.md for a list of significant changes in the code that may affect the upgrade of some customizations.
The minimum required PHP version is 7.4.14.
The regular expressions in fos_js_routing.routes_to_expose
configuration parameter (see config/config.yml
) have changed.
The var/attachment
and var/import_export
directories are no longer used for storing files and have been removed from the default directory structure.
All files from these directories must be moved to the new locations:
- from
var/attachment/protected_mediacache
tovar/data/protected_mediacache
; - from
var/attachment
tovar/data/attachments
; - from
var/import_export
tovar/data/importexport
.
Files for the standard import should be placed into var/data/import_files
instead of var/import_export/files
.
The public/uploads
directory has been removed.
The minimum required PHP version is 7.3.13.
Upgrade PHP before running composer install
or composer update
, otherwise composer may download wrong versions of the application packages.
The minimum required PHP version is 7.1.26.
Upgrade PHP before running composer install
or composer update
, otherwise composer may download wrong versions of the application packages.