# powerEvents v22 ## {NEXT VERSION} `??-??-????` **General** - Updated Licensing to version: [18.2.27](licensing:change_logs/license_v18:18.2.27) ## 22.0.4 `08-10-2021` **General** - Updated Licensing to version: [18.2.26](licensing:change_logs/license_v18:18.2.26) **Features** - New event script [Sample.SubmitPublishingJobsOnRelease]() replaces the script *Sample.TriggerDwfJobOnRelease* and handles the publishing of PDF files on the release of Inventor and AutoCAD drawings, and of DXF and STEP files after releasing sheet metal parts. \ Simple configurable settings allow further customization. - New event script [Sample.RestrictDisturbingSubmittedJobs]() to restrict changing the Lifecycle state of files as long as not all their jobs have been processed successfully ## 22.0.1 `28-04-2021` **Features** - Added support for Vault 2022 **General** - Updated Licensing to version: [18.1.24](licensing:change_logs/license_v18:18.1.24) - End User License Agreement (EULA) has changed ```{dropdown} Breaking Changes :title: bg-warning **Linked properties of Items passed in the ChangeOrder events have a prefix** Linked properties of ChangeOrder [Items](powervault:code_reference/objects/item:examples) have to be retrieved by using the **'Record_'** prefix within the [AddChangeOrder](/code_reference/objects/event_mappings/changeorder_events/addchangeorder) and [CommitChangeOrder](/code_reference/objects/event_mappings/changeorder_events/commitchangeorder) event actions. ```