Make WordPress Core

#58203 closed defect (bug) (fixed)

jQuery version doesn't match

Reported by: nickpap's profile nickpap Owned by: audrasjb's profile audrasjb
Milestone: 6.2.1 Priority: normal
Severity: normal Version: 6.2
Component: Script Loader Keywords: good-first-bug has-patch fixed-major
Focuses: Cc:

Description

It looks like the ver parameter doesn't match the current jQuery version

https://prnt.sc/9jAx9asonbwY

$scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.3' );
in /wp-includes/script-loader.php was not updated

Attachments (1)

58203.diff (770 bytes) - added by dhrumilk 20 months ago.

Download all attachments as: .zip

Change History (8)

#1 @TobiasBg
20 months ago

  • Keywords needs-patch good-first-bug added
  • Milestone changed from Awaiting Review to 6.3

Thanks for spotting this in ticket:57324#comment:11 and for opening the ticket, @nickpap!

This was accidentally missed in [55491] for #57324.

Might also be considered for 6.2.1.

#2 @SergeyBiryukov
20 months ago

  • Milestone changed from 6.3 to 6.2.1

@dhrumilk
20 months ago

#3 @dhrumilk
20 months ago

  • Keywords has-patch added; needs-patch removed

#4 @audrasjb
20 months ago

  • Keywords commit added
  • Owner set to audrasjb
  • Status changed from new to accepted

Thanks for the patch. Marking as ready for commit.

(remember to ideally leave tickets marked as good first bugs for new contributors, please)

#5 @audrasjb
20 months ago

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

In 55713:

Script Loader: Update jQuery version to 3.6.4 to match the current version.

This changeset updates the jQuery version to 3.6.4 in script-loader.php to correcly match the current version used in WordPress.

This was accidentally missed in [55491].

Props nickpap, TobiasBg, dhrumilk.
Fixes #58203.
See #57324.

#6 @audrasjb
20 months ago

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

Reopening for 6.2 backport consideration.

#7 @audrasjb
19 months ago

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

In 55730:

Script Loader: Update jQuery version to 3.6.4 to match the current version.

This changeset updates the jQuery version to 3.6.4 in script-loader.php to correctly match the current version used in WordPress.

This was accidentally missed in [55491].

Props nickpap, TobiasBg, dhrumilk.
Merges [55713] to the 6.2 branch.
Fixes #58203.
See #57324.

Note: See TracTickets for help on using tickets.