EspoCRM Versions Save

EspoCRM – Open Source CRM Application

8.2.1

2 months ago

All issues: https://github.com/espocrm/espocrm/milestone/188?closed=1

Added a before-upgrade script that checks whether removed Repository classes are used.

8.2.0

2 months ago

Enhancements:

Improvements:

Changes:

All issues: https://github.com/espocrm/espocrm/milestone/181?closed=1

Upgrade notes:

  • All classes from Espo\Modules\Crm\Repositories namespace have been removed. If you extend any of these classes in your customizations, extend from Espo\Core\Repositories\Database instead. Fix before upgrading.
  • All classes from Espo\Modules\Crm\Services namespace and some classes from Espo\Services namespace have been removed. If you extend any of these classes in your customizations, extend from Espo\Services\Record instead. Fix before upgrading.

8.1.5

3 months ago
  • Slow email loading issue fixed