-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Version 7.8.1 - November 23, 2020 - **Added:** Cookieless session will be used when necessary to automatically fix session issues, i.e. when the browser does not allow cookies via browser settings or via iframe with a cross-domain URL. The cookieless session will be established via headers, form or querystring where possible. Added GleamTechWebConfiguration.AutoCookielessSessionEnabled property to control this feature (default value is true). You don't need to use GleamTechWebConfiguration.CookieSameSiteFixEnabled when this property is true. - **Fixed:** When <sessionState cookieless="true" /> was set in Web.config, the below error was being thrown: 'Invalid method request: Method with name "" not found' - **Fixed:** "Document cache info is not found" error when DocumentViewer was opened from FileManager in ASP.NET Core since v7.8.0. - **Fixed:** "Open in browser" action to display HTML pages which has relative resource links (images, CSS, JS) was broken in ASP.NET Core due to url fragments not being url decoded. This feature was first added in v4.6.1.
- Loading branch information
Showing
10 changed files
with
44 additions
and
44 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
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<packages> | ||
<package id="GleamTech.Common" version="4.4.0" /> | ||
<package id="GleamTech.VideoUltimate" version="2.5.0" /> | ||
<package id="GleamTech.ImageUltimate" version="4.4.0" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.8.0" /> | ||
<package id="GleamTech.FileUltimate" version="7.8.0" /> | ||
<package id="GleamTech.Common" version="4.4.1" /> | ||
<package id="GleamTech.VideoUltimate" version="2.5.1" /> | ||
<package id="GleamTech.ImageUltimate" version="4.4.1" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.8.1" /> | ||
<package id="GleamTech.FileUltimate" version="7.8.1" /> | ||
</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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<packages> | ||
<package id="GleamTech.Common" version="4.4.0" /> | ||
<package id="GleamTech.VideoUltimate" version="2.5.0" /> | ||
<package id="GleamTech.ImageUltimate" version="4.4.0" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.8.0" /> | ||
<package id="GleamTech.FileUltimate" version="7.8.0" /> | ||
<package id="GleamTech.Common" version="4.4.1" /> | ||
<package id="GleamTech.VideoUltimate" version="2.5.1" /> | ||
<package id="GleamTech.ImageUltimate" version="4.4.1" /> | ||
<package id="GleamTech.DocumentUltimate" version="5.8.1" /> | ||
<package id="GleamTech.FileUltimate" version="7.8.1" /> | ||
</packages> |