• i am really excited to announce that none other than Jeff Star (perishablepress.com) is willing to take over development of Post Notif

    i think you have provided the very best in self-hosted content notification plugins and believe me, i looked LONG and HARD for a replacement and came up empty

    i suspect/hope that Jeff will have little trouble picking up where you left off given your ability and the great features you coded into this baby, as well as his talent

    Jeff sent an email to your website domain, but i’m not sure there’s a website still there – if you want to provide another address privately, you can do at his site or mine (12bytes.org/contact)

Viewing 1 replies (of 1 total)
  • Good to hear!

    Here’s a change I notice while fixing another issue. It looks like deprecation is happening with crewate_function and this change seems to make it better…

    class-post-notif-widget.php, line 276.

    //add_action( ‘widgets_init’, create_function( ”, ‘register_widget(“Post_Notif_Widget”);’ ) );

    add_action ( ‘widgets_init’, ‘Post_Notif_init_Widget’ );
    function Post_Notif_init_Widget() {
    return register_widget(‘Post_Notif_Widget’);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Devon, good news – Jeff Star willing to take over development’ is closed to new replies.