Cloud HostingLaunch UnoPim on fully-managed cloud hosting — fast, secure and cost-effective plans.
Skip to content

Release Notes

Introduction

UnoPim 3.0 is a major release built on Laravel 13 and PHP 8.4.1. It brings Digital Product Passports, configurable associations, advanced variants, a greatly expanded REST API, and a refreshed admin experience — alongside significant performance and security work.

Because this is a major version, it contains breaking changes. Before you upgrade a production installation, you should read the Upgrade Guide and run php artisan unopim:upgrade --dry-run to preview what the upgrade will do.

This page summarizes what shipped, from the headline features down to the breaking changes, with links to the detailed documentation for each area.

UnoPim v3.0.0 July 31, 2026

Headline Features

The table below lists the major new capabilities and where each is documented:

FeatureDocumentation
Digital Product Passports — templates, per-locale publishing, QR carriers, GS1 Digital Link, ESPR & EU Battery Regulation presetsDigital Product Passport
Configurable Associations — custom association types with localized labels and per-link fieldsConfigurable Associations
Advanced Variants — two-level variant structures with read-time value inheritanceAdvanced Variants
Measurements — measurement families, units, conversions, precision strategiesMeasurements
Multi-Webhooks — multiple endpoints, event subscriptions, HMAC delivery, logsWebhooks
Microsoft SSO — Entra ID login with an extensible provider contractMicrosoft SSO
REST API expansion — full catalog CRUD, media, passports, delta syncWhat's New in the v3.0 API

Admin Experience

The admin panel now navigates SPA-style with AJAX and browser history, and a global unsaved-changes save bar protects your edits — see Frontend Architecture. A dark theme is included, with automatic browser detection.

Working with the catalog is faster throughout: the product grid gains filters for category, completeness, dates, properties, and attribute values, plus saved grid views; catalog structures can be created from quick modals; a native category tree browser and lazy attribute-group loading keep large screens responsive; and products support quick export and asynchronous mass actions.

Configuration moved into a config-driven System Settings hub with package extension hooks, and each admin may now set a personal catalog locale and default channel. New alongside it are an Appearance section for changing the admin logo and favicon, a System Information page covering the application, server, database, services, and installed packages, and an optional Gravatar integration.

Product exports gained filters for channels, locales, currencies, attributes, families, status, completeness, date ranges, categories, identifiers, and attribute values. DataGrids gained cross-page "select all matching records" for mass actions. The login and recovery screens were rebuilt with Remember Me, AJAX password reset, and accessible toast notifications.

AI

Magic AI moves to the laravel/ai package, with improved platform validation, model discovery, target-locale handling, and prompt setup. The AI Agent adds product-embedding indexing (ai-agent:embeddings:index) and channel-aware memory and token accounting — see AI Agent Integration.

Platform & Developer

The platform moves to Laravel 13, PHP 8.4.1, and Symfony 8 components, with Pest 5 / PHPUnit 13 for testing. Fresh Docker environments now default to native PostgreSQL support. Admin and installer screens no longer load TinyMCE or Inter from a CDN, so they work in environments without outbound internet access.

For extension authors, 3.0 opens several new surfaces: the Resource CRUD Kit, the SsoProvider contract, variant resolver contracts, the publication PayloadBuilder / PublicationGate / type registry, and the webhook EventRegistry.

API integrations now run as robot users with a one-time credential reveal, and import/export jobs cover attributes, families, groups, options, category fields, associations, locales, channels, currencies, roles, and users.

Performance

This release adds keyset pagination for large exports, hot-path indexes, queued mass actions, bounded Elasticsearch bulk indexing, and N+1 elimination across the family, variant, product, and user workflows — see Performance & Scalability.

Security

OAuth signing keys are now per-installation 4096-bit keys, which invalidates existing tokens — clients must re-authenticate. The release also adds SSRF protection on webhooks and Magic AI, stored-XSS sanitisation, a centralized password policy, configurable CORS / rate limits / trusted hosts, and APP_PREVIOUS_KEYS rotation — see Security Practices.

Breaking Changes

The breaking changes are summarized in the Upgrade Guide: the PHP/Laravel requirement bump, OAuth token invalidation, robot-user integration ownership, variant value storage, renamed admin URLs, the webhook module replacement, the Docker layout, the deprecated configrable-products alias, and removed classes.

Fixes

Alongside the features above, v3.0.0 ships a large batch of fixes. The ones most likely to affect you: Docker installation failing on a fresh clone, the pre-built image stack serving nothing, the committed OAuth signing keys being replaced by per-installation keys, and SSRF protection on Magic AI connection testing and model discovery.

For the exhaustive list of every change, see the CHANGELOG for v3.0.0.

Released under the MIT License.