Magic-Fields icon indicating copy to clipboard operation
Magic-Fields copied to clipboard

Broke in wordpress 5.5

Open normhayes opened this issue 5 years ago • 0 comments

WordPress 5.5 no longer supports legacy JQuery code. I fixed this with the jQuery Migrate Helper plug-in. I don't know JQuery that well, but If you know JQuery, it looks like can be fixed by updating the Java scripts. Here is of list of things that looks like it needs to be changed for it to work in WordPress 5.5. Magic-Fields-master/js/jquery.affix.min.js: jQuery.browser is deprecated Magic-Fields-master/js/groups.js:714:18: jQuery.fn.load() is deprecated Magic-Fields-master/js/groups.js:718:18: jQuery.fn.load() is deprecated Magic-Fields-master/js/custom_fields/media_image.js: jQuery.fn.live() is deprecated Magic-Fields-master/js/custom_fields/datepicker.js: jQuery.fn.live() is deprecated Magic-Fields-master/js/custom_fields/datepicker.js: jQuery.fn.live() is deprecated Magic-Fields-master/js/custom_fields/datepicker.js: jQuery.fn.live() is deprecated Magic-Fields-master/js/custom_fields/image.js: jQuery.fn.live() is deprecated Magic-Fields-master/js/custom_fields/image.js: jQuery.fn.live() is deprecated Magic-Fields-master/js/custom_fields/editor_validate.js: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:756:46: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:768:48: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:789:51: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:790:64: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:791:32: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:793:35: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:815:30: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:833:42: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:886:10: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:890:10: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:896:35: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:918:41: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:936:42: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:973:30: jQuery.fn.live() is deprecated Magic-Fields-master/js/groups.js:997:68: jQuery.fn.live() is deprecated

normhayes avatar Aug 27 '20 17:08 normhayes