Jake Jackson
Jake Jackson
Would be great if this worked out of the box with EWWW Image Optimizer (https://en-au.wordpress.org/plugins/ewww-image-optimizer/). Feature request? 👍
@rmccue thanks for the info. I've removed EWWW for the time being as having the images on S3 is more important than automated image optimisation.
@jestonihpi what's the filename look like on your local machine when you use the "download" link on the Entry Details page?
Further testing has shown this appears to be a Safari browser-related issue only. As you can't test this yourself to replicate, I'll look into this when I've time.
Notify HS issues with tag `background-image-tags` upon fix
Integrate this into the 6.0 branch. See the Image Hopper usage for best way to handle the $form_data output in a backwards compatible way.
1. Strict types `declare( strict_types=1 );` 1. Type hinting and return types `function get_uploaded_font_files( WP_REST_Request $request ): array` 1. [null coalescing operator `??`](https://www.php.net/manual/en/migration70.new-features.php#migration70.new-features.null-coalesce-op) 1. [Group `use` declations](https://www.php.net/manual/en/migration70.new-features.php#migration70.new-features.group-use-declarations) 1. [Class constant...
Use WP_Error class in our API and Exceptions internally. This will prevent all the pre-checks when making stuff happen in methods
https://php-di.org looks to be the way to go.
Looks to require a lot of reworking to define and initialise the services. Going to bump this off 6.0.