-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from EPTamminga/Issue_52
Close #52
- Loading branch information
Showing
9 changed files
with
83 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Install\Module\IdentitySwitcher.03.00.00.Install.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<dotnetnuke type="Package" version="5.0"> | ||
<packages> | ||
<package name="IdentitySwitcher" type="Module" version="3.0.0"> | ||
<package name="IdentitySwitcher" type="Module" version="3.1.0"> | ||
<friendlyName>IdentitySwitcher</friendlyName> | ||
<description>The IdentitySwitcher is a simple and useful tool to allow you to switch between users, without knowing their passwords.</description> | ||
<iconFile>DesktopModules\IdentitySwitcher\IdentitySwitcher.png</iconFile> | ||
|
@@ -11,7 +11,7 @@ | |
<email>[email protected]</email> | ||
</owner> | ||
<license src="License.txt"></license> | ||
<releaseNotes src="Release.03.00.00.txt"></releaseNotes> | ||
<releaseNotes src="Release.03.01.00.txt"></releaseNotes> | ||
<azureCompatible>true</azureCompatible> | ||
<dependencies></dependencies> | ||
<components> | ||
|
@@ -78,6 +78,7 @@ | |
</resourceFiles> | ||
</component> | ||
<component type="Cleanup" version="03.00.00" fileName="Installation\CleanUp\Cleanup.03.00.00.txt" /> | ||
<component type="Cleanup" version="03.01.00" fileName="Installation\CleanUp\Cleanup.03.01.00.txt" /> | ||
</components> | ||
</package> | ||
</packages> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<h2>Release notes Identity Switcher 03.01.00</h2> | ||
<p>Full details on the changes can be found in great detail at <a href="https://github.com/DNN-Connect/IdentitySwitcher" target="_blank">https://github.com/DNN-Connect/IdentitySwitcher</a>.</p> | ||
<h3>BUG FIXES</h3> | ||
<ul> | ||
<li>Corrected handling of users in multiple portals within 1 DNN installation</li> | ||
</ul> | ||
<h3>CHANGES</h3> | ||
<ul> | ||
<li>Code clean-up</li> | ||
<li>Improved UI with new Angular front end construction</li> | ||
</ul> | ||
<h3>NOTES</h3> | ||
<ul> | ||
<li>Tested on DNN 9.3.2 and when placing the module on a page you need to refresh the page at least once to display the module correctly</li> | ||
<li>Don't place multiple IdentitySwitcher modules on the same page as the module is not fit for such a scenario</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters