Skip to content

Releases: code-q-web-factory/neos-publishnotifier

v3.0.0: TASK: Replace Slack integration

14 Jan 14:59
Compare
Choose a tag to compare

The old Slack integration package would not be supported with PHP 8.2, thus it was replaced with a request using neos/http-factories.

Full Changelog: v2.4.0...v3.0.0

v2.4.0 FEATURE: Neos 8 support

22 Dec 16:11
dc6b56b
Compare
Choose a tag to compare

Thanks to @bweinzierl for his contribution

Version 2.3.1

26 Jan 21:15
43f2ff3
Compare
Choose a tag to compare

TASK: Only send one notification per publish

FEATURE: Neos 7 support

19 Jan 18:05
fa56551
Compare
Choose a tag to compare
v2.3.0

FEATURE: Relax version constraint for Flow 7

Version 2.2.1

13 Feb 11:38
Compare
Choose a tag to compare

TASK: Make compatible with logger changes in 4.0 and 5.0

Version 2.2.0

13 Jan 16:31
Compare
Choose a tag to compare

Thanks to @drlimbo it's now possible to define when notifications should be sent with these configurations:

CodeQ:
  PublishNotifier:
    notify:
      internalWorkspace:
        onFirstChange: true       # Send notification for publishing to an internal workspace WITHOUT unpublished changes in the workspace
        onAdditionalChange: false # Send notification for publishing to an internal workspace WITH unpublished changes present in the workspace
      publicWorkspace: false      # Send notification for publishing to the LIVE Workspace

Version 2.1.0

19 Oct 17:23
Compare
Choose a tag to compare

Slack client settings are not optional

Version 2.0.0 with Slack support

19 Oct 17:12
Compare
Choose a tag to compare

FEATURE: Support Slack for sending notifications

ATTENTION:
The YAML configuration structure changed. If you are updating please take a look at the new settings.

Version 1.1.0 with Neos 5 support (broken)

24 Sep 07:53
e6c2b42
Compare
Choose a tag to compare

Please use a release > 2.2.1

Version 1.0.0 with Neos 4 compatibility

01 Mar 12:13
Compare
Choose a tag to compare
TASK: Apply migration Neos.Neos-20180907103800

Migrate RTE formatting configuration to new format

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.