From 8ed50ede7b8ced641f73f90836d92dd0423614ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20J=2E=20Rodriguez=20Hern=C3=A1ndez?= Date: Sun, 18 Aug 2024 18:35:07 +0100 Subject: [PATCH] Release v1.7.1 --- DotNetNuke.Authentication.Azure.B2C/AzureADB2CProvider.dnn | 6 +++--- .../AzureADB2CReleaseNotes.txt | 7 +++++++ .../Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/DotNetNuke.Authentication.Azure.B2C/AzureADB2CProvider.dnn b/DotNetNuke.Authentication.Azure.B2C/AzureADB2CProvider.dnn index 327e18f..7dab7ee 100644 --- a/DotNetNuke.Authentication.Azure.B2C/AzureADB2CProvider.dnn +++ b/DotNetNuke.Authentication.Azure.B2C/AzureADB2CProvider.dnn @@ -1,6 +1,6 @@ - + DNN Azure Active Directory B2C Provider The DNN Azure Active Directory B2C Provider is an Authentication provider for DNN Platform that uses Azure Active Directory B2C OAuth2 authentication to authenticate users. ~/DesktopModules/AuthenticationServices/AzureB2C/Images/azure.png @@ -246,7 +246,7 @@ - + DNN Azure Active Directory B2C User Management The DNN Azure Active Directory B2C Provider is an Authentication provider for DNN Platform that uses Azure Active Directory B2C OAuth2 authentication to authenticate users. ~/DesktopModules/AuthenticationServices/AzureB2C/Images/azure.png @@ -307,7 +307,7 @@ - + DNN Azure Active Directory B2C Impersonate The DNN Azure Active Directory B2C Provider is an Authentication provider for DNN Platform that uses Azure Active Directory B2C OAuth2 authentication to authenticate users. ~/DesktopModules/AuthenticationServices/AzureB2C/Images/azure.png diff --git a/DotNetNuke.Authentication.Azure.B2C/AzureADB2CReleaseNotes.txt b/DotNetNuke.Authentication.Azure.B2C/AzureADB2CReleaseNotes.txt index 2ac478a..939e774 100644 --- a/DotNetNuke.Authentication.Azure.B2C/AzureADB2CReleaseNotes.txt +++ b/DotNetNuke.Authentication.Azure.B2C/AzureADB2CReleaseNotes.txt @@ -131,3 +131,10 @@
  • Added DisplayName as one of the default user mappings
  • Added code to handle a situation where a display name is not provided, by generating it from the first and last names
  • + +

    Version 01.07.01

    +
      +
    • Fixed an issue causing Azure AD B2C users being asked for password reset when activating DNN password expiration feature
    • +
    • Last login date on Membership table is now updated after successful login
    • +
    • Fixed Release Legacy build
    • +
    diff --git a/DotNetNuke.Authentication.Azure.B2C/Properties/AssemblyInfo.cs b/DotNetNuke.Authentication.Azure.B2C/Properties/AssemblyInfo.cs index 082634d..579a1c5 100644 --- a/DotNetNuke.Authentication.Azure.B2C/Properties/AssemblyInfo.cs +++ b/DotNetNuke.Authentication.Azure.B2C/Properties/AssemblyInfo.cs @@ -28,6 +28,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.7.0.0")] -[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyVersion("1.7.1.0")] +[assembly: AssemblyFileVersion("1.7.1.0")]