Releases: the-refinery/workflow
v1.1.15
v1.1.14
Plugin fixes for various CraftCMS API updates for versions of CraftCMS 3.5.x
- Update
EVENT_AFTER_CREATE_DRAFT
action to usesourceId
orentryId
- Assured Submissions sidebar updated after user submits a draft
v1.1.13-beta
Beta release for testing CraftCMS v3.5.x compatibility.
v1.1.12
Note: If you used the v1.1.11 alpha release, some Submissions created with the release might show up in both Lynn U and PTC views. If you see any, you can just delete those submissions and any submissions you create afterwards should appear in their respective views.
Added
- Moved code used in multisite branch and fixed bugs
- Widget: made site selectable and show proper title and links
- Overview: Filter submissions by Site and Status. Made Site ID column optional
Fixed
- Sidebar:
actionExecuteTransition
was unable to fetch Submission by ID when submission was from PTC. RewrotegetSubmissionById
so it could work cross site.
v1.1.11
Removed- Code used to provide multisite capability (now in multisite branch)
Fixed - Assured that diff could work with PTC entries by having queries search all sites
v1.1.11-alpha
Alpha release to test Updates and fixes for Craft 3.4 compatibility. Includes some in-development multi-site support features.
v1.1.10
- Temp fix to allow Users who can't use workflows to view drafts.
v1.1.9 Template updates
Updated diff templates to replace deprecated Craft/twig functions
v1.1.8
Fixed
- AJAX sidebar loading: assured that
Craft.js
reloaded the UI so that sidebar action buttons woould be registered actionSidebar
Loaded draft entry into contect instead of current
v1.1.7 - fixed draft queries for unpublished entires
Updated Entry queries that prevented draft (and their titles) from being loaded in Submissions page when the draft in question had some type of Unpublished status (enabled toggle off, non-current published date, etc.). Same problem affected Transitions and prevented them from sending notifications and redirecting user after post.