#50676 closed defect (bug) (fixed)
Remove unsupported Hulu oembed provider
Reported by: | talldanwp | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Embeds | Keywords: | good-first-bug has-patch commit |
Focuses: | Cc: |
Description
As mentioned in https://github.com/WordPress/gutenberg/issues/23920, Hulu no longer seems to support their oembed service.
It seems like the best option would be to drop Hulu support similar to previous unsupported providers in #45399.
Change History (8)
This ticket was mentioned in PR #412 on WordPress/wordpress-develop by tacitonic.
4 years ago
#1
- Keywords has-patch added; needs-patch removed
#3
@
4 years ago
- Milestone changed from Future Release to 5.5
I'm thinking this is a good bug to squash for 5.5. Moving into the milestone to explore.
It is removing a service that will no longer work as expected, and not adding or changing functionality in any way.
@talldanwp If we chose to remove oEmbed support for Hulu in 5.5, could the Hulu oEmbed block be disabled and backported?
#4
@
4 years ago
Hey @desrosj, sounds good, it looks like the 'Backport to WP Core' label has been added to the merged pull request for removing the block (https://github.com/WordPress/gutenberg/pull/23984), so we should be good to go for landing both changes in 5.5.
4 years ago
#8
Thanks for this, @tacitonic! This was merged into Core in https://core.trac.wordpress.org/changeset/48512.
Added Hulu to 'no longer supported providers' from 'supported providers' list.
Fixes https://github.com/WordPress/gutenberg/issues/23920
Trac ticket: https://core.trac.wordpress.org/ticket/50676
---