Skip to content

Commit 1202bd5

Browse files
author
Phalcon
committed
Merge pull request #178 from phalcon/0.6.1
0.6.1
2 parents 0e9feb7 + a553845 commit 1202bd5

37 files changed

+763
-327
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
.idea
33
unit-tests/engines/*
44
unit-tests/logs/*
5+
unit-tests/cache/2e11fab3b6861010be11a5deb92bddff
6+
unit-tests/cache/7ea1207f9d82bf4982cf5e1aec693375
57
build/.deps
68
build/.libs/
79
build/Makefile

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.6.1
2+
- Fixed bug in Phalcon\Mvc\Micro's not-found handler
3+
- Fixed bug reading named-parameters with quantifiers in Phalcon\Mvc\Router
4+
- Now named-routes are processed without use regular expressions
5+
- Now $this->view->disable() disables the auto-rendering mode completely
6+
- Added Phalcon\Mvc\View::enable that re-enables the auto-rendering mode
7+
- Added Phalcon\Cache\Backend::stop() to stop the cache without store anything into the backend
8+
- Fixed bug in Phalcon\Mvc\View that saves a empty cached content when using a cache
9+
- Implemented Phalcon\Db::FETCH_OBJ to return objects instead of arrays
10+
- Removed checking for callable definitions in Phalcon\DI due to security reasons
11+
112
0.6.0
213
- Added functions version, version_id, date and time to Volt
314
- PHQL OFFSET complete implementation

0 commit comments

Comments
 (0)