jQuery.fancybox v1.3.4
Update how packages are created, so DNN will like them The other method (Write-Zip from PSCX) created zips that DNN's SharpZipLib couldn't read. Using System.IO.Compression.ZipFile.CreateFromDirectory creates working packages.
Update how packages are created, so DNN will like them The other method (Write-Zip from PSCX) created zips that DNN's SharpZipLib couldn't read. Using System.IO.Compression.ZipFile.CreateFromDirectory creates working packages.