Fixed
- Fixed
Phalcon\Tag::textArea()
to check if the value isnull
before callinghtmlspecialchars
#15992 - Fixed
Phalcon/Filter/Validation/Validator/Alnum
Phalcon/Filter/Validation/Validator/Alpha
Phalcon/Filter/Validation/Validator/Confirmation
Phalcon/Filter/Validation/Validator/CreditCard
Phalcon/Filter/Validation/Validator/StringLength/Max
Phalcon/Filter/Validation/Validator/StringLength/Min
to check if the value isnull
before calling internal PHP methods #15992
- Fixed
Phalcon\Html\Helper\Title
to properly use indent and delimiter #15984 - Fixed
Phalcon\Html\Helper\Doctype
to properly use indent and delimiter #15984 - Fixed
Phalcon\Mvc\View\Engine\Volt::isIncluded()
andPhalcon\Mvc\View\Engine\Volt::length()
to check for null values before calls to php methods #15984 - Fixed
Phalcon\Mvc\View\Engine\Volt\Compiler::expression()
to use double quotes instead of single ones #15984 - Fixed
Phalcon\Support\Version::getPart()
to always return string values #15984 - Fixed
Phalcon\Dispatcher\DispatcherInterface::setModuleName()
to acceptnull
#15997 - Fixed
Phalcon\Dispatcher\AbstractDispatcher::setModuleName()
to acceptnull
#15997 - Fixed
Phalcon\Dispatcher\AbstractDispatcher::getModuleName()
to also returnnull
#15997
Added
- Added support for
webp
images forPhalcon\Image\Adapter\Gd
#15977 - Added
Phalcon\Mvc\Model\ManagerInterface::getBuilder()
to return the existing builder (created bycreateBuilder()
) #15966 - Added
Phalcon\Mvc\Model\Manager::getBuilder()
to return the existing builder (created bycreateBuilder()
) #15966