Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#58203 closed defect (bug) (fixed)

jQuery version doesn't match

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

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

Download all attachments as: .zip

Change History (8)

#1 @TobiasBg
3 years ago

  • Keywords needs-patch good-first-bug added
  • Milestone Awaiting Review6.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
3 years ago

  • Milestone 6.36.2.1

@dhrumilk
3 years ago

#3 @dhrumilk
3 years ago

  • Keywords has-patch added; needs-patch removed

#4 @audrasjb
3 years ago

  • Keywords commit added
  • Owner set to audrasjb
  • Status newaccepted

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

  • Resolutionfixed
  • Status acceptedclosed

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

  • Keywords fixed-major added; commit removed
  • Resolution fixed
  • Status closedreopened

Reopening for 6.2 backport consideration.

#7 @audrasjb
3 years ago

  • Resolutionfixed
  • Status reopenedclosed

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.