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
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.