Skip to content

Commit

Permalink
this closes luyadev#429
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored and slowfox089 committed Dec 10, 2020
1 parent dfa0d32 commit 36aeb2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE
### Changed

+ [#429](https://github.com/luyadev/luya-module-admin/issues/429) Removed deprecated methods.
+ [#440](https://github.com/luyadev/luya-module-admin/issues/440) Show vertical scrollbars.
+ [#428](https://github.com/luyadev/luya-module-admin/issues/428) Update to latest echarts version (from 3.5 to 4.5) for backwards compatbility problems take a look at https://www.echartsjs.com/en/changelog.html#v4-0-0.

Expand Down
5 changes: 5 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This document will help you upgrading from a LUYA admin module version into another. For more detailed informations about the breaking changes **click the issue detail link**, there you can examples of how to change your code.

## from 2.x to 3.0

+ Run the migrate command, as new migrations are available.
+ Deprecated class `can()` has been removed. (https://github.com/luyadev/luya-module-admin/issues/429)

## from 2.1 to 2.2

+ The {{luya\admin\Module::$apiUserAllowActionsWithoutPermissions}} disables the access for **none permission protected actions** by default. This means that actions which does not have a permission system entry (like the global search) are disabled unless `$apiUserAllowActionsWithoutPermissions` is enabled. This ensures the Api Users which can be used for SPA applications won't have access to system APIs.
Expand Down

0 comments on commit 36aeb2a

Please sign in to comment.