Skip to content

Commit

Permalink
Merge pull request #7 from phalcon/4.0.x
Browse files Browse the repository at this point in the history
4.0.x
  • Loading branch information
zsilbi authored Apr 26, 2019
2 parents 61647f4 + 56680a0 commit 78a533a
Show file tree
Hide file tree
Showing 354 changed files with 8,256 additions and 3,900 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
- `Phalcon\Mvc\View\Simple::render()` `params` property is now always an array.
- `Phalcon\Mvc\Model\CriteriaInterface::limit()` now takes `offset` as an integer. [#13977](https://github.com/phalcon/cphalcon/pull/13977)
- Changed `Phalcon\Mvc\Model\Manager::getModelSource()` to use `setModelSource()` internally instead of setting the source manually [#13987](https://github.com/phalcon/cphalcon/pull/13987)
- The property `options` is always an array in `Phalcon\Mvc\Model\Relation`. [#13989](https://github.com/phalcon/cphalcon/pull/13989)
- `Phalcon\Logger\Adapter\AbstractAdapter::process()` is now actually abstract. [#14012](https://github.com/phalcon/cphalcon/pull/14012)

## Fixed
- Fixed `Mvc\Collection::isInitialized()` now works as intended. [#13931](https://github.com/phalcon/cphalcon/pull/13931)
Expand All @@ -37,6 +39,7 @@
## Removed
- Removed `arrayHelpers` property from the Volt compiler. [#13925](https://github.com/phalcon/cphalcon/pull/13925)
- Removed legacy (PHP <5.5) code from GD image adapter.
- Removed support for HTTP_CONTENT_TYPE header (a bug in PHP 5). [#14013](https://github.com/phalcon/cphalcon/pull/14013)

# [4.0.0-alpha.4](https://github.com/phalcon/cphalcon/releases/tag/v4.0.0-alpha.4) (2019-03-31)
## Added
Expand Down
2 changes: 2 additions & 0 deletions phalcon/Acl/Adapter.zep
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ abstract class Adapter implements AdapterInterface, EventsAwareInterface

/**
* Access Granted
*
* @var bool
*/
protected accessGranted = false;
Expand All @@ -50,6 +51,7 @@ abstract class Adapter implements AdapterInterface, EventsAwareInterface

/**
* Default access
*
* @var bool
*/
protected defaultAccess = false;
Expand Down
Loading

0 comments on commit 78a533a

Please sign in to comment.