Skip to content

Commit

Permalink
Built release for 0.5.10. For a full change log look at the notes wit…
Browse files Browse the repository at this point in the history
…hin the original/0.5.10 release.
  • Loading branch information
github-actions[bot] committed Feb 14, 2025
1 parent 632b708 commit 3f6eb96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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":"1e939b992e224f3dcb6a9b97bec8612afb4a7624","ref":"refs/tags/0.5.9","tagName":"0.5.9","branch":"gh-actions","tags":["0.5.9"],"updated_at":"2025-02-07T16:09:52.016Z"}
{"owner":"humanmade","repo":"smart-media","sha":"27ebc30ff25cab04b18914726b6a4e7c1d1ac9b9","ref":"refs/tags/0.5.10","tagName":"0.5.10","branch":"gh-actions","tags":["0.5.10"],"updated_at":"2025-02-14T11:10:29.134Z"}
2 changes: 1 addition & 1 deletion inc/cropper/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ function img_tag_add_attr( bool $value, string $image ) : bool {
* @return false|array Returns an array of [width, height] on success, false on failure.
*/
function get_img_src_dimensions( $image_src, $image_meta ) {
if ( empty( $image_meta ) ) {
if ( empty( $image_meta ) || empty( $image_meta['file'] ) ) {
return false;
}

Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Advanced media tools that take advantage of Rekognition and Tachyon.
* Author: Human Made Limited
* License: GPL-3.0
* Version: 0.5.9
* Version: 0.5.10
*/

namespace HM\Media;
Expand Down

0 comments on commit 3f6eb96

Please sign in to comment.