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