• Plugin Author Arno Welzel

    (@awelzel)


    The latest update to release 1.11 contains a major code refactoring:

    • The main plugin file is now named as comment-reply-email-notification.php and no longer cren_plugin.php. This should not cause any major issues – but in some cases WordPress might disable the plugin after updating it. In this case just reload the plugin list and enable it again. Future version will stick with this file name.
    • The plugin now uses it’s own class to avoid filling the global namespace of PHP with plugin functions (except cren_get_unsubscribe_link() which is needed for custom e-mail-templates which might already exist).
    • The code was updated to provide a better PSR compliance.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Thanks for this info. the plug-in was effectively deactivated after the update. I reactivated it, but it no longer works … is there anything else to be done? thank you ??

    Isabelle

    Plugin Author Arno Welzel

    (@awelzel)

    Please try uninstalling and reinstalling again. Existing data will not be affected by this since comment email subscriptions are stored in the database as metadata in the comments.

    I just pushed an update to release 1.12 which will fix this problem. The old file will now also still be available (renaming was a bad idea anyway).

    So just update once more and you should be good to go.

    • This reply was modified 4 years, 3 months ago by Arno Welzel.

    Ok great thank you very much, it works perfectly now ! ??

    Hello, I am doing some cleaning up in my database.

    Can I delete all the rows in the wp_commentmeta table that contain: cren_subscribe_to_comment

    Thanks for your help

    Regards
    Isabelle

    Plugin Author Arno Welzel

    (@awelzel)

    Technically this should be ok. However this will also remove all existing comment subscriptions, so people who subscribed to get an e-mail for replies won’t get anything any longer.

    Ok thanks for your quick response. So I will leave that in place.
    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Major updates with release 1.11’ is closed to new replies.