#54035 closed defect (bug) (fixed)
Update Jcrop to the latest version
Reported by: | Hareesh Pillai | Owned by: | davidbaumwald |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | External Libraries | Keywords: | good-first-bug has-patch commit assigned-for-commit add-to-field-guide |
Focuses: | Cc: |
Description
A new version of Jcrop is available (v0.9.15).
List of changes: https://github.com/tapmodo/Jcrop/compare/v0.9.12...v0.9.15
These look like minor changes and can be updated without much issues.
Attachments (1)
Change History (9)
#2
@
3 years ago
- Milestone changed from 5.9 to 6.0
5.9 Beta 1 is happening in less than 30 minutes. I'm sorry this ticket didn't get a review and testing in time. Moving it to 6.0.
#3
@
3 years ago
- Keywords commit assigned-for-commit added
After conferring with @SergeyBiryukov about this, this seems to have been replaced with imgAreaSelect
([14907]) and is no longer used by Core.
Sergey's recommendation:
I think adding a comment might be a good idea, similar to the one added for Cropper in [11742]:
// Not used in core, replaced by imgAreaSelect.
I think it's safe to update to 0.9.15 if there are no major changes.
It was updated to 0.9.12 while being already unused: [25549]
#5
@
3 years ago
side note, this will prompt a required change to the developer code reference: https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-and-js-libraries-included-and-registered-by-wordpress
attachment:54035.diff updates
wp-includes/js/jcrop/jquery.Jcrop.min.css
andwp-includes/js/jcrop/jquery.Jcrop.min.js
- I hope I'm correct in understanding those are the only two relevant files! :)