Skip to content

Commit

Permalink
Merge pull request #178 from phalcon/0.6.1
Browse files Browse the repository at this point in the history
0.6.1
  • Loading branch information
Phalcon committed Nov 9, 2012
2 parents 0e9feb7 + a553845 commit 1202bd5
Show file tree
Hide file tree
Showing 37 changed files with 763 additions and 327 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.idea
unit-tests/engines/*
unit-tests/logs/*
unit-tests/cache/2e11fab3b6861010be11a5deb92bddff
unit-tests/cache/7ea1207f9d82bf4982cf5e1aec693375
build/.deps
build/.libs/
build/Makefile
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.6.1
- Fixed bug in Phalcon\Mvc\Micro's not-found handler
- Fixed bug reading named-parameters with quantifiers in Phalcon\Mvc\Router
- Now named-routes are processed without use regular expressions
- Now $this->view->disable() disables the auto-rendering mode completely
- Added Phalcon\Mvc\View::enable that re-enables the auto-rendering mode
- Added Phalcon\Cache\Backend::stop() to stop the cache without store anything into the backend
- Fixed bug in Phalcon\Mvc\View that saves a empty cached content when using a cache
- Implemented Phalcon\Db::FETCH_OBJ to return objects instead of arrays
- Removed checking for callable definitions in Phalcon\DI due to security reasons

0.6.0
- Added functions version, version_id, date and time to Volt
- PHQL OFFSET complete implementation
Expand Down
Loading

0 comments on commit 1202bd5

Please sign in to comment.