Skip to content

Commit

Permalink
closes #972
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Sep 26, 2016
1 parent 61eeffd commit 0ab4758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The changelog contains informations about bug fixes, new features or bc breaking

- [#806](https://github.com/luyadev/luya/issues/806#issuecomment-248597369) **[BC BREAK]** Renamed to `configs/server.php` to `configs/env.php`, new projects will also have the env prefix for the config names.
- `#976` **[BC BREAK]** Remove $isCoreModule replace with CoreModuleInterface
- `#972` **[BC BREAK]** Merged to cms and cmsadmin modules into one folder and changed the namespace to `luya\cms` instead of `cms`/`cmsadmin`.
- [#972](https://github.com/luyadev/luya/issues/972) **[BC BREAK]** Merged to cms and cmsadmin modules into one folder and changed the namespace to `luya\cms` instead of `cms`/`cmsadmin`.
- `#973` **[BC BREAK]** Removed `$assets` property from **none admin modules**.
- `#974` **[BC BREAK]** Removed `$isAdmin` property.
- `#970` **[BC BREAK]** Deleted, renamed and rearranged LUYA core REST classes and methods.
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Search and replace examples:


* [#970](https://github.com/luyadev/luya/issues/970): Renamed rest classes `luya\rest\BehaviorInterface`, `luya\rest\BehaviorTrait`, `luya\rest\BaseActiveController`
* `#972`: Renamed all modules to match luya prefix as described from the table above.
* [#972](https://github.com/luyadev/luya/issues/972): Renamed all modules to match luya prefix as described from the table above.
* `#976`: Removed `$isCoreModule` property, replaced width `CoreModuleInterface`.
* `#974`: Removed `$isAdmin` property, replaced with `AdminModuleInterface`.
* `#875`: TagParser has been renamed to `luya\TagParser` instead of `cms\helpers\TagParser` and is now a core class.
Expand Down

0 comments on commit 0ab4758

Please sign in to comment.