You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enhancement: Adds support for non-standard ports in sanitized URLs (e.g., 8080).
Enhancement: Added new filter called wp_block_converter_sanitized_image_url which allows the image URL for converted images to be filtered before being applied.
Bugfix: Changed the behavior of the create_or_get_attachment function to throw an exception instead of returning a WP_Error, which wasn't being handled previously and would result in a crash if a non-string value was returned by upload_image.
Bugfix: Ensure upload_image returns the image URL.