Bug fixes.
Improvements:
All issues: https://github.com/espocrm/espocrm/m...ne/64?closed=1
***
Upgrading from CLI is preferable since there can be some indexes being rebuilt during the upgrade process. When running from UI php max execution time can be exceeded.
For those who upgrade from 5.5.6 version:
1. Download the upgrade package from the website to your server.
2. Run from espo directory:
Those who upgrade from 5.6.* version, just need to run:
Improvements:
- Attachment-multiple field: Supporting multiple fields per entity
All issues: https://github.com/espocrm/espocrm/m...ne/64?closed=1
***
Upgrading from CLI is preferable since there can be some indexes being rebuilt during the upgrade process. When running from UI php max execution time can be exceeded.
For those who upgrade from 5.5.6 version:
1. Download the upgrade package from the website to your server.
2. Run from espo directory:
Code:
php upgrade.php /path/to/downloaded/package.zip
Those who upgrade from 5.6.* version, just need to run:
Code:
php command.php upgrade
Comment