- Fixed a bug with matrix blocks if they weren't displayed inline
- Updated dependencies for craft 5
- Fixed a bug where non-admin users were unable to publish drafts (#1)
- Support for craft 4!
- Its now possible to have both a postDate in the future and an expiration date in the future at the same time
- Its now possible to publish a draft which is disabled for the currently viewed site
- Changed the plugin handle and name to Publisher X
- Fixed a deprecation error for craft 3.7
- Fixed the entry expire and publishing workflow (previously a draft save would also invalidate the cache)
- 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
- Fixed a bug where drafts which didn't exist on the primary site couldn't be published
- Fixed installation migration
- Changed UI to resemble new CP UI
- Error on plugin re-install and upgrade from craft 2
- Exception when entry due to publish has been deleted
- Wrong permission check that resulted in non-admin users not having permission to publish entries
- Allow anonymous for publish route
- Make Craft 3.2 compatible