Phalcon v5.0.0RC4 has been released!!
This release addresses mostly bugs that have been identified since our last RC version.
This will be the last RC version we release, the next one will be the stable version.
Currently our focus is to clean up the issues (verify and if need be fix bugs) and documentation updates.
As always, a huge thank you to our community for testing, reporting bugs, enhancing the framework in any way possible!
The changelog for this release (v5.0.0RC4) is as follows:
Fixed
- Reverted to single quotes when volt code generates PHP code.
- Any
tag
helpers only accept parameters with double quotes - Renamed
Phalcon\Tag::form()
toPhalcon\Tag::formLegacy
(helperform_legacy
) #16019 - Fixed
Phalcon\Cli\Router::getMatchedRoute()
Phalcon\Cli\RouterInterface::getMatchedRoute()
Phalcon\Mvc\Router::getMatchedRoute()
-
Phalcon\Mvc\RouterInterface::getMatchedRoute()
to returnRouterInterface
ornull
#16030
- Fixed
Phalcon/Storage/Serializer/Base64::unserialize()
Phalcon/Storage/Serializer/Igbinary::unserialize()
Phalcon/Storage/Serializer/Igbinary::serialize()
-
Phalcon/Storage/Serializer/Php::unserialize()
to reset isSuccess value #16040
- Fixed
Phalcon\Paginator\Adapter\Model::paginate()
fix group parameter breaking total items #16042 - Fixed
Phalcon\Mvc\Model::doLowUpdate()
prevent RawValue getting overwritten #16037 - Refactored
Phalcon\Image*
- Reorganized code in the image adapters
- Simplified various areas, speeding up processing
- Removed
getInternalImImage()
(same asgetImage()
) forPhalcon\Image\Adapter\Imagick
- Added better support for webm images #15977
Top comments (0)