Skip to content

Commit

Permalink
Merge pull request #52 from intelequia/fix/47
Browse files Browse the repository at this point in the history
Release v1.7.1
  • Loading branch information
davidjrh authored Aug 18, 2024
2 parents 5de9c26 + 8ed50ed commit eeceecb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DotNetNuke.Authentication.Azure.B2C/AzureADB2CProvider.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="AzureADB2CProvider" type="Auth_System" version="01.07.00">
<package name="AzureADB2CProvider" type="Auth_System" version="01.07.01">
<friendlyName>DNN Azure Active Directory B2C Provider</friendlyName>
<description>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.</description>
<iconFile>~/DesktopModules/AuthenticationServices/AzureB2C/Images/azure.png</iconFile>
Expand Down Expand Up @@ -246,7 +246,7 @@
</components>
</package>

<package name="AzureADB2CProvider" type="Module" version="01.07.00">
<package name="AzureADB2CProvider" type="Module" version="01.07.01">
<friendlyName>DNN Azure Active Directory B2C User Management</friendlyName>
<description>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.</description>
<iconFile>~/DesktopModules/AuthenticationServices/AzureB2C/Images/azure.png</iconFile>
Expand Down Expand Up @@ -307,7 +307,7 @@
</components>
</package>

<package name="AzureADB2CProvider" type="Module" version="01.07.00">
<package name="AzureADB2CProvider" type="Module" version="01.07.01">
<friendlyName>DNN Azure Active Directory B2C Impersonate</friendlyName>
<description>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.</description>
<iconFile>~/DesktopModules/AuthenticationServices/AzureB2C/Images/azure.png</iconFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,10 @@
<li>Added DisplayName as one of the default user mappings</li>
<li>Added code to handle a situation where a display name is not provided, by generating it from the first and last names</li>
</ul>

<p style="margin-top: 20px"><b>Version 01.07.01</b></p>
<ul style="margin: 5px 0 0 30px">
<li>Fixed an issue causing Azure AD B2C users being asked for password reset when activating DNN password expiration feature</li>
<li>Last login date on Membership table is now updated after successful login</li>
<li>Fixed Release Legacy build</li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit eeceecb

Please sign in to comment.