Phalcon v4.0.5 Release Notes

Release Date: 2020-03-07 // about 4 years ago
  • ๐Ÿ‘Œ Supported PHP Versions: 7.2, 7.3, 7.4

    โž• Added

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Phalcon\Db::fetchAll to correctly return data when Enum::FETCH_COLUMN is supplied. #13321
    • ๐Ÿ›  Fixed Postgres NULL values to not be required during model update. #14862
    • ๐Ÿ›  Fixed MySQL alter column when default value contains not only CURRENT_TIMESTAMP #14880
    • ๐Ÿ›  Fixed MySQL default value with ON UPDATE expression #14887
    • ๐Ÿ›  Fixed Str::dirFromFile() to replace . with - to avoid issues with Windows environments #14858