November 2025 Releases

Learn about the changes to Squiz DXP released in November 2025.

Visit the changelog areas for each DXP capability for features and changelogs published before October 2024.

What’s new in November 2025

No new features have been released in November 2025 yet. Check back again soon for updates as the month progresses.

What’s changed in November 2025

Other minor improvements and bug fixes for this month are described in the changelog table.

Type Description Capability Release date Release version Copyable link

3 Bug fixes

Image asset getAsset() function should not return FALSE in some image variety failure situations

Details

An issue was discovered in the Image asset’s getAsset() bridge function when attempting to retrieve an image variety that’s under Safe Edit (from File Versioning). If retrieval failed to check out the live version of the variety, the function:

  • incorrectly returned FALSE instead of NULL,

  • prevented pages from rendering image varieties that had file versioning lock issues or other checkout failures,

  • triggered this fatal error:

Fatal error: Uncaught exception 'TypeError' with message
'Argument 1 passed to Asset_Manager::setAssetToStorage()
must be an instance of Asset, bool given, called in
/core/include/asset_manager.inc on line 1493'

The getAsset() function now correctly returns NULL on checkout failure, preventing the TypeError in PHP 8. This change aligns with the function’s intended permissive behavior of gracefully handling cases where an image variety may not have existed when the parent image was placed into Safe Edit, allowing the system to handle the error appropriately (such as returning a 404) rather than crashing with a fatal error.

Content Management

2025-11-04

6.75