humanmade / altis-workflow

Workflow module for Altis
https://www.altis-dxp.com/resources/docs/workflow/
GNU General Public License v3.0
6 stars 3 forks source link

Update humanmade/workflows requirement from ~0.4.3 to ~0.4.5 #185

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on humanmade/workflows to permit the latest version.

Changelog

Sourced from humanmade/workflows's changelog.

v0.4.5

  • Bug: Exclude editorial comments from post comment count.

v0.4.4

  • Bug: Fix fatal error when processing a single editorial comment.

v0.4.3

  • Bug: With PHP 8.0 enabled, call_user_func_array() behaves differently if the parameters array is an associative array.

v0.4.2

  • Bug: Fix permission hack around using manage_workflows as the sole permissions needed for all operations.

v0.4.1

  • Bug: Fix duplicate emails when publishing posts or pages.

v0.4.0

  • Enhancement: Load stored workflows on init hook.

v0.3.17

  • Enhancement: Add assignee column to post lists.

v0.3.16

  • Bug: Remove ability for query for editorial comments on all posts.

v0.3.15

  • Bug: Add permissions check to REST controller for editorial comments.

v0.3.14

  • Bug: Fix cache key in withFetch component
  • Enhancement: Reduce polling time for admin notifications

v0.3.13

  • Bug: Avoid error message when submitting editorial comment
  • Enhancement: Rename editorial comments meta box
  • Enhancement: Enable clearing assignees

v0.3.12

  • Bug: Fix handling of numeric recipients passed as strings

v0.3.11

  • Bug: Fix warnings for missing permission_callbacks on REST routes

v0.3.10

  • Bug: Allow site admins access to workflows UI

v0.3.9

  • Bug: Fix crash with "specific users" recipient #112

v0.3.8

  • Bug: add remove method for Events #107

... (truncated)

Commits
  • 496dfc1 Build changes from abd4f5977af6722645089cdd8ab44944bc3f3678
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #190.