Skip to content

Releases: the-refinery/workflow

v1.1.15

08 Oct 16:51
Compare
Choose a tag to compare

Removed default text "????" from notes field in transition log.

v1.1.14

07 Oct 18:41
Compare
Choose a tag to compare

Plugin fixes for various CraftCMS API updates for versions of CraftCMS 3.5.x

  • Update EVENT_AFTER_CREATE_DRAFT action to use sourceId or entryId
  • Assured Submissions sidebar updated after user submits a draft

v1.1.13-beta

11 Sep 14:16
Compare
Choose a tag to compare
v1.1.13-beta Pre-release
Pre-release

Beta release for testing CraftCMS v3.5.x compatibility.

v1.1.12

30 Apr 19:34
6b60c9d
Compare
Choose a tag to compare

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. Rewrote getSubmissionById so it could work cross site.

v1.1.11

17 Apr 15:38
Compare
Choose a tag to compare

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

01 Apr 18:36
Compare
Choose a tag to compare
v1.1.11-alpha Pre-release
Pre-release

Alpha release to test Updates and fixes for Craft 3.4 compatibility. Includes some in-development multi-site support features.

v1.1.10

03 Mar 21:31
Compare
Choose a tag to compare
  • Temp fix to allow Users who can't use workflows to view drafts.

v1.1.9 Template updates

08 Jan 19:19
Compare
Choose a tag to compare

Updated diff templates to replace deprecated Craft/twig functions

v1.1.8

06 Jan 20:10
Compare
Choose a tag to compare

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

11 Dec 21:58
Compare
Choose a tag to compare

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.