Skip to main content

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. keyvalue.value Result: keyvalue.Value now behaves the same way Text already does, both when editing and when viewing entries in the list. keyvalue.value

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 Screenshot
  • 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 KeyTitleRelease Notes
PRIINT-12580Duplicate 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-12738Fix MySQL case-sensitivity issue during bulk metadata editing on LinuxMySQL case-sensitivity issue during bulk metadata editing on Linux was fixed.
PRIINT-12752Resize detail panel if note panel is resizedPDF preview size now adjusts to the size of the container in the Review Panel.
PRIINT-12758Stale session aborts WebSocket notificationsNotifications 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-12835Parameters from document used in custom search are not refreshed when document selection changesParameters from document used in custom search were not refreshed when document selection changes in DynamicPluginPanel for searching content. Solved
PRIINT-12836Prepare a special object type for processes that can be run on a noteAdded 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-12846Contentassignment: Use Context object in a new method to search by document context criteria for bucket tree also for subBucketsSearchBucketsByDocumentContextCriteria use the same Context for root and children buckets.
PRIINT-12856Roles and teams are retained after loginFixed an issue where users’ role assignments reverted to the configured <defaultRole> after logging out of priint:planner.
PRIINT-12873Infinite 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.