EspoCRM
Open source CRM application
Alternative to: salesforce, hubspot, zoho crm, pipedrive
About
Versions (100)
8.2.0
2024-04-01Enhancements:
- List view pagination https://github.com/espocrm/espocrm/issues/3018
- Audit Log https://github.com/espocrm/espocrm/issues/2979
- Global Stream https://github.com/espocrm/espocrm/issues/2944
- Stream: View user activity https://github.com/espocrm/espocrm/issues/2945
Improvements:
- Applying time zone for scheduled jobs https://github.com/espocrm/espocrm/issues/2936
- Ability to define custom order to apply when selecting related records https://github.com/espocrm/espocrm/issues/2941
- Filling email address when compose email from Base Plus entity https://github.com/espocrm/espocrm/issues/2942
- PDF: Ability to define CSS in Templates https://github.com/espocrm/espocrm/issues/2949
- Wysiwyg: Code view improvements https://github.com/espocrm/espocrm/issues/2951
- PDF: Iteration with attribute https://github.com/espocrm/espocrm/issues/2952
- Config override https://github.com/espocrm/espocrm/issues/2916
- Import: Relate by foreign field https://github.com/espocrm/espocrm/issues/2956
- Ability to override API routes https://github.com/espocrm/espocrm/issues/2962
- Link-Parent field: Parameter to enable autocomplete on empty input https://github.com/espocrm/espocrm/issues/2963
- Roles: UX improvements https://github.com/espocrm/espocrm/issues/2968
- Calendar: Slot duration parameter in preferences https://github.com/espocrm/espocrm/issues/2971
- Emails: Record search when adding email addresses https://github.com/espocrm/espocrm/issues/2973
- Navbar tabs with custom URLs https://github.com/espocrm/espocrm/issues/2974
- Panel notes https://github.com/espocrm/espocrm/issues/2977
- Formula: entity\clearAttribute function https://github.com/espocrm/espocrm/issues/2980
- Adding prefix to entity type, field & link names https://github.com/espocrm/espocrm/issues/2988
- Primary filter in URI parameter in list view https://github.com/espocrm/espocrm/issues/2990
- Relationship Manager: Ability to specify select primary filter https://github.com/espocrm/espocrm/issues/3002
Changes:
- Decreasing max length of City, Country & State fields https://github.com/espocrm/espocrm/issues/2986
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.