Robert Anderson
Robert Anderson
OK, it's working well for me with this patch applied: ```diff diff --git a/src/wp-includes/compat.php b/src/wp-includes/compat.php index f7c1a85871..bd4f1b69dc 100644 --- a/src/wp-includes/compat.php +++ b/src/wp-includes/compat.php @@ -514,6 +514,6 @@ if ( ! defined(...
Here's a fix for the Image block: https://github.com/WordPress/gutenberg/pull/63643
As an experiment I took a `.heic` image from my iPhone and renamed it to `.heif`. Regardless of whether the file is `.heic` or `.heif` it works the same in...
Added some tests @adamsilverstein. I think coverage is okay, though I struggled to write one for the changes to `wp_generate_attachment_metadata`. Ended up deciding it's not worth the effort since it...
This still tests really well for me. Here's how things look now that https://github.com/WordPress/gutenberg/pull/63643 is merged. https://github.com/user-attachments/assets/6cfcda0c-d04b-445f-9884-677f539aac2a I'll commit on Monday if there's no objections. Keen to get something in...
Committed in r58849.
@muodov @sammacbeth: Rebased this on `main`. What do you think? I’d love to have it as a QoL improvement. I keep making silly mistakes (e.g. passing strings where arrays are...