Skip to content

Releases: plank/publisher

v0.0.21

26 Apr 03:52
960a2c6
Compare
Choose a tag to compare

Add support for Laravel 11

v0.0.20

10 Apr 22:13
Compare
Choose a tag to compare

Fix queued delete query and syncing logic.

  1. Ensure status is synced in all circumstances (withoutGlobalScopes)
  2. Ensure all dependants queued for delete are deleted when the parent is published in all circumstances (withoutGlobalScopes)

v0.0.19

27 Mar 21:53
6cd4a4c
Compare
Choose a tag to compare

Fix Fires Events initializer naming.

v0.0.18

20 Mar 14:50
5e67eb6
Compare
Choose a tag to compare

Status is always synced to dependents when content is saved.
Deletes are queued on dependent content until the parent is published.

v0.0.17

15 Mar 17:37
Compare
Choose a tag to compare

Refactor to Enum for workflow which can be extended/used in the consumer applications.

v0.0.16

14 Mar 20:56
Compare
Choose a tag to compare

Handle the wasRecentlyCreated case for wasChanged().

v0.0.15

14 Mar 17:30
Compare
Choose a tag to compare

Fix publishAttributes logic to mark unchanged draft columns as dirty.

v0.0.14

14 Mar 14:54
Compare
Choose a tag to compare

Remove properties to track when drafted/undrafted published/unpublished occurred, and use the Model wasChanged() function instead.

v0.0.13

12 Mar 14:47
Compare
Choose a tag to compare

Remove autodrafting functionality. User must explicitly draft or publish the content.

v0.0.12

10 Mar 17:21
Compare
Choose a tag to compare

Add another layer of wrapping and correctly set $boolean on draftAllowedQuery