Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#53714 closed defect (bug) (fixed)

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

Description

Thequery-form was updated to latest version in r50546, however the wp-includes/script-loader.php still contains the previous version ( 4.2.1 ), instead of the new one: 4.3.0

Attachments (1)

53714.diff (686 bytes) - added by david.binda 3 years ago.

Download all attachments as: .zip

Change History (7)

@david.binda
3 years ago

#1 @david.binda
3 years ago

  • Version set to 5.8

#2 @SergeyBiryukov
3 years ago

  • Milestone changed from Awaiting Review to 5.8.1

#3 @desrosj
3 years ago

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

In 51468:

External Libraries: Correct the jquery-form version used when registering.

The correct version is 4.3.0.

Follow up to [50546].

Props david.binda.
Fixes #53714.

#4 @desrosj
3 years ago

  • Keywords has-patch fixed-major added

Reopening to include in 5.8.1.

Version 0, edited 3 years ago by desrosj (next)

#5 @desrosj
3 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#6 @desrosj
3 years ago

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

In 51504:

External Libraries: Correct the jquery-form version used when registering.

The correct version is 4.3.0.

Follow up to [50546].

Props david.binda.
Merges [51468] to the 5.8 branch.
Fixes #53714.

Note: See TracTickets for help on using tickets.