Skip to content

Releases: LucGosso/Gosso.EPiServerAddOn.DownloadIfMissingFileBlob

CMS 11 - version 2.1.1

22 Oct 11:10
dce0b2f
Compare
Choose a tag to compare

Fixed issue with transform when install and uninstall
Upgrade of System.Security.Cryptography.Xml due to security vulnerability

.net 4.6.1
Episerver CMS 11
MVC and Webform

Use version 1.6 for CMS 9 and 10

CMS 11 latest - version 2.1

15 Mar 15:45
6b8ebbd
Compare
Choose a tag to compare

Cookies enabled configuration

.net 4.6.1
Episerver CMS 11
MVC and Webform

Use version 1.6 for CMS 9 and 10

Version CMS 11 - 2.0

23 Nov 12:45
Compare
Choose a tag to compare

.net 4.6.1
Episerver CMS 11
MVC and Webform

Use version 1.6 for CMS 9 and 10

Version 1.6

05 Sep 14:06
Compare
Choose a tag to compare

.net 4.5.2
Episerver CMS 9 and 10
MVC and Webform

Compiled with CMS 9 as best practice.

in v 1.6 Implemented log4net + bug in blob path with _

Version 1.5

04 Sep 09:40
Compare
Choose a tag to compare

.net 4.5.2
Episerver CMS 9 and 10
MVC and Webform

Compiled with CMS 9 as best practice.

in v 1.5 Using Async + thumbnails size working

Nuget feed:
http://nuget.episerver.com/en/OtherPages/Package/?packageId=Gosso.EPiServerAddOn.DownloadIfMissingFileBlobProvider

For CMS 9 and 10

07 Feb 15:45
Compare
Choose a tag to compare

.net 4.5.2
Episerver CMS 9 and 10
MVC and Webform

Compiled with CMS 9 as best practice.

Version 1.3

04 Feb 15:26
Compare
Choose a tag to compare

.net 4.5.2
Episerver CMS 8, 9 and 10
MVC and Webform

AssemblyBindings (EPiServer & EPiServer.Framework) in web.config must incorp version 10.0.1.0.

For example if you have lower Episerver:

  <dependentAssembly>
    <assemblyIdentity name="EPiServer" publicKeyToken="8fe83dea738b45b7" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-10.0.1.0" newVersion="9.12.0.0" />
  </dependentAssembly>
  <dependentAssembly>
    <assemblyIdentity name="EPiServer.Framework" publicKeyToken="8fe83dea738b45b7" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-10.0.1.0" newVersion="9.12.0.0" />
  </dependentAssembly>

Version 1.2 (with bug in MVC) new update coming 6th feb!

15 Nov 10:21
Compare
Choose a tag to compare

IMPORTANT issue no 3 is to be fixed to 6th Feb 2017. So not for MVC for now.

Checking for 200 response before downloading images
.net 4.5.2
Episerver CMS 8, 9 and 10

For CMS 9 and 10

07 Nov 12:56
Compare
Choose a tag to compare

Just up versioned and tested with CMS 10

v1.1

10 May 12:32
Compare
Choose a tag to compare

Download the nuget package to your local feed for installation with package manager console in Visual Studio. It will install one file, the Gosso.EPiServerAddOn.MissingFileBlobProvider.dll into the bin folder. Also configure episerverframework.config/web.config with the MissingFileBlob.

In Package Manager Console i recommend 'install-package Gosso.EPiServerAddOn.DownloadIfMissingFileBlobProvider -IgnoreDependencies' if you have compatibility problems. It is dependent to EPiServer.