EspoCRM logo

EspoCRM

Open source CRM application

Alternative to: salesforce, hubspot, zoho crm, pipedrive


About Versions (100)

8.2.0

2024-04-01

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.