Today I stopped the two my plugin Comment Image and Comment Notifier for the new, but still under development Comment Plus. It should be compatible with the other two… at least I hope… so I’ll leave it active some days to see if notifications are correctly sent out.

Similar Posts

6 Comments

  1. Great, thank you for the fast action on that – appreciate it!

    One last question – I have a long list of subscribers built up with Comment Notifier…

    If I move to Comment Plus, will that list be migrated over, and preserved?

    Thanks!

    1. Absolutely there will be a migration feature. But Comment Plus, probably, will be a commercial plugin. Just to make you know. It’s a 4 hands developed plugin.

  2. Hi Stefano, not sure I fully understand… I have been using your WordPress Comment Notifier plug-in for a long time with no problems.

    I saw that two days ago it moved from version 2.2.0 to 2.2.1, and I am trying to find out what changed…?

    Are you saying that Comment Notifier will no longer be supported? Will it still be available?

    Thank you!

    1. Hi, comment notifier works and will work… forever. I wrote another more complex and flexible plugin for a friend (it was not possible to extend comment notifier).

      So do not worry, the core on comment plus is identical of comment notifier!

      Version 2.2.1 is only a compatibility check with the latest version of wordpress. No patch or new features inside!

      1. Great news, thank you very much for the reply…

        By the way, I found a small bug in Comment Notifer version 2.2.0 or 2.2.1:

        $post_id is not initialized and needs to be set before line 107 of plugin.php

        E.g., use:

        $post_id = $comment->comment_post_ID;
        $post = get_post($post_id);

        instead of:

        $post = get_post($comment->comment_post_ID);

Leave a Reply