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 Key | Summary | Release Notes |
|---|---|---|
| ADMIN-3318 | [Content module] Unified Text input field with HTML support | For 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-3356 | Order license file generated incorrectly with type TEST | Fixed an issue where TEST license files were generated with the wrong Max Concurrent Users value. License generation now applies the correct configuration. |
| ADMIN-3355 | Admin - Publication rights: assigned users list limited to 20 users | Fixed 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-3278 | Improve visibility of user tasks in generic process | Updated 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-3272 | Cannot select country when creating a media asset | Updated 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 key | Summary | Release notes |
|---|---|---|
| PRIINT-12135 | Secrets in payara configs - secure secret resolution in custom XML configs via MicroProfile Config | Added 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-12186 | Corded buckets are not visible in Neowise and Admin application | New 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-12188 | New API sort order always returns default "Sort" value (-1) when creating a new document | The API was creating new documents with sort value set always to -1. Fixed. |
| PRIINT-12189 | Re-upload document template fails for document templates created in older versions of Pubserver | Re-upload of document template didn't work for document templates created in older versions of Pubserver. Fixed. |
| PRIINT-12207 | Improvements for installer scripts | New UI for Priint-BPM settings was added. |
| PRIINT-12217 | Support storage bucket mapping in Pubserver installer | Installer supports Storage Bucket mapping. |
| PRIINT-12234 | Archive Publication (zip) not working (4.5) | Archive Publication (zip) process didn't work as expected. Fixed. |
| PRIINT-12378 | Neowise Spreads Preview - wrong dimensions for document created from single page document template | Wrong dimensions were displayed for documents created from a single page document template. Fixed. |
| PRIINT-12381 | List Planning: Undo sorting via column header | All columns in the Planning Grid now have sorting disabled to maintain the intended data order and improve user experience. |
| PRIINT-12383 | Flatplan: Remove selection from product tree after opening a new document | When opening a new document in the Flatplan, the product tree selection is now automatically cleared to prevent confusion and ensure a clean state. |
| PRIINT-12415 | Spawn 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-12450 | Publication: Remove the "no template" warning icon from folder items | Removed "no template" warning icon from folder items in Publication grid. |
| PRIINT-12462 | API 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-12464 | Publication: Document sort is set to 0 after re-rendering with set re-create document | Sort of the document was set to 0 after change stage of this document. Solved. |
| PRIINT-12472 | Installer UI for camunda related settings | New GUI added to installer for Priint-BPM settings. |
| PRIINT-12481 | Dynamic UI - add possibility to set an empty value for the Bucket parameter | There was no possibility to set empty value of the Bucket metadata for publication/document. Solved. |
| PRIINT-12484 | Fix session recreation in TaskWithSessionExecutor in PlannerEngine | Fixed a bug with session recreation. |