DEV Community

Nikolaos Dimopoulos for Phalcon PHP Framework

Posted on Originally published at blog.phalcon.io on

Phalcon v5.9.1 Released

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

This release fixes a few bugs and introduces an improved Breadcrumbs component in the Html TagFactory.

Community

A huge thanks to our community for helping out with bug fixing and more importantly bug reporting!

Changelog

Changed

  • Changed Phalcon\Storage\Adapter\AbstractAdapter and dropped has() check before receiving the value. #16705

Added

  • Added Phalcon\Html\Helper\Breadcrumbs component to replace the old Phalcon\Html\Breadcrumbs component. #16727

Fixed

  • Fixed Phalcon\Mvc\Micro\LazyLoader::callMethod to prevent Unknown named parameter error #16724

Upgrade

Developers can upgrade using PECL

pecl install phalcon-5.9.1

Enter fullscreen mode Exit fullscreen mode

To compile from source, follow our installation document

Top comments (0)