Skip to content

Beluga Serverprint 5.1.0

Compare
Choose a tag to compare
@lHeidbreder lHeidbreder released this 14 Dec 10:48
· 9 commits to printer-provider-extraction since this release

Updates from Version 3.1.3

Support for subparameters from script calls

This will allow for multiple documents to be printed and mailed together. It is impossible to access this API from anywhere but code.

Selection of printoptions

Every copy can now be passed a printoption. If a set of copies selected by Beluga Serverprint contains more than one printoption and UI is available, the user will be asked to choose. If no UI is available, a printoption_id had to have been passed in or the work will fail.

Breaking change: Printer Provider

The architecture around printers has been reworked. A printer provider is now added first, which can then find all printers available at the location. To achieve that you will require another plugin implementing the following interfaces (all found in the package de.schoenbeck.serverprint.printProvider):