Skip to content

Commit df243e4

Browse files
committed
Fixed Dispatcher::dispatch() to ensure proper flow for all event handling, forwarding, exceptions, bubbling and performance improvements. Fixes phalcon#12931
1 parent 97ccfc1 commit df243e4

29 files changed

+4281
-811
lines changed

CHANGELOG-3.2.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Internal cookies property is now always an array [#12978](https://github.com/phalcon/cphalcon/issues/12978)
44
- Fixed `Phalcon\Validation\Validator\File::validate` to work properly with parameter 'message' [#12947](https://github.com/phalcon/cphalcon/issues/12947)
55
- Fixed `Phalcon\Mvc\View::render` to render a view with params [#13046](https://github.com/phalcon/cphalcon/issues/13046)
6+
- Fixed `Phalcon\Dispatcher::dispatch` to ensure proper flow for all forward/exception/dispatch event hooks [#12931](https://github.com/phalcon/cphalcon/issues/12931)
67

78
# [3.2.2](https://github.com/phalcon/cphalcon/releases/tag/v3.2.2) (2017-08-14)
89
- Fixed `Phalcon\Db\Adapter\Pdo\Postgresql::describeColumns` to work properly with `DOUBLE PRECISION` and `REAL` data types [#12842](https://github.com/phalcon/cphalcon/issues/12842)

0 commit comments

Comments
 (0)