Skip to content

Beaver Builder Draft Warning Modal

Choose a tag to compare

@zackpyle zackpyle released this 23 Aug 20:56
· 11 commits to main since this release
f0717e6

Tested: 6.6.1
RequiresPHP: 7.4

|||

  • New modal that popups up when you open Beaver Builder if there is an unsaved draft. You must choose between editing the existing draft or discarding it
  • New filter to disable the draft scheduling feature
    • add_filter( 'bb_draft_utility_enable_scheduling', '__return_false' );
  • Draft notice on the WP page edit screen respects white label naming
  • If installed, the plugin will now log to Simple History to keep track of who has done what (schedule, delete drafts, etc), or if there are errors

Full changelog here