Skip to content

Version 3.0.1

Compare
Choose a tag to compare
@sergeyklay sergeyklay released this 24 Aug 07:41
· 8350 commits to master since this release
  • Fixed Phalcon\Cache\Backend\Redis::flush in order to flush cache correctly
  • Fixed Phalcon\Mvc\Model\Manager::getRelationRecords to correct using multi relation column #12035
  • Fixed Phalcon\Acl\Resource. Now it implements Phalcon\Acl\ResourceInterface #11959
  • Fixed save method for all cache backends. Now it updates the _lastKey property correctly #12050
  • Fixed virtual foreign key check when having multiple keys #12071
  • Phalcon\Config\Adapter\Ini constructor can now specify parse_ini_file() scanner mode #12079
  • Fixed Phalcon\Cache\Backend\Apc::save due to which the Apc::increment/Apc::decrement could not be used properly #12109
  • Fixed Phalcon\Mvc\Model\Criteria::inWhere so that now the second parameter can be an empty array #10676
  • Fixed ORM related memory leak #12115, #11995, #12116
  • Fixed incorrect Phalcon\Mvc\View::getActiveRenderPath behavior #12139
  • Fixed Phalcon\Security\Random::base64Safe so that now the method returns correct safe string #12141
  • Fixed the Phalcon\Translate\Adapter\Gettext::getOptionsDefault visibility #12157
  • Enabled PHQL cache for PHP7 to improve performance and reuse plannings