codeq/publishnotifier

Last activity 10 Jan 2023 3 2 2832
composer require codeq/publishnotifier

This package sends notifications to admins every time someone publishes to an internal workspace.

v2.3.1

Version
v2.3.1
Type
neos-package
Release Date
Jan 26, 2022 21:00
Source
git
Distribution
zip
Requires
  • neos/neos: ~4.0 || ~5.0 || ~7.0 || dev-master
  • neos/swiftmailer: *
  • psr/log: ^1.0
  • maknz/slack: ~1.7.0
GPL-3.0+ 43f2ff35042873b8c06f8d4ffe4219fcf593b3b8

Readme excerpt

Neos CMS - Publisher Notifier

This package sends notifications every time someone publishes to an internal workspace. If the internal workspace already has unpublished changes it will not send notifications anymore to not spam slack channels or email inboxes.

Simply install the package via composer:

composer require codeq/publishnotifier

Make sure your site has Neos.Flow.http.baseUri setting set, so your reviewers would get correct urls. If you don't want to do this, you can manually set the domain in the message text like this:

Please review the changes and publish to live: https://example.com/%3$s'

Configuration for email notifications

In order to send …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 32 package(s).