• Resolved pbergqui

    (@pbergqui)


    When a new post is published under Gutenberg, no e-mail is sent for “New Post Published”. If you, after the first publish, make a change to the post and update, then bnfw will send a “Post Updated” e-mail.

    The installation of “Classic Editor” makes this defect go away and bnfw works the way it used to, when Gutenberg was not around.

    I have a very unhappy customer, who now uses “Classic Editor”, because notifications of new posts is important!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter pbergqui

    (@pbergqui)

    Better Notifications for WordPress plugin.

    Same experience after updating wp from 5.0.4 to 5.1.1
    In my case I lost notifications on both new and changed posts.

    Yes, in wordpress 5.1.1, when a new post is published, the notification will not be sent.

    Workaround:
    In file bnfw.php, function hooks(), add the following line:

    add_action( ‘auto-draft_to_publish’ , array( $this, ‘publish_post’ ) );

    PS. I was wrong about missing notification on post update (the title was empty)

    Thanks a lot! The method you provided solved my problem.

    Plugin Author bnfw

    (@voltronik)

    Hi @pbergqui and @terjeb,
    That is correct – BNFW is currently not fully compatible with Gutenberg. Full compatibility is on my roadmap but for now, i’d recommend using BNFW with the Classic Editor plugin.

    Plugin Author bnfw

    (@voltronik)

    @terjeb You may find that multiple notifications are sent using your workaround, such as when revisions are saved. Just a heads-up.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘New Post Published e-mail not triggered with Gutenberg’ is closed to new replies.