EspoCRM 5.0.1 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • yuri
    replied
    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.

    Leave a comment:


  • yuri
    replied
    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)

    Leave a comment:


  • The50
    replied
    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?

    Leave a comment:


  • yuri
    replied
    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.

    Leave a comment:


  • yuri
    started a topic EspoCRM 5.0.1 released

    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/
Working...