diff --git a/DotNetNuke.Authentication.Azure.B2C/AzureADB2CLicense.txt b/DotNetNuke.Authentication.Azure.B2C/AzureADB2CLicense.txt
index deccd92..7dcb30c 100644
--- a/DotNetNuke.Authentication.Azure.B2C/AzureADB2CLicense.txt
+++ b/DotNetNuke.Authentication.Azure.B2C/AzureADB2CLicense.txt
@@ -1,5 +1,5 @@
Intelequia Software Solutions
-
Copyright (c) 2010-2022 by Intelequia Software Solutions
+
Copyright (c) 2010-2023 by Intelequia Software Solutions
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:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
\ No newline at end of file
diff --git a/DotNetNuke.Authentication.Azure.B2C/AzureADB2CProvider.dnn b/DotNetNuke.Authentication.Azure.B2C/AzureADB2CProvider.dnn
index 6f2ee0f..327e18f 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 5d214d9..2ac478a 100644
--- a/DotNetNuke.Authentication.Azure.B2C/AzureADB2CReleaseNotes.txt
+++ b/DotNetNuke.Authentication.Azure.B2C/AzureADB2CReleaseNotes.txt
@@ -121,4 +121,13 @@
Fix to correctly expire the B2C cookie with the token expiration date
Upgraded project to .NET 4.8
Updated Sample SPA Web Client to use 9.11 or later
-
\ No newline at end of file
+
+
+Version 01.07.00
+
+ - 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
+ - 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
+ - Fixed a bug that prevented users from being correctly removed from a role
+ - 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
+
diff --git a/DotNetNuke.Authentication.Azure.B2C/Properties/AssemblyInfo.cs b/DotNetNuke.Authentication.Azure.B2C/Properties/AssemblyInfo.cs
index c3c70e5..082634d 100644
--- a/DotNetNuke.Authentication.Azure.B2C/Properties/AssemblyInfo.cs
+++ b/DotNetNuke.Authentication.Azure.B2C/Properties/AssemblyInfo.cs
@@ -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:
@@ -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")]
diff --git a/docs/images/BadgeRelease.svg b/docs/images/BadgeRelease.svg
index 3b4e7a9..82c7d98 100644
--- a/docs/images/BadgeRelease.svg
+++ b/docs/images/BadgeRelease.svg
@@ -13,6 +13,6 @@
release
release
v1.6.0
- v1.6.0
+ v1.7.0