I have jQuery deprecation warnings out of this plugin.
It seems the javascript code needs to be updated.
Plugin Contributor
holas84
(@holas84)
Can you share those javascript warnings? I’m not currently aware of any warning and I’d be happy to fix them up ASAP for you.
Assuming @nestormata is seeing the same jQuery warnings as we are, here’s some screenshots of their console traces.
https://pasteboard.co/JMwXEPx.png
https://pasteboard.co/JMwXX2w.png
https://pasteboard.co/JMwY1ll.png
They’re all originating from /wp-content/plugins/social-warfare/assets/js/script.js, and you can see them with define( 'SCRIPT_DEBUG', true ); added to wp-config.php
Plugin Contributor
holas84
(@holas84)
Ah. Cool. Cool. You’re not seeing any issues with it on the frontend, right? Those are just very low level deprecation notices that shouldn’t cause any actual breakage of the site. In fact, you shouldn’t even see these at all unless you’re forcing debug mode to be on. So that’s good. I was worried for a minute.
I’ve now fixed these up and will include the updated code in the next release of the plugin. Thanks so much for letting me know!