Skip to content

1.3.7

Compare
Choose a tag to compare
@helen helen released this 16 Jan 13:47
· 39 commits to stable since this release

Added

  • Distribute plaintext URLs instead of full markup for automatic embeds (oEmbeds). This was causing issues for non-privileged users where the markup was subject to sanitization/kses.
  • Add push/pull context to get_available_authorized_sites().
  • Add dt_allowed_media_extensions and dt_media_processing_filename filters so that different media types or specific files can be detected and targeted.

Fixed

  • Ensure media meta is passed through prepare_meta() to apply the blacklist. This completes the generated image size info fix from 1.3.3.
  • Avoid a PHP notice when only using the block editor on the receiving site.
  • Avoid a jQuery Migrate notice.