diff --git a/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/POST.md b/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/POST.md index 8ede9cbf7e..534f4bcaeb 100644 --- a/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/POST.md +++ b/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/POST.md @@ -181,13 +181,17 @@ Please try it and provide feedback to us. Thanks in advance. Angular UI for the [File Management](https://commercial.abp.io/modules/Volo.FileManagement) module is available with the version 3.2. You can add it to your solution using the ABP Suite. -TODO: Screenshot +![file-management-module-angular](file-management-module-angular.png) ### Profile Picture Management -We've added profile picture management for the account module, so the user can pick an image as the profile picture. +We've added profile picture management for the account module, so a user can select one of the options below for her profile picture; -TODO: Screenshot +* Use the default placeholder as the avatar. +* Use [Gravatar](https://gravatar.com/) service to get the picture matching the email address of the user. +* Upload a file as the profile picture. + +![account-profile-picture](account-profile-picture.jpg) ### Two Factor Authentication Features @@ -195,6 +199,14 @@ Created [features](https://docs.abp.io/en/abp/3.2/Features) and [settings](https TODO: Screenshot +### Upgrading the ABP Suite + +Use the following command to upgrade the ABP Suite to the latest preview version: + +```` +abp suite update --preview +```` + ## Other News ### The ABP Community diff --git a/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/account-profile-picture.jpg b/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/account-profile-picture.jpg new file mode 100644 index 0000000000..1b57ce4025 Binary files /dev/null and b/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/account-profile-picture.jpg differ diff --git a/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/file-management-module-angular.png b/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/file-management-module-angular.png new file mode 100644 index 0000000000..e370c0d5bc Binary files /dev/null and b/docs/en/Blog-Posts/2020-09-17 v3_2_Preview/file-management-module-angular.png differ