Skip to content

Commit

Permalink
Merge pull request #10645 from phalcon/2.0.x
Browse files Browse the repository at this point in the history
2.0.5
  • Loading branch information
andresgutierrez committed Jul 14, 2015
2 parents e69843e + 553c2f5 commit dc2ab65
Show file tree
Hide file tree
Showing 127 changed files with 8,725 additions and 5,908 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 2.0.4 (2015-07-07)
# [2.0.5](https://github.com/phalcon/cphalcon/releases/tag/phalcon-v2.0.5) (2015-07-14)
- Fixed a bug that makes that attaching an events manager to an Mvc\Application causes view->render() not being called
- Fixed bug that makes generated SQL statements using FOR UPDATE not being parsed correctly
- The email filter now no longer removes the ' character [#10603](https://github.com/phalcon/cphalcon/pull/10603)
- When an array is bound the cached representation in PHQL makes the SQL being incorrectly
generated the second time.

# [2.0.4](https://github.com/phalcon/cphalcon/releases/tag/phalcon-v2.0.4) (2015-07-07)
- Fixed bug in `Phalcon\Mvc\Model::update()` that throws an exception when the record does exist
- Now links in `Phalcon\Debug` point to https://api.phalconphp.com instead of http://docs.phalconphp.com
- Implemented a more versatile way to assign variables in Volt allowing to assign properties and array indexes
Expand Down
7 changes: 0 additions & 7 deletions build/32bits/config.w32

This file was deleted.

Loading

0 comments on commit dc2ab65

Please sign in to comment.