Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#54904 closed defect (bug) (fixed)

Bounce hoverIntent.js version in script-loader to 10.1.2

Reported by: davidbinda's profile david.binda Owned by: clorith's profile Clorith
Milestone: 5.9.1 Priority: normal
Severity: normal Version: 5.9
Component: External Libraries Keywords: has-patch fixed-major
Focuses: Cc:

Description (last modified by ocean90)

Similarly to #53715, the version used when registering the script should match the one of the script itself.

The version of the hoverIntent script was updated to 1.10.2 in [52429] , however the wp-inclides/script-loader.php still contains the old 1.10.1, see https://core.trac.wordpress.org/browser/trunk/src/wp-includes/script-loader.php?rev=52602#L1145

Attachments (1)

54904.diff (731 bytes) - added by david.binda 3 years ago.

Download all attachments as: .zip

Change History (6)

#1 @ocean90
3 years ago

  • Description modified (diff)
  • Milestone changed from Awaiting Review to 5.9.1

@david.binda
3 years ago

#2 @konradyoast
3 years ago

  • Keywords has-patch added

#3 @Clorith
3 years ago

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

In 52673:

External libraries: Update version string for hoverIntent.

Updating the version string will help invalidate caches, ensuring the new version of the library is loaded where applicable.

Follow-up to [52429].

Props david.binda.
Fixes #54904.

#4 @Clorith
3 years ago

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

Reopening for 5.9.1 backport.

#5 @peterwilsoncc
3 years ago

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

In 52729:

External libraries: Update version string for hoverIntent.

Updating the version string will help invalidate caches, ensuring the new version of the library is loaded where applicable.

Follow-up to [52429].

Props david.binda, Clorith.
Merges [52673] to the 5.9 branch.
Fixes #54904.

Note: See TracTickets for help on using tickets.