Hotfix - July 2025
This hotfix addresses a specific regression affecting plugin scripts introduced in the June 2025 release. It ensures expected error-handling behavior when rejecting changes via custom plugin logic.
Bug fix:
Fixed an issue where plugin scripts using
subscribeFor()
andrejectChanges()
did not correctly prevent changes to building block elements. Instead of rolling back the transaction and notifying the user as expected, the system previously saved the changes and logged an incorrect error message.