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.2.1

Version
v2.2.1
Type
neos-package
Release Date
Feb 10, 2020 07:28
Source
git
Distribution
zip
Requires
  • neos/neos: ~4.0 || ~5.0 || dev-master
  • neos/swiftmailer: *
  • psr/log: ^1.0
  • maknz/slack: ~1.7.0
GPL-3.0+ 98dd98d6b278e9a2696e78ed45e8ebf5ea2786b9

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).