Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#53713 closed defect (bug) (fixed)

Bounce underscore.js version in script-loader

Reported by: david.binda Owned by: desrosj
Priority: normal Milestone: 5.8.1
Component: External Libraries Version: 5.8
Severity: normal Keywords: has-patch fixed-major
Cc: Focuses: javascript

Description

The underscore.js was updated to latest version in terms of the #45785 , however the wp-includes/script-loader.php still contains the old version number: 1.8.3

It should be updated to 1.13.1 to match the actual script's version.

Attachments (1)

53713.diff (835 bytes ) - added by david.binda 5 years ago.

Download all attachments as: .zip

Change History (5)

@david.binda
5 years ago

#1 @SergeyBiryukov
5 years ago

  • Milestone Awaiting Review5.8.1

#2 @desrosj
5 years ago

  • Owner set to desrosj
  • Resolutionfixed
  • Status newclosed

In 51469:

External Libraries: Correct the underscore version used when registering.

The correct version is 1.13.1.

Follow up to [50650], [50778].

Props david.binda.
Fixes #53713.

#3 @desrosj
5 years ago

  • Keywords has-patch fixed-major added
  • Resolution fixed
  • Status closedreopened

Reopening to include in 5.8.1.

#4 @desrosj
5 years ago

  • Resolutionfixed
  • Status reopenedclosed

In 51505:

External Libraries: Correct the underscore version used when registering.

The correct version is 1.13.1.

Follow up to [50650], [50778].

Props david.binda.
Merges [51469] to the 5.8 branch.
Fixes #53713.

Note: See TracTickets for help on using tickets.