Phalcon v5.0.0beta3 has been released, featuring mostly bug fixes!
This release fixes several bugs that the community has identified.
A huge thank you to all of our contributors and the community!!
The release tag can be found here: v5.0.0beta3.
This should be our last beta version. We have one feature request to address (from the list of tasks we have) and PHP 8.1 support. Both are underway. The project page that we keep the status of the work we have done and need to do can be found here.
Finally, we are also working on the upgrade guide and documentation, and the community has been helping with upgrading incubator packages to v5
Changelog
Changed
- Renamed
Phalcon\Db\Result\PdotoPhalcon\Db\Result\PdoResultto avoid collisions with\PDO#15874
Fixed
- Fixed
Phalcon\Logger\AbstractAdapter::getFormattedItem()to not addPHP_EOLat the end of the message and added it to thePhalcon\Logger\Adapter\Stream#14547 - Fixed
Phalcon\Html\Helper\Title:__invoke()to not use the$separatoras parameter - no need to redefine it in a view #15866 - Fixed the delimiters for
Phalcon\Support\Helper\SnakeCaseandPhalcon\Support\Helper\KamelCase#15850 - Fixed
Phalcon\Mvc\Router\Route::getName()andPhalcon\Mvc\Router\Route::getHostname()to also returnnull#15880 - Fixed
Phalcon\Mvc\Router\RouteInterface::getName()andPhalcon\Mvc\Router\RouteInterface::getHostname()to also returnnull#15880 - Fixed
Phalcon\Mvc\Model::findFirst()to returnmixedornull#15883
Added
- Added
Phalcon\Html\Helper\Title:setSeparatorto allow setting the separator independently #15866
Top comments (0)