- Fixed missing padding from publish indication
- Updated packages
- Unpublish button misalignment
- Updated packages
- Updated packages
- Fixed migration command syntax error for SQLITE (Thanks to jhonatasfender)
- CreateDraft command will now notify user if he already has
draft_parent_id
column in designated table.
- Dependency security update
- HasDrafts for model to simplify usage.
- Dependency security update
- Fixed unpublish button not re-setting the
preview_token
(thanks to @Landish) - Updated packages
- Added
UnpublishButton
which allows pages to be "unpublished" (disabling them) - Added localization support
- Refactored code
- Updated packages
- Fixed a bug, where draft publishing was trying to save fields that were appended.
- Fixed a bug, where publishing a draft without a parent resource didn't redirect.
- bool validation to
->draftsEnabled()
option
- Artisan command to create migration for the field
- new DraftButton field to create, discard and publish drafts
- new PublishedField field to show the status of resources (either published or draft)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.