Skip to content

v1.2.0

Compare
Choose a tag to compare
@kevinfodness kevinfodness released this 07 Nov 19:00
· 48 commits to develop since this release
95b5df0
  • 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.