Skip to main content

priint:suite - Patch 3 - Change Log

This second patch for version 4.7, released on February 19th, 2026, delivers a set of targeted fixes and usability improvements identified after the official 4.7 launch.

The build name on FTP: 4.7.0.847

Software

Windows: PubServer_Install_Update_4.7.0.847.zip

Linux: PubServer_Update_4.7.0.847_UbuntuLinux.deb

Release Notes

The Admin Application

Issue KeySummaryRelease Notes
ADMIN-3318[Content module] Unified Text input field with HTML supportFor Text entries, the Text Value field now uses a consistent rich-text editor with visual mode by default and optional HTML view. The Preview Text Value always shows the rendered result without exposing raw HTML.
ADMIN-3356Order license file generated incorrectly with type TESTFixed an issue where TEST license files were generated with the wrong Max Concurrent Users value. License generation now applies the correct configuration.
ADMIN-3355Admin - Publication rights: assigned users list limited to 20 usersFixed an issue where the assigned users list in Publication Rights displayed only the first 20 users. The list now shows all assigned users without limitation.
ADMIN-3278Improve visibility of user tasks in generic processUpdated the Generic Process UI to automatically expand the Open Tasks section when a user task becomes available. Users can now see and act on tasks immediately without extra clicks.
ADMIN-3272Cannot select country when creating a media assetUpdated backend logic for Content Processes to control Context fields based on entity configuration. Unused fields are hidden, dynamic fields adapt by type, and static fields show predefined values. Field order now aligns with the ISON plugin. Added a new endpoint to return available context fields and options by entity type and ID. Changes are available in AdminUI → Content Process.

The priint:planner Application

Issue keySummaryRelease notes
PRIINT-12135Secrets in payara configs - secure secret resolution in custom XML configs via MicroProfile ConfigAdded support for ${property.name} placeholder resolution for sensitive XML fields (e.g., secretKey) using the MicroProfile Config API. Custom parsers now detect values starting with ${ and ending with } and resolve the extracted key via ConfigProvider.getConfig().getOptionalValue(key, String.class). For backward compatibility, non-placeholder values are treated as legacy plain-text secrets and used as-is. If a placeholder key cannot be resolved from available config sources, the system logs a warning and falls back to the raw string (no defaults and no recursive/nested resolution are implemented).
PRIINT-12186Corded buckets are not visible in Neowise and Admin applicationNew server property "showCordedBucket" with default value false was added. If this property is set to true, then corded buckets are shown in the Bucket tree in Neowise.
PRIINT-12188New API sort order always returns default "Sort" value (-1) when creating a new documentThe API was creating new documents with sort value set always to -1. Fixed.
PRIINT-12189Re-upload document template fails for document templates created in older versions of PubserverRe-upload of document template didn't work for document templates created in older versions of Pubserver. Fixed.
PRIINT-12207Improvements for installer scriptsNew UI for Priint-BPM settings was added.
PRIINT-12217Support storage bucket mapping in Pubserver installerInstaller supports Storage Bucket mapping.
PRIINT-12234Archive Publication (zip) not working (4.5)Archive Publication (zip) process didn't work as expected. Fixed.
PRIINT-12378Neowise Spreads Preview - wrong dimensions for document created from single page document templateWrong dimensions were displayed for documents created from a single page document template. Fixed.
PRIINT-12381List Planning: Undo sorting via column headerAll columns in the Planning Grid now have sorting disabled to maintain the intended data order and improve user experience.
PRIINT-12383Flatplan: Remove selection from product tree after opening a new documentWhen opening a new document in the Flatplan, the product tree selection is now automatically cleared to prevent confusion and ensure a clean state.
PRIINT-12415Spawn a session based on Neowise authentication token for each rendering process (4.7 and 4.8)There is a session copy created at the start of each process started in priint-bpm. It is used in the context of rendering and enables the user to log out or change his Neowise session settings freely, without affecting spawned processes.
PRIINT-12450Publication: Remove the "no template" warning icon from folder itemsRemoved "no template" warning icon from folder items in Publication grid.
PRIINT-12462API methods to delete trash content permanently (Document Service)New methods for permanent delete publication/document. New methods for restore (change flag "deleted" to 0) publication/document.
PRIINT-12464Publication: Document sort is set to 0 after re-rendering with set re-create documentSort of the document was set to 0 after change stage of this document. Solved.
PRIINT-12472Installer UI for camunda related settingsNew GUI added to installer for Priint-BPM settings.
PRIINT-12481Dynamic UI - add possibility to set an empty value for the Bucket parameterThere was no possibility to set empty value of the Bucket metadata for publication/document. Solved.
PRIINT-12484Fix session recreation in TaskWithSessionExecutor in PlannerEngineFixed a bug with session recreation.