Skip to content

Commit

Permalink
Merge pull request phalcon#11742 from phalcon/2.0.x
Browse files Browse the repository at this point in the history
2.0.11
  • Loading branch information
andresgutierrez committed May 4, 2016
2 parents cf3c1fe + 6e107d1 commit 1d8b41e
Show file tree
Hide file tree
Showing 199 changed files with 9,849 additions and 7,236 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.0.11](https://github.com/phalcon/cphalcon/releases/tag/phalcon-v2.0.11) (????-??-??)
- Fix Model magic set functionality to maintain variable visibility and utilize setter methods.[#11286](https://github.com/phalcon/cphalcon/issues/11286)
- Added a `prepareSave` event to model saving
- Added support for OnUpdate and OnDelete foreign key events to the MySQL adapter
- Added ability to setLogLevel on multiple logs [#10429](https://github.com/phalcon/cphalcon/pull/10429)
- Fixed regression changes for `Phalcon\Translate\Adapter\Gettext::prepareOptions` [#11429](https://github.com/phalcon/cphalcon/issues/11429)
- Fixed `Phalcon\Mvc\View\Engine\Volt::callMacro` bug. Now it's correctly calling `call_user_func_array` instead of `call_user_func`
- Fixed undefined method call `Phalcon\Mvc\Collection\Manager::getConnectionService`. Now `Phalcon\Mvc\Collection::getConnectionService` works correctly in according to documentation

# [2.0.10](https://github.com/phalcon/cphalcon/releases/tag/phalcon-v2.0.10) (2016-02-04)
- ORM: Added support for DATE columns in Oracle
- Fixed wrong `total_items` and `total_pages` in `Paginator` when the query builder has set `groupBy()`
Expand Down
3,823 changes: 2,134 additions & 1,689 deletions build/32bits/phalcon.zep.c

Large diffs are not rendered by default.

101 changes: 79 additions & 22 deletions build/32bits/phalcon.zep.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/32bits/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ typedef zend_function zephir_fcall_cache_entry;


#define PHP_PHALCON_NAME "phalcon"
#define PHP_PHALCON_VERSION "2.0.10"
#define PHP_PHALCON_VERSION "2.0.11"
#define PHP_PHALCON_EXTNAME "phalcon"
#define PHP_PHALCON_AUTHOR "Phalcon Team and contributors"
#define PHP_PHALCON_ZEPVERSION "0.9.2a-dev"
#define PHP_PHALCON_ZEPVERSION "0.9.3a-dev"
#define PHP_PHALCON_DESCRIPTION "Web framework delivered as a C-extension for PHP"

typedef struct _zephir_struct_db {
Expand Down
Loading

0 comments on commit 1d8b41e

Please sign in to comment.