priint:suite - Patch 2 - Change Log
This patch, released on September 2nd, 2026, delivers a set of targeted fixes and usability improvements identified after the official 4.8 launch.
The build name on FTP: 4.8.0.790
Windows:
PubServer_Install_Update_4.8.0.790.zip
Linux:
PubServer_Update_4.8.0.790_UbuntuLinux.deb
Release Notes
The admin application
Highlight feature
ADMIN-4024 | HTML support for Key Value, brought in line with Text
The Text entity already had a rich text editor and correct paste
handling. Keyvalue.Value now gets the same treatment: the same rich
text editor, and pasted content keeps its structure. The table view is also
cleaned up, keyvalue.Value entries now show as readable text instead of raw
HTML tags.
Result: keyvalue.Value now behaves the same way Text already does, both when
editing and when viewing entries in the list.

Bug fixes and improvements
- ADMIN-4053 | Added support for running Admin Processes with object type "Standalone", removed the old "Undefined" object type
- ADMIN-4046 | Added item information (id, entity id, string id) to the output of content processes, including Create and Edit Media Asset
- ADMIN-3433 | Updated role and application labels: DM Application is now "priint:data-management", W2P Application is now "priint:web2publish"
- ADMIN-3940 | Updated the Online Documentation link and thumbnail on the Support Sites page, and fixed a wrong link on the priint:bpm Server block

- ADMIN-3916 | Removed the "IPIM Connector" field from the Request New License form, the connector hasn't been supported since 4.6
- ADMIN-3906 | Fixed hidden field values not updating when a "can change gui" trigger ran, fields kept their default value from the first form load
- ADMIN-4026 | Fixed the deployment process not detecting which connector a package used when importing entityModel and Database together, data was going into the default schema instead
- ADMIN-4060 | Fixed the checkbox state in select lists reverting to a previously cached item after filtering, affected the User screen (Roles, Projects, Teams tabs), Roles screen, Project screen, Team screen, and Publication Type (Metadata tab)
The priint:planner application
4.8.0
| Issue Key | Title | Release Notes |
|---|---|---|
| PRIINT-12580 | Duplicate a document that doesn't exist, because it was not rendered yet. | Added duplicate precheck for publications and folders to detect documents that cannot be duplicated because their physical file is missing. Added confirmation dialogs before duplicating documents, folders, or publications when missing physical files are detected. |
| PRIINT-12738 | Fix MySQL case-sensitivity issue during bulk metadata editing on Linux | MySQL case-sensitivity issue during bulk metadata editing on Linux was fixed. |
| PRIINT-12752 | Resize detail panel if note panel is resized | PDF preview size now adjusts to the size of the container in the Review Panel. |
| PRIINT-12758 | Stale session aborts WebSocket notifications | Notifications are now delivered reliably even when stale or expired user sessions are present. Previously a single broken session could intermittently stop other logged-in users from receiving notifications until the affected browser tabs were closed. |
| PRIINT-12835 | Parameters from document used in custom search are not refreshed when document selection changes | Parameters from document used in custom search were not refreshed when document selection changes in DynamicPluginPanel for searching content. Solved |
| PRIINT-12836 | Prepare a special object type for processes that can be run on a note | Added support for defining an object type for processes that can be started from a note. This allows processes to be configured and executed only for notes associated with the specified object type. |
| PRIINT-12846 | Contentassignment: Use Context object in a new method to search by document context criteria for bucket tree also for subBuckets | SearchBucketsByDocumentContextCriteria use the same Context for root and children buckets. |
| PRIINT-12856 | Roles and teams are retained after login | Fixed an issue where users’ role assignments reverted to the configured <defaultRole> after logging out of priint:planner. |
| PRIINT-12873 | Infinite loop when duplicating a publication into its own nested branch. | Fixed an issue where duplicating a root publication into one of its nested folders caused an infinite loop. |