#56319 closed defect (bug) (fixed)
Update mediaelement.js to version 4.2.17
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | External Libraries | Keywords: | good-first-bug changes-requested has-patch add-to-field-guide |
Focuses: | Cc: |
Description
Since the last update to mediaelement
was applied in [49070], several new versions have been released.
The latest versions (5.x+) have potentially breaking changes that will need to be tested in more detail, and potentially be accompanied with more communication to plugin and theme developers.
In the short term, the 4.2.17 bug fix release should be merged into Core.
Attachments (1)
Change History (10)
This ticket was mentioned in Slack in #core by desrosj. View the logs.
3 years ago
#4
@
3 years ago
- Keywords needs-refresh added
Thanks for the patch @cdbessig!
Could you share a bit about how you created it? There seem to be a few issues:
- It looks like the
lang/*
andrenderers/*
files are marked for deletion, but these are not included in WordPress (with the exception of the Vimeo renderer). - It looks like
mediaelement.js
was updated to4.2.16
, but then the patch is downgrading it back to4.2.16
(the current version in WP).
Would you be able to refresh the patch so this can be included in WP 6.1?
This ticket was mentioned in PR #3360 on WordPress/wordpress-develop by desrosj.
2 years ago
#6
Trac ticket: https://core.trac.wordpress.org/ticket/56319
2 years ago
#8
Merged into Core in https://core.trac.wordpress.org/changeset/54354.
Related: #56320.