Skip to content

Version 2.0.1 Stable

Compare
Choose a tag to compare
@niden niden released this 11 May 19:17
· 10392 commits to master since this release

2.0.1

  • Fixed segfaults caused by static caches in <= PHP 5.5 builds
  • Added missing Phalcon\Debug::listenLowSeverity
  • Added new theme in Phalcon\Debug
  • Allow to count and iterate Phalcon\Session\Bag as in 1.3.x
  • Renamed getEventsManager to getInternalEventsManager in Phalcon\Di to avoid collision
    with existing services
  • Added constants FILTER_* to Phalcon\Filter for filters names
  • Fixed multibyte characters in cssmin/jsmin
  • Added Phalcon\Security::destroyToken() to remove current token key and value from session removed first argument (password), since it's not used in the function
  • Restored alternative hash algorithms in Phalcon\Security that were available in 1.3.x
  • Fixed bug that makes instances returned in Model::findFirst to be not completely initialized
  • Added support for general SELECT ALL/SELECT DISTINCT in PHQL
  • Added support for "not in" test in Volt
  • Phalcon\Debug\Dump
    -- Renamed method var() to variable()
    -- Renamed method vars() to variables()
  • Phalcon\Mvc\Model::findFirst() now allows hydration (#10259).