Make WordPress Core

Opened 5 years ago

Closed 4 years ago

#54904 closed defect (bug) (fixed)

Bounce hoverIntent.js version in script-loader to 10.1.2

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

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

Download all attachments as: .zip

Change History (6)

#1 @ocean90
5 years ago

  • Description modified (diff)
  • Milestone Awaiting Review5.9.1

@david.binda
5 years ago

#2 @konradyoast
5 years ago

  • Keywords has-patch added

#3 @Clorith
5 years ago

  • Owner set to Clorith
  • Resolutionfixed
  • Status newclosed

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

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

Reopening for 5.9.1 backport.

#5 @peterwilsoncc
4 years ago

  • Resolutionfixed
  • Status reopenedclosed

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.