Releases: code-q-web-factory/neos-publishnotifier
Releases · code-q-web-factory/neos-publishnotifier
v3.0.0: TASK: Replace Slack integration
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
Thanks to @bweinzierl for his contribution
Version 2.3.1
TASK: Only send one notification per publish
FEATURE: Neos 7 support
v2.3.0 FEATURE: Relax version constraint for Flow 7
Version 2.2.1
TASK: Make compatible with logger changes in 4.0 and 5.0
Version 2.2.0
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
Slack client settings are not optional
Version 2.0.0 with Slack support
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)
Please use a release > 2.2.1
Version 1.0.0 with Neos 4 compatibility
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.