Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#53713 closed defect (bug) (fixed)

Bounce underscore.js version in script-loader

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

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 4 years ago.

Download all attachments as: .zip

Change History (5)

@david.binda
4 years ago

#1 @SergeyBiryukov
4 years ago

  • Milestone changed from Awaiting Review to 5.8.1

#2 @desrosj
4 years ago

  • Owner set to desrosj
  • Resolution set to fixed
  • Status changed from new to closed

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
4 years ago

  • Keywords has-patch fixed-major added
  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopening to include in 5.8.1.

#4 @desrosj
4 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

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.