Skip to content

Releases: phalcon/cphalcon

v5.3.1

12 Sep 12:41
485ad1a
Compare
Choose a tag to compare

5.3.1 (2023-09-12)

Fixed

  • Fixed infinite save loop in Phalcon\Mvc\Model::save() #16395
  • Fixed undefined column with columnMap and model caching #16420
  • Fixed memory leak in Phalcon\Mvc\Router::handle() #16431

v5.3.0

15 Aug 19:41
7f5509a
Compare
Choose a tag to compare

Added

  • Added Phalcon\Mvc\Model::appendMessagedFrom for code consistency and to add messages from another model #16391
  • Added Phalcon\Autoload\Loader::isRegistered for debugging purposes #16391
  • Added Phalcon\Mvc\Model\Metadata::initializeMetadata #16393
  • Added Phalcon\Mvc\Model\Metadata::getMetaDataUniqueKey #16393
  • Added Phalcon\Mvc\Model\Metadata::getColumnMapUniqueKey #16393
  • Added Phalcon\Encryption\Security\JWT\Builder::addHeader() to allow adding custom headers #16396

Changed

  • Refactored Phalcon\Mvc\Model::doLowUpdate and Phalcon\Mvc\Model::postSaveRelatedRecords for better code logic and a clearer separation of behaviour, although it lead to partially repeated code. #16391
  • Cleaned Phalcon\Mvc\Model\Metadata::initialize #16393

Fixed

  • Parse multipart/form-data from PUT request #16271
  • Set Dynamic Update by default system-wide #16343
  • Fixed memory leak in Micro application #16404

v5.2.3

26 Jul 17:16
54b3b6b
Compare
Choose a tag to compare

5.2.3 (2023-07-26)

Fixed

  • Tried to reproduce the behavior described in #16244 but had no success. #16244
  • Extended Phalcon\Di\Injectable from stdClass to remove the deprecation warning (dynamic properties) for PHP 8.2 #16308
  • Corrected the return type of Phalcon\Mvc\View::getVar() so that stubs can be accurate. #16276
  • Changed all the encode/decode methods for JSON to use the Phalcon\Support\Helper\Json\* classes. #15608
  • Changed the Phalcon\Support\Helper\Json\* classes to clear up json_last_error() before doing any conversions. #15608
  • Fixed Phalcon\Http\Request::getJsonRawBody to protect from empty body #16373

Added

  • Added getAdapter() in Phalcon\Mvc\Model\Metadata to retrieve the internal cache adapter if necessary. #16244
  • Added Phalcon\Storage\Adapter\Weak implemented with WeakReference has a cache/retrieval solution for objects not yet collected by the Garbage Collection. #16372

v5.2.2

18 Jun 19:14
ab709f6
Compare
Choose a tag to compare

5.2.2 (2023-06-18)

Fixed

  • Fixed Encryption\Crypt::checkCipherHashIsAvailable to allow proper setting of the hash #16314
  • Removed unlikely from if 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

28 Feb 19:14
fc183e1
Compare
Choose a tag to compare

5.2.1 (2023-02-28)

Fixed

v5.2.0

27 Feb 01:27
35431ac
Compare
Choose a tag to compare

v5.2.0

Fixed

  • Fixed Phalcon\Html\Helper\Title::prepend to correctly prepend text in subsequent calls #16283

Added

  • Added support for PHP 8.2 #15973

v5.1.4

10 Jan 20:29
ce1392e
Compare
Choose a tag to compare

Fixed

  • Fixed Phalcon\Acl\Adapter\Memory::isAllowed to not use the deprecated ReflectionType::getClass #16255

v5.1.3

25 Dec 04:26
3154028
Compare
Choose a tag to compare

Fixed

  • Fixed Phalcon\Mvc\Micro::handle to type check an object for the finish #16240
  • Fixed Phalcon\DI\Service::resolve to not call the get() from the container and cause an infinite loop #15032

v5.1.2

01 Dec 00:58
bf9b70c
Compare
Choose a tag to compare

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 the Phalcon\Di\FactoryDefault\Cli #16233

v5.1.1

12 Nov 23:50
4eb3fca
Compare
Choose a tag to compare

Fixed

  • Fixed Phalcon\Filter::sanitize to return correct data when noRecursive is true #16199
  • Fixed Phalcon\Html\Escaper::html to not return null when a zero string is passed #16202