EspoCRM 5.0.1 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 8454

    EspoCRM 5.0.1 released

    Bug fixes.

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

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

    Upgrades: https://www.espocrm.com/download/upgrades/
    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
    Member
    • Mar 2014
    • 8454

    #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.
    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

    • The50
      Member
      • Nov 2017
      • 39

      #3
      Originally posted by yurikuzn
      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.
      Hello, any idea why Contacts entity stopped working? After the update we can't create any new contacts. Error:

      Declaration of Espo\Entities\Integration::clear($name) must be compatible with Espo\ORM\Entity::clear($name = NULL) in /home/project/domains/crm.dev/public_html/application/Espo/Entities/Integration.php

      Any ideas?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8454

        #4
        Hi,

        I will check. You can fix it for yourself here https://github.com/espocrm/espocrm/b...ration.php#L57
        by changing to
        public function clear($name = null)
        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

        • yuri
          Member
          • Mar 2014
          • 8454

          #5
          Two fixes:
          https://github.com/espocrm/espocrm/c...757f06020061f1
          https://github.com/espocrm/espocrm/c...d5e11fcb9116ed

          Issue occurs only on php7.2 and advanced pack installed.
          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

          Working...