September 2025 Releases
Learn about the changes to Squiz DXP released in September 2025.
Visit the changelog areas for each DXP capability for features and changelogs published before October 2024.
- Advanced Forms
- Component Service
- Content Management
- Data Services
- Integrations
- Search
What’s changed in September 2025
Other minor improvements and bug fixes for this month are described in the changelog table.
Type | Description | Capability | Release date | Release version | Link |
---|---|---|---|---|---|
3 Bug fixes |
If you have two components with the same name in a set, the Add Component dialog in Matrix selects both of them when one or the other is selected DetailsThe comparison used to check which component is selected wasn’t checking against the component set. Regardless of the component set, any component with the same name appeared to be selected. The comparison check now compares against the slug, version, and component set. The correct component can now be selected based on the component set it is a part of. |
Page Builder |
2025-09-02 |
6.71 |
|
3 Bug fixes |
When the component is read-only, the inline image and link icons appear in build mode, allowing users to change values DetailsInline Squiz Link and Squiz Image selection buttons were rendered in read-only mode. Users could change a Squiz Link or Squiz Image for a read-only section of the page. The fix ensures that inline Squiz Link and Squiz Image selection buttons no longer render when in read-only mode. Squiz link or image selection is no longer visible for read-only sections on a content page. |
Page Builder |
2025-09-02 |
6.71 |
|
3 Bug fixes |
Long-running cron jobs are causing memory leaks and poor error visibility DetailsLong-running cron job processing could run concurrently, resulting in Out of Memory events on the cron system. Cron jobs would stop running and deadlock, causing functionality relying on these processes to fail. The fix introduced the This change reduces the possibility of cron jobs failing due to out-of-memory fatal errors and provides better debugging tools. |
Content Management |
2025-09-02 |
6.71 |
|
3 Bug fixes |
Redirects from /__data URLs should not redirect to /__data URLs DetailsRedirects for an asset on the The redirection logic now checks for this scenario. It only redirects if it discovers a non |
Content Management |
2025-09-02 |
6.71 |
|
2 Minor improvements |
Cache Component dependant parents to DeJa Vu DetailsPreviously, component-dependent parents needed to be looked up by multiple pieces of functionality on the standard page Contents screen. The contents screen on standard page assets loads faster because of improvements to how the lookup function parses the component-dependent parents. |
Content Management |
2025-09-02 |
6.71.0 |
|
3 Bug fixes |
Metadata time trigger failing to run DetailsAn array-only method was used on a value that was not an array, which caused a fatal error in certain metadata time triggers. The value is now checked before calling the array-specific method, which prevents the fatal error from occurring. |
Content Management |
2025-09-02 |
6.71 |
|
3 Bug fixes |
formatDateTime() fails for non-numeric strings DetailsA non-numeric value was used in a date-related function requiring a numeric value. This condition could contribute to causing a fatal error during a cron run. The value is checked before use to determine if it is numeric.
Cron runs will no longer experience a fatal error due to the presence of non-numeric strings in the |
Content Management |
2025-09-02 |
6.71 |
|
3 Bug fixes |
Fix fatal Call to a member function getSchemaIds() on null in metadata.inc DetailsChanges in the metadata UI code caused the custom edit layouts metadata section keywords to always assume the section ID was valid. Invalid metadata section keywords would generate a fatal error, making the contents screen unable to load. Metadata interface code was adjusted to protect from invalid metadata section keywords. Custom edit layouts referencing invalid metadata section keywords should function as they did before 6.70. |
Content Management |
2025-09-02 |
6.71 |
|
2 Minor improvements |
Retrieve lock information in bulk DetailsPreviously, the system would retrieve all lock types for an asset individually, resulting in more round-trips to ElastiCache than required. The minor improvement uses the Redis |
Content Management |
2025-09-02 |
6.71 |
|
3 Bug fixes |
Viper Open in new window option is always selected, no matter the content editor’s choice DetailsA feature of the Page Builder Service’s WYSIWYG editor is to open links in the content page preview in a new tab rather than the preview frame navigating to another page. Because of this opening behavior, inline editable links were incorrectly updated to open in a new window with The code that sets preview frame links to open in a new tab now ignores any links within an editable region. Inline editable links can now have their target set correctly. |
Page Builder |
2025-09-02 |
6.71 |
|
3 Bug fixes |
Collection alias endpoint returns 500 when both endpoints do not share the same event property configuration DetailsThe collection alias endpoint returned a 500 error when both endpoints did not share the same event property configuration. This condition meant that requests could not be made to the affected endpoints. A fix was implemented to the endpoint, allowing collection requests to alias endpoints where event properties differ. |
Data Services |
2025-09-04 |
4.1.4 |
|
3 Bug fixes |
Dependencies updated for Data Services 4.1.4 release DetailsDependencies have been upgraded to address security issues, ensuring a safer and more reliable system. |
Data Services |
2025-09-04 |
4.1.4 |