Skip to main content

priint:suite - Patch 170 - Change Log

This patch, released on February 19th, 2026, includes ongoing feature enhancements and several bug fixes identified during end-to-end testing. The build name on FTP: 4.6.0.1054

Software​

Windows:
PubServer_Install_Update_4.6.0.1054.zip

Linux:
PubServer_Update_4.6.0.1054_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-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-12450Publication: Remove the "no template" warning icon from folder itemsRemoved "no template" warning icon from folder items in Publication grid.
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-12515Keycloak SSO on 4.6 not working - require backporting changes from 4.7Backported changes from version 4.7 addressing the Keycloak login issue. The issue was resolved by adding the <clientAuthenticationMethod> attribute to the realm configuration.