Skip to content

Releases: symbiote/silverstripe-cdncontent

3.2.3

22 Jun 05:15
8762430
Compare
Choose a tag to compare

Fixes for PHP 7.4

3.2.2

05 Jun 23:45
Compare
Choose a tag to compare
[FIX] Updating an elusive vendor reference.

- This shouldn't impact on anything.

3.2.0

12 Oct 03:06
Compare
Choose a tag to compare
  • fix(CDNFile): Fix bug where S3 files can have the same filename, causing quirks where ensureLocalFile() can have two files that are radically different but have the same name.

3.1.0

10 Oct 04:49
Compare
Choose a tag to compare

Steve M:

  • Fix(CDNFile) handle excessively long file paths with truncation
  • Fix(CDNFile) correct substr truncation of filename
  • Fix(CDNFile) Change magic number 1024 to const MAX_FILE_PATH_LENGTH
  • Fix(CDNFile) handle files with no extension and/or no folder

Marcus N:

  • new(CDNFile) When a user changes the StoreInCDN flag of a folder, find all contained items and copy them across to that CDN, Includes moving of FileVersions
  • fix(ContentServiceAsset) ensure called content reader has a secure URL option
  • fix(ContentServiceAsset) Implement CDNFile compatibility for ContentServiceAsset to be correctly served as private content
  • new(RenameFolderPathJob) Use a queuedjob for renaming child files after renaming a folder to ensure path correctness

Jake B:

  • fix(CdnImage): Fix bug where "A non well formed numeric value encountered" occurs due to getWidth() calling getDimensions(0) and expecting an integer, but instead getting a string like "1024x768" (with the width and height)

2.7.5

03 Jul 02:12
Compare
Choose a tag to compare
FIX, correcting an issue where the module would end up on the wrong p…

…ath.