Phalcon v4.0.0-beta.2 Release Notes

Release Date: 2019-08-18 // over 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed missing imports in Phalcon\Db\Adapter\AbstractAdapter, Phalcon\Db\Adapter\AdapterInterface, Phalcon\Db\Result\Pdo, Phalcon\Html\Tag and Phalcon\Tag\Select. #14249
    • ๐Ÿ›  Fixed isSerializable in Phalcon\Storage\Serializer\AbstractSerializer to return true when the data is seriazable and false when it's not.
    • ๐Ÿ›  Fixed Phalcon\Storage\Adapter\Redis::delete() and Phalcon\Storage\Adapter\Redis::getKeys() deprecated warning from php-redis #14281
    • ๐Ÿ›  Fixed Phalcon\Mvc\Model\ResultSet::Update() to return correct status #14291
    • Phalcon\Mvc\Collection::cancelOperation() now returns true on success.
    • ๐Ÿ›  Fixed Phalcon\Application\AbstractApplication interfaces for registerModules(), setDefaultModule() and setEventsManager() #14293
    • ๐Ÿ›  Fixed Phalcon\Paginator\Adapter\QueryBuilder to throw exception on incorrect parameter #14299

    โœ‚ Removed

    • โœ‚ Removed dead libsodium-related code. It was never called in PHP >= 7.0.