You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin currently doesnt work under Craft 3.2 (tested with 3.2.4.1)
Craft 3.2 made some changes to drafts and the according functions.
These need to be reflected in the plugin.
Declaration of goldinteractive\publisher\elements\db\EntryPublishQuery::draftId(int $value) must be compatible with craft\elements\db\ElementQuery::draftId(?int $value = NULL)
The text was updated successfully, but these errors were encountered:
This is not the only problem with the 3.2 version. There are some conceptual things we need to consider as the drafts do have quite a different behavior than before.
The plugin currently doesnt work under Craft 3.2 (tested with 3.2.4.1)
Craft 3.2 made some changes to drafts and the according functions.
These need to be reflected in the plugin.
Declaration of goldinteractive\publisher\elements\db\EntryPublishQuery::draftId(int $value) must be compatible with craft\elements\db\ElementQuery::draftId(?int $value = NULL)
The text was updated successfully, but these errors were encountered: