Releases: phalcon/cphalcon
Releases · phalcon/cphalcon
v5.2.2
5.2.2 (2023-06-18)
Fixed
- Fixed
Encryption\Crypt::checkCipherHashIsAvailable
to allow proper setting of the hash #16314 - Removed
unlikely
fromif
statements from the Stream storage adapter and Json serializer #16339 - Fixed
Storage\Adapter\Stream::get()/set()
to correctly calculate the path if the prefix is present in the key #16348 - Fixed
Html\Helper\Input\Checkbox
to correctly process empty values #15959
v5.2.1
v5.2.0
v5.1.4
v5.1.3
v5.1.2
Fixed
- Fixed
Phalcon\Support\Debug
to correctly calculate the documents URL for the hyperlinks #16223 - Fixed
Phalcon\Html\TagFactory
docblock for autocompletion (0129658) - Fixed
Phalcon\Db\Profiler
by correctly calculating the seconds (reapplied changes) #15822 - Added
Phalcon\Html\TagFactory
to thePhalcon\Di\FactoryDefault\Cli
#16233
v5.1.1
v5.1.0
Fixed
- Fixed
Phalcon\Mvc\View\Engine\Volt\Compiler::isTagFactory
to correctly detect aTagFactory
object without throwing an error #16097 - Fixed default values for
Phalcon\Cli
,Phalcon\Dispatcher
andPhalcon\Application
components to ensure notnull
values are passed to methods #16186 - Fixed
Phalcon\Form::clear
to correctly clear the elements and not recurse #15956
Added
v5.0.5
Fixed
- Fixed
Phalcon\Config\Config::setData
to pass theinsensitive
flag to child objects #16171 - Fixed
Phalcon\Config\Adapter\Groupped::__construct
to pass theinsensitive
flag to child objects #16171 - Fixed
Phalcon\Session\Manager::setName
, removing the regex check for the name for custom adapters to work withcreate_sid()
#16170 - Fixed
PdoResult::fetchAll
when passed class name in 2nd argument #16177 - Fixed
Forms\Form::label
to accept an array as a default variable #16180
v5.0.4
Fixed
- Fixed
Phalcon\Encryption\Security
to take into account theworkFactor
in the cost calculation #16153 - Removed double unserializing during Model caching #16035, #16131
- Fixed
Phalcon\Db\Adapter\Pdo\Mysql::describeIndexes
to assign an empty string in the index type ofnull
and remove warnings #16157 - Fixed
Phalcon\Db\Adapter\Pdo\Sqlite::describeIndexes
to assign an empty string in the index type ofnull
and remove warnings #16157 - Fixed
Phalcon\Mvc\Model\Manager::notifyEvent
to returntrue
instead ofnull
on success #16161 - Fixed
Phalcon\Encryption\Security\JWT\Validator::validateExpiration
to correctly validate theexp
claim #16166