v4.0.4
Supported PHP Versions: 7.2, 7.3, 7.4
Added
- Added a way to utilize GitHub actions to run database tests against each RDBMS and reworked the testing suite. #14779
- Added the latest version of Codeception (v4) and utilized the phalcon4 module. #14779
Changed
- Changed Column 'notNull' definition to make possible create nullable (NULL) columns #14804
Fixed
- Fixed
Phalcon\Db\Adapter\Pdo\Postgresqlto correctly identifyboolfields instead of treating them astinyint#14722 @tidytrax - Fixed
Phalcon\Cli\Consoleto pass current container to thePhalcon\Mvc\ModuleDefinitionInterface::registerAutoloaders()#14787 @TimurFlush - Fixed
Phalcon\Db\Dialect\Mysql::createTable()to create default value with CURRENT_TIMESTAMP ON UPDATE/DELETE [#14797] - Fixed
Phalcon\Storage\Adapter\*to no longer accept theserializeroption as it was clashing with the factory #14828 - Fixed
Phalcon\Http\Requestto return the correct host on anUnexpectedValueException#14763 - Fixed
Phalcon\Assets\Collectionto initializepositionto 0 #14848