Announcement

Collapse
No announcement yet.

EspoCRM 5.5.0 released

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

  • EspoCRM 5.5.0 released

    Enhancements:
    • Ability to run jobs in parallel processes;
    • Ability to process cron jobs by daemon;
    • Ability to search in related record list;
    • Activities: Ability to search in Activities and History of a specific record;
    • Stream: Ability to search posts in record’s stream;
    • Template manager (customizing email messages sent by application);
    • Enum field: Ability to specify color style for options;
    • Ability to define autocomplete country list;
    • Varchar field: Ability to define autocomplete suggestions;
    • Stream: Pasted link to internal record automatically gets changed to a short form;
    • Stream: Image gets attached to post when image url is pasted;
    • Ability to re-check system requirements for administrator;
    • Calls: Displaying phone numbers on detail view;
    • API Users (API Keys, HMAC);
    • Layout Manager: Ability to specify conditions making side and relationship panels visible;
    • Fiscal Year Start parameter;
    • Field Manager: ‘Disable Inline Edit’ parameter;
    • Date-Time field: ‘Minutes Step’ parameter;
    • Email Templates: Today and Now placeholders;
    • Timeline: Displaying busy timeframes in shared view;
    • ACL: ‘Mass Update’ permission.

    Improvements:
    • Improved UX of side menu in vertical themes;
    • List view: Actions dropdown sticked on scrolling;
    • Printing to PDF: Ability to loop through link-multiple collection;
    • Tasks: ‘Complete’ button on the quick view;
    • Text field: Cutting long text not breaking formatting;
    • Last Viewed: Ability to show more than 20 records;
    • Sorting by Person Name performs sorting by First Name and Last Name;
    • Emails: Relate email with parent record when clicking on email address on relationship panel;
    • Kanban: Sticking kanban header to the top while scrolling;
    • Email-to-Case: Description and attachments copied from email;
    • Cleaning up relationship tables improvement.

    Translation:
    • Latvian language;
    • Persian language.

    All issues: https://github.com/espocrm/espocrm/m...ne/48?closed=1 (some items contain more info inside)

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

    Upgrades: https://www.espocrm.com/download/upgrades/


    Before upgrading, it's recommended to remove all success jobs. This will expedite the upgrading process. Administration > Scheduled Jobs > Jobs in the top right corner > filter jobs by status = 'Success' > Select All Results > Remove.
    Last edited by yuri; 12-13-2018, 04:38 PM.

  • #2
    Wow yuri You guys really drop the ball with this update - Amazing Job guys!! Thank you so much!!

    Comment


    • #3
      Oh shiiiiiiiiiiiiit!!!! Great job!!!
      Can you just explain for me this? "Printing to PDF: Ability to loop through link-multiple collection;"

      Comment


      • #4
        > Can you just explain for me this? "Printing to PDF: Ability to loop through link-multiple collection;"

        Example here: https://github.com/espocrm/espocrm/issues/1126

        Comment


        • #5
          Thanks for reply. Can you tell us more how to use API users? Because wen i'm trying to connect through api using username as username and API key as password i can't fetch any data. + i can't find anything in documentation

          Comment


          • #6
            This is an incrediably exciting update!! Great job!!

            Comment


            • #7
              just .. waouwww

              Comment


              • #8
                > wen i'm trying to connect through api using username as username and API key as password i can't fetch any data. + i can't find anything in documentation

                I think the problem is not that you use a regular user but somewhere else.

                How to connect via API as an api user: https://github.com/espocrm/documenta...ion-by-api-key

                PHP examples: https://github.com/espocrm/documenta...d#api-key-auth

                Comment


                • #9
                  Fantastic improvements :-)

                  Looking forward to instructions how to set auto complete country, because I cant seem to enter a comma separated list in the field "Administration > Settings > Address Country Autocomplete List."...

                  Comment


                  • #10
                    > because I cant seem to enter a comma separated list

                    Did you try to type a country name and press enter? Also you can define the list manually in data/config.php

                    PHP Code:
                    'addressCountryList' => [
                        
                    'United States',
                        
                    'Germany',

                    Comment


                    • #11
                      WOW! Great update to finish the year! Looks AMAZING.

                      Merry Christmas EspoCRM Team!

                      Comment


                      • #12
                        Can confirm that pressing "enter" works to make Autocomplete list. Copy and paste a long list of country names does not work, but simply enter them one by one at it works fine )) Thanks ))

                        Comment


                        • #13
                          Excellent job !

                          Can you explain how to "Varchar field: Ability to define autocomplete suggestions" or just tell me which scripts to check please ?

                          Comment


                          • #14
                            > Can you explain how to "Varchar field: Ability to define autocomplete suggestions" or just tell me which scripts to check please ?

                            Comment


                            • #15
                              Thanks so much

                              Comment

                              Working...
                              X