Skip to content

Commit

Permalink
Merge pull request #45 from intelequia/releases/v1.7.0
Browse files Browse the repository at this point in the history
Update copyright, version and release notes
  • Loading branch information
davidjrh authored Feb 28, 2023
2 parents fce374e + 66440fb commit 2f2b058
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DotNetNuke.Authentication.Azure.B2C/AzureADB2CLicense.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="margin: 0"><a href="https://intelequia.com">Intelequia Software Solutions</a>
<br/>Copyright (c) 2010-2022 by Intelequia Software Solutions</p>
<br/>Copyright (c) 2010-2023 by Intelequia Software Solutions</p>
<p style="margin: 0">Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p style="margin: 0">The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p style="margin: 0">THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
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.06.00">
<package name="AzureADB2CProvider" type="Auth_System" version="01.07.00">
<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.06.00">
<package name="AzureADB2CProvider" type="Module" version="01.07.00">
<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.06.00">
<package name="AzureADB2CProvider" type="Module" version="01.07.00">
<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
11 changes: 10 additions & 1 deletion DotNetNuke.Authentication.Azure.B2C/AzureADB2CReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,13 @@
<li>Fix to correctly expire the B2C cookie with the token expiration date</li>
<li>Upgraded project to .NET 4.8</li>
<li>Updated Sample SPA Web Client to use 9.11 or later</li>
</ul>
</ul>

<p style="margin-top: 20px"><b>Version 01.07.00</b></p>
<ul style="margin: 5px 0 0 30px">
<li>New option to allow scheduled user sync (in the same way that groups are synced in background). Be aware that this option can be resource intensive and should be used with caution</li>
<li>Implementation of AutoMatchExistingUsers: if a user is found in the local database with the same email address as the one in Azure AD, the user will be automatically matched with the Azure AD user. This option is disabled by default</li>
<li>Fixed a bug that prevented users from being correctly removed from a role</li>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[assembly: AssemblyCompany("Intelequia Software Solutions")]
[assembly: AssemblyProduct("DNN Azure Active Directory B2C Provider")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")]

// Version information for an assembly consists of the following four values:
Expand All @@ -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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]

2 changes: 1 addition & 1 deletion 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 2f2b058

Please sign in to comment.