October 2025 (version 2.25.10.16)

reviewed: 16 October 2025

Updates

  • Improved handling in image.getExifProfile() to automatically cast non-standard EXIF-formatted dates to date properties
  • /editor run responses are now automatically HTML encoded and formatted.

New Features

  • Added a BO noEventActions enhancer to allow disabling all event actions

boDesc.setEnhancer( [bo], 'noEventActions', true() )

  • Added a BO noPersist enhancer to allow disabling persisting. This has the same effect as setting the descriptors table name to null()

boDesc.setEnhancer( [bo], 'noPersist', true() )

  • Added a test data generator for vehicle registration numbers

VRN

Fixes

  • Fixed an issue where Microsoft Word failed to add images, when the image file path used forward slashes as the directory separator char
  • Fixed an issue where subsequent transaction rollbacks were ignored after an initial rollback
  • <@page/link>, <@page/table/link> and <@page/calendar/link> confirmation messages are now fully JavaScript encoded