Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#53715 closed defect (bug) (fixed)

Bounce hoverIntent.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: fixed-major has-patch
Focuses: javascript Cc:

Description

The hoverIntent.js was upgraded to latest version in r50521, however the wp-includes/script-loader.php still contains an old version number, specifically 1.8.1, despite the script being updated to 1.8.3 3 years ago.

The version in wp-includes/script-loader.php should be bounced to match the actual script version distributed with WordPress.

Attachments (1)

53715.diff (730 bytes) - added by david.binda 3 years ago.

Download all attachments as: .zip

Change History (5)

@david.binda
3 years ago

#1 @SergeyBiryukov
3 years ago

  • Milestone changed from Awaiting Review to 5.8.1

#2 @desrosj
3 years ago

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

In 51467:

External Libraries: Correct the hoverIntent version used when registering.

Follow up to [50521].

Props david.binda.
Fixes #53715.

#3 @desrosj
3 years ago

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

Reopening to include in 5.8.1.

#4 @desrosj
3 years ago

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

In 51503:

External Libraries: Correct the hoverIntent version used when registering.

Follow up to [50521].

Props david.binda.
Merges [51467] to the 5.8 branch.
Fixes #53715.

Note: See TracTickets for help on using tickets.