From ab4ef50b8b04a467e939d6f1a9c0c3c9ee84e3de Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Wed, 27 Jul 2022 13:35:52 +0300 Subject: [PATCH] Update Abp-6_0.md --- docs/en/Migration-Guides/Abp-6_0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/Migration-Guides/Abp-6_0.md b/docs/en/Migration-Guides/Abp-6_0.md index 5fd1f6f254..0d99ee5a2d 100644 --- a/docs/en/Migration-Guides/Abp-6_0.md +++ b/docs/en/Migration-Guides/Abp-6_0.md @@ -1,18 +1,18 @@ # ABP Version 6.0 Migration Guide -This document is a guide for upgrading ABP v5.3 solutions to ABP v6.0. There is a change in this version that may effect your applications, please read it carefully and apply the necessary changes to your application. +This document is a guide for upgrading ABP v5.3 solutions to ABP v6.0. There is a change in this version that may affect your applications, please read it carefully and apply the necessary changes to your application. ## Added IsActive property -`IsActive` property is added to `IUserData`. This property is set to **true** by default. **Cmskit** and **Blog** modules are effected by this change. You need to add new migration to your existing application if you are using any of these modules. Please see [#11417](https://github.com/abpframework/abp/pull/11417) for more info. +`IsActive` property is added to `IUserData`. This property is set to **true** by default. **Cmskit** and **Blog** modules are affected by this change. You need to add new migration to your existing application if you are using any of these modules. Please see [#11417](https://github.com/abpframework/abp/pull/11417) for more info. ## Default behavior change in MultiTenancyMiddlewareErrorPageBuilder -If you have customized the `MultiTenancyMiddlewareErrorPageBuilder` of `AbpMultiTenancyOptions`, the pipeline now returns **true** to stop the pipeline as default behavior. See [AbpMultiTenancyOptions: Handle inactive and non-existent tenants](https://github.com/abpframework/abp/blob/dev/docs/en/Multi-Tenancy.md#abpmultitenancyoptions-handle-inactive-and-non-existent-tenants) for more info. +If you have customized the `MultiTenancyMiddlewareErrorPageBuilder` of `AbpMultiTenancyOptions`, the pipeline now returns **true** to stop the pipeline as the default behavior. See [AbpMultiTenancyOptions: Handle inactive and non-existent tenants](https://github.com/abpframework/abp/blob/dev/docs/en/Multi-Tenancy.md#abpmultitenancyoptions-handle-inactive-and-non-existent-tenants) for more info. ## Migrating to LeptonX Lite -LeptonX Liite is now being introduced and you can follow the guides below to migrate your existing applications: +LeptonX Lite is now being introduced and you can follow the guides below to migrate your existing applications: - [Migrating to LeptonX MVC UI](../themes/LeptonXLite/AspNetCore.md) - [Migrating to LeptonX Angular UI](../themes/LeptonXLite/angular.md)