Skip to content

Commit

Permalink
Merge pull request #13129 from phalcon/3.2.x
Browse files Browse the repository at this point in the history
3.2.4
  • Loading branch information
sergeyklay authored Oct 21, 2017
2 parents a863577 + b22eedd commit a0560cb
Show file tree
Hide file tree
Showing 34 changed files with 419,846 additions and 419,557 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-3.2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [3.2.4](https://github.com/phalcon/cphalcon/releases/tag/v3.2.4) (2017-10-21)
- Fixed regression of [#13046](https://github.com/phalcon/cphalcon/issues/13046) by removing injection of dispatcher's parameters (which were never available anyway) [#13121](https://github.com/phalcon/cphalcon/issues/13121)
- Fixed `Phalcon\Mvc\Model\Query::_getQualified` to correct replace field names in `WHERE` [#12971](https://github.com/phalcon/cphalcon/issues/12971)

# [3.2.3](https://github.com/phalcon/cphalcon/releases/tag/v3.2.3) (2017-10-12)
- Fixed `Phalcon\Mvc\Model\Query::_executeSelect` threw RuntimeException, if db:beforeQuery() returned false
- Internal cookies property is now always an array [#12978](https://github.com/phalcon/cphalcon/issues/12978)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 3.2.3-{build}
version: 3.2.4-{build}

# to disable automatic builds
build: off
Expand Down
Loading

0 comments on commit a0560cb

Please sign in to comment.