Skip to content

Releases: zackpyle/BBDraftUtility

Timezone & New Page Bug Fixes

Choose a tag to compare

@zackpyle zackpyle released this 14 Apr 18:31
89277ac

Tested: 6.7.2
RequiresPHP: 7.4

|||

  • Fixed issues with timezone differences between the server and the user.
  • Fixed an issue where when you create a new page, it would ask you if you want to edit a draft even though it was a new page

Full changelog here

Updated Hooks

Choose a tag to compare

@zackpyle zackpyle released this 25 Aug 17:05

Tested: 6.6.1
RequiresPHP: 7.4

|||

The Beaver Builder Draft Utility plugin provides several hooks that allow you to customize its behavior:

  • bb_draft_utility_enable_scheduling filter allows enabling/disabling the scheduling feature.
  • bb_draft_utility_branding filter allows overriding the default Beaver Builder branding.
  • bb_draft_utility_show_saved_info filter determines whether to show the "Draft saved by" and "on" information.

See the docs for instructions on how to use each.

Full changelog here

Tracking Who Saved the Draft and When

Choose a tag to compare

@zackpyle zackpyle released this 25 Aug 13:01

Tested: 6.6.1
RequiresPHP: 7.4

|||

  • We now save and show who created the Saved Draft and when they saved it!
  • Refactored and better file naming for clarity (separated into frontend and backend files)
  • Updated notification and confirmation modals instead of alert()s for a nicer UI

Full changelog here

Beaver Builder Draft Warning Modal

Choose a tag to compare

@zackpyle zackpyle released this 23 Aug 20:56
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

Added WP Plugin Github Updater

Choose a tag to compare

@zackpyle zackpyle released this 22 Aug 15:26
ef8f631

Tested: 6.6.1
RequiresPHP: 7.4

|||

Added WP Plugin Github Updater