Skip to content

Commit

Permalink
Built release for 0.5.7. 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.7 release.
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 79fb4eb commit a3a5ecf
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":"d283a976cef54403ba29d26619e2cc27d8225129","ref":"refs/tags/0.5.6","tagName":"0.5.6","branch":"gh-actions","tags":["0.5.6"],"updated_at":"2024-11-27T14:37:23.777Z"}
{"owner":"humanmade","repo":"smart-media","sha":"de46d43a95739a481b9d320b9c6d3e92d9a324f7","ref":"refs/tags/0.5.7","tagName":"0.5.7","branch":"gh-actions","tags":["0.5.7"],"updated_at":"2024-11-27T16:56:50.515Z"}
2 changes: 1 addition & 1 deletion inc/cropper/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ function content_img_tag( string $filtered_image, string $context, int $attachme
*/
function maybe_add_loading_optimization_attributes( $loading_attrs, $tag_name, $attr, $context ) {
$allowed_context = [ 'the_content', 'template' ];
if ( ! in_array( $context, $allowed_context , true ) ) ) {
if ( ! in_array( $context, $allowed_context , true ) ) {
return $loading_attrs;
}

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.6
* Version: 0.5.7
*/

namespace HM\Media;
Expand Down

0 comments on commit a3a5ecf

Please sign in to comment.