Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'b2f0bbe921dc49b7d514');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'aa5db967c92ad9d1ab3d');
2 changes: 1 addition & 1 deletion js/block-editor.js

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

2 changes: 1 addition & 1 deletion js/gallery-block.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-components/build-style/style.css', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '98e435d77738ea4c4f99');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-components/build-style/style.css', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'fee80877520a08e9e0b4');
2 changes: 1 addition & 1 deletion js/gallery-block.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/gallery.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-components', 'wp-components/build-style/style.css', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '9cc411f20e1aa5754b7f');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-components', 'wp-components/build-style/style.css', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '2bd7ae20e0947dcb9dbd');
2 changes: 1 addition & 1 deletion js/gallery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/terms-order.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '0085d1c205e96a2bbe85');
<?php return array('dependencies' => array(), 'version' => '2f7f1b83c7516fc1c316');
2 changes: 1 addition & 1 deletion js/terms-order.js

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

4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Cloudinary - Deliver Images and Videos at Scale ===
Contributors: Cloudinary, XWP, Automattic
Tags: image-optimizer, core-web-vitals, video, resize, performance
Requires at least: 4.7
Tested up to: 6.9.1
Requires at least: 6.3
Tested up to: 7.0
Requires PHP: 7.4
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 thought: Should we say requires 5.6?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're actually officially supporting from PHP 7.4 since a couple of releases ago but left the runtime checks to PHP 5.6 to make for an easier transition.

Given the statistics show very low usage of PHP lower than 7.4 nowadays, I've changed the code to enforce PHP 7.4 or above dda2dad

Stable tag: STABLETAG
License: GPLv2
Expand Down
1 change: 1 addition & 0 deletions src/js/components/featured-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let FeaturedTransformationsToggle = ( props ) => {
checked={ props.overwrite_featured_transformations }
onChange={ ( value ) => props.setOverwrite( value ) }
className="cloudinary-overwrite-transformations"
__nextHasNoMarginBottom={ true }
/>
) }
</>
Expand Down
1 change: 1 addition & 0 deletions src/js/components/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const TransformationsToggle = ( props ) => {
onChange={ ( value ) => {
setAttributes( { overwrite_transformations: value } );
} }
__nextHasNoMarginBottom={ true }
/>
</PanelBody>
);
Expand Down
Loading
Loading