EspoCRM v9.2 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9464

    #1

    EspoCRM v9.2 released

    Improvements:
    • Category reordering with drag and drop #3411
    • In-app notification grouping #3428
    • Baseline role #3459
    • Formula: Nested filters in lookup functions #3422
    • History panel: Displaying email sender #3443
    • Shortcut keys improvement #3439
    • Select all results for relationships #3426
    • Preventing losing unsaved changes when switching fields in inline edit #3413
    • Primary style for panels and panel notes #3395
    • Markdown shortcuts #3433
    • Webhooks: Parameter to skip own events #3431
    • Emails marked as auto-replies #3453
    • Array field: Editable items #3444
    • Global search: Showing status field in results #3442
    • Job sub-queue #3404
    • PDF/A support #3417
    • List view: Fetching only visible columns #3406

    Changes:
    • Drop selectBuilderFactory service #3452
    • ORM: Respecting order of Left and Inner joins #3407
    • Default 'javascript:' values limitation #3397

    Compatibility:
    • Drop MySQL 5.7 and MariaDB 10.2 support #3409

    Click image for larger version  Name:	v9_2.png Views:	0 Size:	119.3 KB ID:	121734
    Last edited by yuri; 09-30-2025, 07:57 AM. Reason: release
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9464

    #2
    If you have issues with upgrade, please create a separate topic in the Installation and Upgrade Help section.​​

    Upgrade can take long if you have a large `email` table. As a new field is added, it can take some time to apply schema update.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • jamie
      Senior Member
      • Aug 2025
      • 115

      #3
      wow some amazing changes, thanks!

      Comment

      • CuongdotVN
        Junior Member
        • Oct 2025
        • 1

        #4
        Thanks Team EspoCRM!

        Comment

        • murugappan
          Active Community Member
          • Aug 2017
          • 506

          #5
          Simple, subtle and yet strong changes. Need to test the MySQL related changes. Thank you so much.

          Comment


          • yuri
            yuri commented
            Editing a comment
            Thank you. Ennaku romba sandhosham.

          • murugappan
            murugappan commented
            Editing a comment
            Vanakkam! Wow reply in Tamil. Nice.

          • yuri
            yuri commented
            Editing a comment
            konjam therium
        • murugappan
          Active Community Member
          • Aug 2017
          • 506

          #6
          Hi yuri ,

          I have tested the MySQL related changes and they work fine.

          The themes in version 9.2 are quite pale (Hazyblue) compared to the ones before version 9.2. Even the icons are have gone blurred. The same with Voilet, Sakura, Light and Espo themes. Is there something wrong with installation?

          Click image for larger version  Name:	Version before 9.2 .png Views:	0 Size:	126.2 KB ID:	122173 Click image for larger version  Name:	Version 9.2.png Views:	0 Size:	119.7 KB ID:	122174


          Last edited by murugappan; 10-15-2025, 06:44 AM.

          Comment


          • yuri
            yuri commented
            Editing a comment
            Hi,

            We changed navbar colors in themes from contrast to non-contrast. It’s been a trend for a while, and it makes sense, it’s less distracting to the eye, as a high-contrast sidebar tends to draw attention away from the main content.

            We might need to tweak colors of the Hazyblue theme to make the navbar more brither though.

            It's easy to change colors with CSS variables if you would like keep the previous navbar colors.

            Here's the list of variables with values from the Espo theme.

            --navbar-bg: #f1f3f5;
            --navbar-link-color: #999;
            --navbar-link-icon-color: #6a6a6a;
            --navbar-link-hover-color: #555555;
            --navbar-link-hover-bg: #f1f3f5;
            --navbar-link-active-bg: #d3d9e0;
            --navbar-inverse-color: #999;
            --navbar-inverse-bg: #f1f3f5;
            --navbar-inverse-link-color: #333333;
            --navbar-inverse-link-active-bg: #dee1e7;
            --navbar-inverse-border: #e0e2e3;
            --navbar-inverse-toggle-hover-bg: #d3d9e0;
            --navbar-inverse-link-hover-color: #333333;
            --navbar-inverse-link-hover-bg: #ececed;
            --navbar-inverse-link-disabled-color: #444;
            --navbar-inverse-link-icon-color: #5c5c5c;
            --navbar-inverse-link-icon-hover-color: #5c5c5c;

          • yuri
            yuri commented
            Editing a comment
            I wrote a short tutorial on how to override CSS variables. https://forum.espocrm.com/forum/deve...-css-variables
        Working...