Skip to content

4.0.8

Latest

Choose a tag to compare

@engram-design engram-design released this 04 Sep 22:49
· 7 commits to craft-5 since this release

Fixed

  • Fix asset uploads failing on Craft Cloud with stream_copy_to_stream(): Argument #2 ($to) must be of type resource, false given when resizing on upload. #94.
  • Fix nonDestructiveResize leaving uploaded images at their original dimensions when saving/indexing the originals/ backup threw an error (the resize was aborted after the copy had already succeeded).
  • Only create the originals/ backup when an image actually exceeds the configured max width/height.