Skip to content

Releases: Goldinteractive/craft3-publisher

2.1.0

30 Mar 09:20
Compare
Choose a tag to compare

Fixed

  • Fixed a deprecation error for craft 3.7
  • Fixed the entry expire and publishing workflow (previously a draft save would also invalidate the cache)

Changed

  • Show the side panel when editing drafts too (previously it worked only on entry edit view)
  • The plugin now requires craft 3.7 or later

2.0.6

12 May 15:01
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where drafts which didn't exist on the primary site couldn't be published

2.0.5

18 May 12:23
Compare
Choose a tag to compare

Fixed

  • Fixed installation migration

Changed

  • Changed UI to resemble new CP UI

2.0.4

23 Apr 08:40
Compare
Choose a tag to compare

Fixed

  • Error on plugin re-install and upgrade from craft 2

2.0.3

02 Mar 16:20
Compare
Choose a tag to compare

Fixed

  • Exception when entry due to publish has been deleted

2.0.2

16 Sep 08:59
Compare
Choose a tag to compare
Fix wrong permission check (id instead of uid)

2.0.1

21 Aug 14:10
Compare
Choose a tag to compare
Fix $allowAnonymous for craft 3.2

2.0.0: Refactor draftId field

26 Jul 09:34
Compare
Choose a tag to compare
Craft added a draftId field to the elements model
and this clashes with our field. We renamed it to
publishDraftId.