Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Latest commit

 

History

History
102 lines (55 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

102 lines (55 loc) · 1.89 KB

Changelog

[1.1.8] - 2022-11-18

Fixed

  • Fixed missing padding from publish indication

[1.1.7] - 2022-11-18

Changed

  • Updated packages

Fixed

  • Unpublish button misalignment

[1.1.6] - 2022-02-03

Changed

  • Updated packages

[1.1.5] - 2022-02-03

Changed

  • Updated packages

[1.1.4] - 2021-02-22

Changed

  • Fixed migration command syntax error for SQLITE (Thanks to jhonatasfender)

Added

  • CreateDraft command will now notify user if he already has draft_parent_id column in designated table.

[1.1.3] - 2021-01-06

Changed

  • Dependency security update
  • HasDrafts for model to simplify usage.

[1.1.2] - 2020-05-25

Changed

  • Dependency security update

[1.1.1] - 2020-05-25

Changed

  • Fixed unpublish button not re-setting the preview_token (thanks to @Landish)
  • Updated packages

[1.1.0] - 2020-02-27

Added

  • Added UnpublishButton which allows pages to be "unpublished" (disabling them)
  • Added localization support

Changed

  • Refactored code
  • Updated packages

[1.0.3] - 2020-02-18

Fixed

  • Fixed a bug, where draft publishing was trying to save fields that were appended.

[1.0.2] - 2020-02-11

Fixed

  • Fixed a bug, where publishing a draft without a parent resource didn't redirect.

[1.0.1] - 2020-01-09

Added

  • bool validation to ->draftsEnabled() option

[1.0.0] - 2020-01-09

Added

  • 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.