Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author eskapism

    (@eskapism)

    Thanks for the bug report. I want to fix those warnings but strangely enough I don’t get those messages when I load the page when I have the DevTools Console. Do you also get those warnings if you have a default WordPress theme installed and no other plugins?

    Thread Starter keramikoch

    (@keramikoch)

    Hi eskapism,
    thanks for the fast reply (and it is a free plugin in, so I am not expecting this at all).
    The error messages appeared in the backend of a WordPress Multisite but I don’t see/find them at the moment.

    But isn’t it a general thing, meaning, e.g.:
    the Plugin uses JQMIGRATE: “jQuery.trim” which is depreciated and should bei replaced with: “String.prototype.trim” which is a recent method.

    Or isn’t the plugin not using jQuery.trim and I am imagine it too easy ?

    • This reply was modified 11 months, 3 weeks ago by keramikoch.
    • This reply was modified 11 months, 3 weeks ago by keramikoch.
    Thread Starter keramikoch

    (@keramikoch)

    I made a screenshot: https://ibb.co/fSQMZdM
    Basically it is everwhere in wp-admin (backend), this screenshot was taken from the wordpress Dashboard.
    We do have the newest version installed 4.8 and it does not change if changing themes (the theme does not change the wp-admin anyhow normally)

    Plugin Author eskapism

    (@eskapism)

    Thanks for the follow up. Could you in your console paste this and let me know what version numbers you get? I want to see if we have the same versions installed.

    console.log('jQuery version:', jQuery().jquery, 'Migrate version:', jQuery.migrateVersion);

    For me it says:

    jQuery version: 3.7.1 Migrate version: 3.4.1

    Thread Starter keramikoch

    (@keramikoch)

    The same:

    console.log(‘jQuery version:’, jQuery().jquery, ‘Migrate version:’, jQuery.migrateVersion);

    jQuery version: 3.7.1 Migrate version: 3.4.1 debugger eval code:1:9

    undefined

    Plugin Author eskapism

    (@eskapism)

    Thanks! I know some parts of the code is old, but it would be helpful if I actually got the same messages locally. Hm… I’ll keep researching…

    Thread Starter keramikoch

    (@keramikoch)

    It is a free plugin, so no stress ?? If you find it great – if not I can live with that. Btw. I have debugging active in WordPress, I don’t know if debugging is active – also the brower console shows “more” errors or not.

    • This reply was modified 11 months, 3 weeks ago by keramikoch.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Depreciation Notices’ is closed to new replies.