Releases: craftcms/cloud
Releases · craftcms/cloud
Release list
3.8.0
3.7.1
3.7.0
Added
- PDF transforms and thumbnails for remote Cloud assets now use signed CDN raster URLs. Use
craft.cloud.getImg()to render a transformed Cloud PDF as an image in Twig. - Added
cloud/assets/repaircommands for missing Cloud asset size and image-dimension data, with metadata repair available atcloud/assets/repair/metadata.
Changed
- The Control Panel now falls back to the standard PDF icon when a Cloud PDF thumbnail cannot be rasterized.
cloud/assets/replace-metadataremains available as a deprecated alias for the metadata repair command.
Diagnostics
- Cloud logs the call stack when it opens a database-backed session.
What's Changed
- Support PDF transform URLs by @timkelty in #178
- CLOUD-701 Log session opens by @timkelty in #179
- Repair missing asset data by @timkelty in #181
- Render Cloud PDF transforms as images by @timkelty in #180
- Clarify asset repair commands by @timkelty in #182
- Fall back for failed asset thumbs by @timkelty in #183
Full Changelog: 3.6.0...3.7.0