Skip to content

Commit

Permalink
Merge pull request #995 from cloudinary/hotfix/3.2.2-build-3
Browse files Browse the repository at this point in the history
Hotfix/3.2.2 build 3
pereirinha authored Oct 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents a4507da + 70627de commit 4407212
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2-build-3
3.2.2-build-4
2 changes: 1 addition & 1 deletion js/block-editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '87ba7d528e0425bc85ca');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '37e2404e0016dbc6780b');
2 changes: 1 addition & 1 deletion js/block-editor.js
2 changes: 1 addition & 1 deletion php/class-delivery.php
Original file line number Diff line number Diff line change
@@ -369,7 +369,7 @@ public function is_deliverable( $attachment_id ) {

$svg = $this->plugin->get_component( 'svg' );

if ( ! $is && $svg->is_active() && $svg::is_svg( $attachment_id ) ) {
if ( ! $is && $svg->is_active() && $svg::is_svg( $attachment_id ) && 'on' === $this->plugin->settings->get_value( 'image_delivery' ) ) {
$is = true;
}

2 changes: 1 addition & 1 deletion src/js/components/featured-image.js
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ let FeaturedTransformationsToggle = ( props ) => {
{ props.modalClass && (
<ToggleControl
label={ __(
'Cloudinary overwrite Global Transformations',
'Overwrite Cloudinary Global Transformations',
'cloudinary'
) }
checked={ props.overwrite_featured_transformations }

0 comments on commit 4407212

Please sign in to comment.