Announcement

Collapse
No announcement yet.

EspoCRM 5.0.0 released

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • EspoCRM 5.0.0 released

    Enhancements:
    • Group Email Accounts: Ability to use for mail sending;
    • Mass Email: Ability to use group SMTP account;
    • Markdown: Supporting lists, horizontal lines, headers;
    • Cases: Attachments field;
    • Leads: Ability to create lead w/ empty person name;
    • Roles: Export Permission parameter;
    • Emails: Filters by Subject and Body;
    • Formula: lowerCase & upperCase functions;
    • Formula: number\floor & number\ceil functions;
    • Formula: entity\removeLinkMultipleId function;
    • Formula: Optional timezone argument for datetime functions;
    • Formula: datetime\closest function;
    • Formula: array\push function;
    • Foreign field: Supporting text fields;
    • Import: Ability to import fields of number type;
    • Portal: Separate layouts for Knowledge Base Articles and Cases;
    • List view: Hiding columns for fields that user doesn’t have an access to;
    • Notifications in admin panel;
    • File/Image field: Max file size parameter;
    • Preferences: Ability to set which entity types to follow on creation;
    • Text fields: Auto-height depending on content in edit mode.

    Translation:
    • Lithuanian language added.

    Changes:
    • Dropped php 5.5 support.

    Improvements:
    • Faster page loading.

    All issues: https://github.com/espocrm/espocrm/m...ne/21?closed=1

    Download: https://www.espocrm.com/download/

    Upgrades: https://www.espocrm.com/download/upgrades/
    Last edited by yuri; 12-28-2017, 07:12 AM.

  • #2
    Important Note for developers

    Some customizations (those that have been made manually, not via admin UI) may not work after an upgrade. Since version 5.0.0 the second argument passed to a controller action ($data) is an object rather than an associative array.

    Comment


    • #3
      Thanks for all your hard work!

      Comment


      • #4
        Please, has this release already been tested on php 7.2.0 version?

        Comment


        • #5
          Yes it was tested on php 7.2.0.

          Comment


          • #6
            Issue found in php 7.2 with advanced pack installed: http://forum.espocrm.com/forum/annou...5-0-1-released

            Fixes:
            https://github.com/espocrm/espocrm/c...757f06020061f1
            https://github.com/espocrm/espocrm/c...d5e11fcb9116ed

            Comment

            Working...
            X