Skip to content

Releases: elements-at/ProcessManager

Installation Bugfix

22 Jan 09:35
Compare
Choose a tag to compare

In some releases before v2.3.8 the config file might have been altered the wrong way.
If you can't add action/loggers to the config, please replace your plugin-process-manager.php
with this one:
https://github.com/elements-at/ProcessManager/blob/master/src/Elements/Bundle/ProcessManagerBundle/install/plugin-process-manager.php

Added E-Mail logger

17 Jan 14:35
Compare
Choose a tag to compare

Added an e-mail logger.

It basically sends the logs to a specific e-mail address.
If the Bundle is updated, this logger has to be added manually to the "executorLoggerClasses" in the plugin-process-manager.php config file:

[
"class" => "\Elements\Bundle\ProcessManagerBundle\Executor\Logger\EmailSummary"
]

Increase Pimcore version...

08 Jan 09:21
e36f353
Compare
Choose a tag to compare
Merge pull request #12 from AlternateIf/patch-2

Update composer.json

Make "monitoring-item-id" optional

19 Dec 21:19
Compare
Choose a tag to compare
Pimcore Command with extension prevent command execution

https://github.com/elements-at/ProcessManager/issues/9

v2.3.4: Bugfix filelogger

18 Oct 06:20
Compare
Choose a tag to compare
https://github.com/elements-at/ProcessManager/issues/5

2.3.3

17 Oct 08:07
2f1bd1a
Compare
Choose a tag to compare
Merge pull request #4 from AlternateIf/patch-1

Update composer.json

Pimcore v5.4.2 compatibility

07 Aug 19:54
Compare
Choose a tag to compare
Updated version constraint

https://github.com/elements-at/ProcessManager/issues/2

v2.3.1

24 Jul 07:05
Compare
Choose a tag to compare

Small bugfixes

v2.3.0

20 Jul 13:51
dd07e94
Compare
Choose a tag to compare
Updated Pimcore Core Version

Bugfix download action

19 Jul 18:54
Compare
Choose a tag to compare
Do not delete file from download action after download - no multiple …

…downloads would be possible