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\Pdo
toPhalcon\Db\Result\PdoResult
to avoid collisions with\PDO
#15874
Fixed
- Fixed
Phalcon\Logger\AbstractAdapter::getFormattedItem()
to not addPHP_EOL
at the end of the message and added it to thePhalcon\Logger\Adapter\Stream
#14547 - Fixed
Phalcon\Html\Helper\Title:__invoke()
to not use the$separator
as parameter - no need to redefine it in a view #15866 - Fixed the delimiters for
Phalcon\Support\Helper\SnakeCase
andPhalcon\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 returnmixed
ornull
#15883
Added
- Added
Phalcon\Html\Helper\Title:setSeparator
to allow setting the separator independently #15866
Top comments (0)