Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#34743 closed defect (bug) (fixed)

MediaElement version is wrong

Reported by: dimadin Owned by: dd32
Priority: normal Milestone: 4.4
Component: External Libraries Version: 4.4
Severity: normal Keywords: needs-patch
Cc: Focuses:

Description

In #33798, MediaElement was updated to 2.18.1 and then patched, but version number in wp_default_scripts() wasn't changed, it is still 2.17.0.

I propose that, since external copy is changed, version follows same approach as other modified libraries (SWFUpload, SWFObject, ThickBox...) by appending suffix to external version (there will be something like 2.18.1-20150911).

Change History (3)

#1 @peterwilsoncc
11 years ago

  • Keywords needs-patch good-first-bug added

#2 @dd32
11 years ago

  • Keywords good-first-bug removed
  • Milestone Awaiting Review4.4

#3 @dd32
11 years ago

  • Owner set to dd32
  • Resolutionfixed
  • Status newclosed

In 35713:

Bump the version of MediaElement in script-loader.php to match what we're shipping with.
See #33798
Fixes #34743

Note: See TracTickets for help on using tickets.