Skip to content

v4.0.5

Compare
Choose a tag to compare
@niden niden released this 07 Mar 19:09
· 3673 commits to master since this release

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