Skip to content

Commit

Permalink
phalcon#13749: Removed Phalcon\Mvc\User\*
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronHall committed Jan 20, 2019
1 parent 48fad40 commit 47157d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 47 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
- Changed the `Phalcon\Html\Tag::renderTitle()` parameters such as `Phalcon\Html\Tag::getTitle()` [#13706](https://github.com/phalcon/cphalcon/pull/13706)
- Changed the `Phalcon\Version::get()` to follow [semantic versioning](https://semver.org/) [#13720](https://github.com/phalcon/cphalcon/pull/13720)
- Changed the `Phalcon\Translate\Adapter\NativeArray` to accept a new parameter in the constructor `triggerError`. This will trigger an error if the key is not found [#13007](https://github.com/phalcon/cphalcon/pull/13007)
- Changed the default action of `Phalcon\Acl\Memory`to be `Acl::DENY` instead of `Acl::ALLOW` [#13758](https://github.com/phalcon/cphalcon/pull/13758)
- Changed the default action of `Phalcon\Acl\Memory`to be `Acl::DENY` instead of `Acl::ALLOW` [#13758](https://github.com/phalcon/cphalcon/pull/13758)
- Changed `Phalcon\Mvc\User\Plugin` to `Phalcon\Plugin` [#13749](https://github.com/phalcon/cphalcon/pull/13749)

## Removed
- Removed `Phalcon\Mvc\User\Component`, `Phalcon\Mvc\User\Module` and `Phalcon\Mvc\User\Plugin` [#13749](https://github.com/phalcon/cphalcon/pull/13749)

# [4.0.0-alpha1](https://github.com/phalcon/cphalcon/releases/tag/v4.0.0-alpha1) (2018-12-25)
## Added
Expand Down
22 changes: 0 additions & 22 deletions phalcon/mvc/user/component.zep

This file was deleted.

22 changes: 0 additions & 22 deletions phalcon/mvc/user/module.zep

This file was deleted.

4 changes: 2 additions & 2 deletions phalcon/mvc/user/plugin.zep → phalcon/plugin.zep
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* file that was distributed with this source code.
*/

namespace Phalcon\Mvc\User;
namespace Phalcon;

/**
* Phalcon\Mvc\User\Plugin
* Phalcon\Plugin
*
* This class can be used to provide user plugins an easy access to services
* in the application
Expand Down

0 comments on commit 47157d9

Please sign in to comment.