Skip to content

Commit

Permalink
Built release for 0.5.5. For a full change log look at the notes with…
Browse files Browse the repository at this point in the history
…in the original/0.5.5 release.
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent 24ef5d2 commit 67b8180
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"humanmade","repo":"smart-media","sha":"239578e1130130b7d6ce58b5cd8f54347edbe78a","ref":"refs/tags/0.5.4","tagName":"0.5.4","branch":"gh-actions","tags":["0.5.4"],"updated_at":"2024-04-22T12:40:27.659Z"}
{"owner":"humanmade","repo":"smart-media","sha":"50b21865fcc8a7e7de2efc41f67a8485cb8e325f","ref":"refs/tags/0.5.5","tagName":"0.5.5","branch":"gh-actions","tags":["0.5.5"],"updated_at":"2024-11-13T11:16:14.410Z"}
4 changes: 4 additions & 0 deletions inc/cropper/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,10 @@ function filter_attachment_meta_data( $data, $attachment_id ) {
return $data;
}

if ( empty( $data['file'] ) ) {
return $data;
}

if ( skip_attachment( $attachment_id ) ) {
return $data;
}
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67b8180

Please sign in to comment.