Ticket #5048 (closed defect (bug): fixed)
Update jQuery form plugin
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | 2.3 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | filosofo |
Description
The script-loader registers the jQuery form plugin with the wrong version. This might create a problem if someone checks against the plugin version, as it's an old version.
Speaking of which, could we please, please include the newest version of the jQuery form plugin, which I've attached, in 2.3? Although the script-loader registers the form plugin, trunk WP does not enqueue it anywhere yet, so updating to the newest version of the form plugin should have no effect on core WP.
Attachments
Change History
comment:1
follow-up:
↓ 2
Viper007Bond — 4 years ago
- Keywords commit added; jquery jquery-form plugin removed
Speaking of which, could we please, please include the newest version of the jQuery form plugin, which I've attached, in 2.3?
No, it's waiting for 2.4. There were some compatibility issues to be dealt with if I remember correctly. Look around -- there's a few tickets on it already.
Replying to Viper007Bond:
No, it's waiting for 2.4. There were some compatibility issues to be dealt with if I remember correctly. Look around -- there's a few tickets on it already.
I think you're thinking of the interface jQuery plugin, not the form plugin. Unlike interface, form is not currently being used in trunk WP, so there could not be any compatibility problems.
- Summary changed from Wrong version of the jQuery form plugin in register script to Update jQuery form plugin
See latest patch.

