<!--
{
  "availability" : [
    "FxPlug: 3.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Professional Video Applications",
  "identifier" : "/documentation/professional_video_applications/FxVersioningAPI",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Professional Video Applications"
    ],
    "preciseIdentifier" : "c:objc(pl)FxVersioningAPI"
  },
  "title" : "FxVersioningAPI"
}
-->

# FxVersioningAPI

A collection of methods that a host application implements to identify the plug-in version used by a project when it was first created.

```
protocol FxVersioningAPI
```

## Overview

This protocol allows a plug-in instance to determine the version of the original instance of the plug-in. For example, if a user creates a project using version 1 of a plug-in, and then updates to version 2, the plug-in determines the old plug-in version and chooses which version to render.

This protocol was first introduced in FxPlug SDK 1.2.1.

## Topics

### Getting and Modifying Plug-in Version Numbers

[`versionAtCreation()`](/documentation/professional_video_applications/FxVersioningAPI/versionAtCreation())

Provides the version number of a plug-in that a project uses.

[`updateVersion(atCreation:)`](/documentation/professional_video_applications/FxVersioningAPI/updateVersion(atCreation:))

Updates the version of the plug-in that was stored when the plug-in was added to the clip.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)