DEV Community

Nikolaos Dimopoulos for Phalcon PHP Framework

Posted on • Originally published at blog.phalcon.io on

Phalcon v5.0.2 Released

We are happy to announce that Phalcon v5.0.2 has been released!

Taking advantage of our now quick release cycle and reports from the community, a couple of bugs have been identified and resolved in this minor release.

Thank you as always to our community!

Changelog

Fixed

  • Fixed Phalcon\Html\Escaper::attributes() to accept any value and transform it to string #16123
  • Fixed Phalcon\Logger\AbstractLogger::getLevelNumber() to better check for string levels #16123

Upgrade

Developers can upgrade using PECL

pecl install phalcon-5.0.2

Enter fullscreen mode Exit fullscreen mode

To compile from source, follow our installation document

Top comments (0)