Releases: zackpyle/BBDraftUtility
Releases · zackpyle/BBDraftUtility
Release list
Timezone & New Page Bug Fixes
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
Updated Hooks
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_schedulingfilter allows enabling/disabling the scheduling feature.bb_draft_utility_brandingfilter allows overriding the default Beaver Builder branding.bb_draft_utility_show_saved_infofilter determines whether to show the "Draft saved by" and "on" information.
See the docs for instructions on how to use each.
Tracking Who Saved the Draft and When
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
Beaver Builder Draft Warning Modal
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
Added WP Plugin Github Updater
Tested: 6.6.1
RequiresPHP: 7.4
|||
Added WP Plugin Github Updater