Skip to content

Commit

Permalink
Updated version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrh committed Mar 7, 2021
1 parent 8a8eee8 commit 06944c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 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.04.03">
<package name="AzureADB2CProvider" type="Auth_System" version="01.04.04">
<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.
Expand Down Expand Up @@ -188,7 +188,7 @@
</components>
</package>

<package name="AzureADB2CProvider" type="Module" version="01.04.03">
<package name="AzureADB2CProvider" type="Module" version="01.04.04">
<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.
Expand Down Expand Up @@ -251,7 +251,7 @@
</components>
</package>

<package name="AzureADB2CProvider" type="Module" version="01.04.03">
<package name="AzureADB2CProvider" type="Module" version="01.04.04">
<friendlyName>DNN Azure Active Directory B2C Impersonation</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.
Expand Down
13 changes: 13 additions & 0 deletions DotNetNuke.Authentication.Azure.B2C/AzureADB2CReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,16 @@
<li>Added module settings to the user management module to enable or disable features</li>
<li>Fix to allow updating federated users</li>
</ul>

<p style="margin-top: 20px"><b>Version 01.04.04</b></p>
<ul style="margin: 5px 0 0 30px">
<li>Added group filtering option on scheduler sync</li>
<li>Added Chrome Extension example</li>
<li>User management module now allows to setup custom attributes to edit through the UI</li>
<li>User management module download users feature now uses the filter on the search box in addition to the one on the web.config</li>
<li>Fixed GetB2cCustomAttributeName function when using an extension attribute</li>
<li>Fix for impersonate feature on multi-portal scenario</li>
<li>Fix on role mappings management and scheduled task</li>
<li>Profile properties dropdown on mappings tab now shows properties from current portal instead of PortalId 0</li>
<li>Bumped package dependencies. Now DNN 9.4.3 is required as minimum</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.4.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.4.4.0")]
[assembly: AssemblyFileVersion("1.4.4.0")]

4 changes: 2 additions & 2 deletions docs/images/BadgeRelease.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06944c4

Please sign in to comment.