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

Releases: outl1ne/nova-drafts

1.1.8

18 Nov 12:25
Compare
Choose a tag to compare

Fixed

  • Fixed missing padding from publish indication
  • Unpublish button misalignment

Changed

  • Updated packages

1.1.6

03 Feb 08:59
5ec07ef
Compare
Choose a tag to compare

Full Changelog: 1.1.5...1.1.6

Changed

  • Updated packages

1.1.5

03 Feb 08:52
Compare
Choose a tag to compare

Changed

  • Updated packages

1.1.4

22 Feb 07:20
Compare
Choose a tag to compare

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

06 Jan 15:22
Compare
Choose a tag to compare

Changed

  • Dependency security update
  • HasDrafts trait for models to simplify usage.

1.1.2

29 Sep 11:16
Compare
Choose a tag to compare
  • Update dependencies

1.1.1

25 May 13:15
Compare
Choose a tag to compare

Changed

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

1.1.0

27 Feb 15:17
Compare
Choose a tag to compare

Added

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

Changed

  • Refactored code
  • Updated packages

1.0.3

18 Feb 15:07
Compare
Choose a tag to compare

Fixed

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

1.0.2

11 Feb 09:26
Compare
Choose a tag to compare

Fixed

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