MickeyKay / better-font-awesome

[WordPress] A WordPress plugin that allows you to easily integrate the latest version of FontAwesome.
GNU General Public License v2.0
10 stars 7 forks source link

jQuery Migrate deprecation #23

Open The-Web-Mechanic opened 3 years ago

The-Web-Mechanic commented 3 years ago

Hi! With WordPress 5+ and the "jQuery Migrate Helper plugin" active, the Helper plugin indicates that Better Font Awesome is dependent on the jQuery "ready" event. The error I get is...

/plugins/better-font-awesome/vendor/mickey-kay/better-font-awesome-library/js/admin.js:11:19: 'ready' event is deprecated

If line 11 in that file is replaced with

jQuery(function(){

I believe that all will be fine.

I hope that you can update your plugin quickly!

Thanks!

The-Web-Mechanic commented 3 years ago

Oops! Now that I actually looked at what you now have in the admin.js for 2.0, I see that you have addressed this.

I hope 2.0 is issued soon!

Thanks!