From 36aeb2a8e7c7032007ce7842fbe5544aa694fa9b Mon Sep 17 00:00:00 2001 From: Basil Date: Tue, 11 Feb 2020 20:58:10 +0100 Subject: [PATCH] this closes #429 --- CHANGELOG.md | 1 + UPGRADE.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af29e66a9..2347af1583 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/UPGRADE.md b/UPGRADE.md index 00d68a584b..5d76e9e3a5 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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.