Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#53714 closed defect (bug) (fixed)

Bounce jquery.form.js version in script-loader

Reported by: david.binda Owned by: desrosj
Priority: normal Milestone: 5.8.1
Component: External Libraries Version: 5.8
Severity: normal Keywords: has-patch fixed-major
Cc: Focuses: javascript

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

Download all attachments as: .zip

Change History (7)

@david.binda
5 years ago

#1 @david.binda
5 years ago

  • Version5.8

#2 @SergeyBiryukov
5 years ago

  • Milestone Awaiting Review5.8.1

#3 @desrosj
5 years ago

  • Owner set to desrosj
  • Resolutionfixed
  • Status newclosed

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

  • Keywords has-patch fixed-major added

Reopening to include in 5.8.1.

Last edited 5 years ago by desrosj (previous) (diff)

#5 @desrosj
5 years ago

  • Resolution fixed
  • Status closedreopened

#6 @desrosj
5 years ago

  • Resolutionfixed
  • Status reopenedclosed

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.