Skip to content

Commit

Permalink
Built release for 0.5.2. 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.2 release.
  • Loading branch information
github-actions[bot] committed Apr 3, 2024
1 parent c64b923 commit 354b42d
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":"517290b015c1c09e7fc84db8671aeeda3deea5e0","ref":"refs/tags/0.5.1","tagName":"0.5.1","branch":"gh-actions","tags":["0.5.1"],"updated_at":"2024-04-03T12:47:06.638Z"}
{"owner":"humanmade","repo":"smart-media","sha":"28890d7eece42ff6cafee482ed57fd529e36c6d4","ref":"refs/tags/0.5.2","tagName":"0.5.2","branch":"gh-actions","tags":["0.5.2"],"updated_at":"2024-04-03T12:52:32.166Z"}
2 changes: 1 addition & 1 deletion inc/cropper/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ function img_tag_add_attr( bool $value, string $image ) : bool {
*/
function get_img_src_dimensions( $image_src, $image_meta ) {
if ( empty( $image_meta ) ) {
return $image_src;
return false;
}

// Bail early if an image has been inserted and later edited.
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.4.3
* Version: 0.5.0
*/

namespace HM\Media;
Expand Down

0 comments on commit 354b42d

Please sign in to comment.