You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Renamed `Phalcon\Db\Result\Pdo` to `Phalcon\Db\Result\PdoResult` to avoid collisions with `\PDO`[#15874](https://github.com/phalcon/cphalcon/issues/15854)
5
+
6
+
## Fixed
7
+
- Fixed `Phalcon\Logger\AbstractAdapter::getFormattedItem()` to not add `PHP_EOL` at the end of the message and added it to the `Phalcon\Logger\Adapter\Stream`[#14547](https://github.com/phalcon/cphalcon/issues/14547)
8
+
- Fixed `Phalcon\Html\Helper\Title:__invoke()` to not use the `$separator` as parameter - no need to redefine it in a view [#15866](https://github.com/phalcon/cphalcon/issues/15866)
9
+
- Fixed the delimiters for `Phalcon\Support\Helper\SnakeCase` and `Phalcon\Support\Helper\KamelCase`[#15850](https://github.com/phalcon/cphalcon/issues/15850)
10
+
- Fixed `Phalcon\Mvc\Router\Route::getName()` and `Phalcon\Mvc\Router\Route::getHostname()` to also return `null`[#15880](https://github.com/phalcon/cphalcon/issues/15880)
11
+
- Fixed `Phalcon\Mvc\Router\RouteInterface::getName()` and `Phalcon\Mvc\Router\RouteInterface::getHostname()` to also return `null`[#15880](https://github.com/phalcon/cphalcon/issues/15880)
12
+
- Fixed `Phalcon\Mvc\Model::findFirst()` to return `mixed` or `null`[#15883](https://github.com/phalcon/cphalcon/issues/15883)
13
+
14
+
## Added
15
+
- Added `Phalcon\Html\Helper\Title:setSeparator` to allow setting the separator independently [#15866](https://github.com/phalcon/cphalcon/issues/15866)
-`Phalcon\Mvc\View\Engine\Volt\Compiler::functionCall()` to check for container presence before checking the `tag` service [#15842](https://github.com/phalcon/cphalcon/issues/15842)
0 commit comments