Skip to content

Commit 4253cea

Browse files
committed
Update readme
Update readme to reflect having shipped UXP extensibility.
1 parent 8f759a8 commit 4253cea

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ hide:
55

66
# Premiere Pro Scripting Guide
77

8-
This reference is a public compendium of information about the methods and members available via the API.
8+
This reference is a public compendium of information about the methods and members available via the ExtendScript API.
99

10-
Premiere Pro provides an ExtendScript-based API, allowing for broad control of the entire application. ExtendScript can access and manipulation of most project elements, including metadata, exporting and rendering options.
10+
Premiere Pro's ExtendScript-based API allows for broad control of the entire application. ExtendScript can access and manipulate most project elements, including metadata, exporting and rendering options.
1111

12-
Adobe wants your integration to succeed; please don't hesitate to [contact us](mailto:dmcsween@adobe.com?subject=API_Question_From_Docs) with questions, problems, or feature requests.
12+
Adobe wants your integration to succeed; please don't hesitate to [contact us](mailto:bbb@adobe.com?subject=ExtendScript_API_Question_From_Docs) with questions, problems, or feature requests.
1313

14-
## 3rd Party Scripting is Moving to UXP
14+
## 3rd Party Scripting has moved to UXP
1515

16-
Before you go any further, though, know that Adobe is moving away from Extendscript, and to UXP - Unified Extensibility Platform. Have a look at the [API Documentation](https://developer.adobe.com/premiere-pro/uxp/), and [sample plugins](https://github.com/AdobeDocs/uxp-premiere-pro-samples/)
16+
As of November 2025, Premiere Pro has moved to extensibility based on UXP; Unified Extensibility Platform. Have a look at the [API Documentation](https://developer.adobe.com/premiere-pro/uxp/), and [sample plugins](https://github.com/AdobeDocs/uxp-premiere-pro-samples/)
17+
18+
ExtendScript-based integrations are still supported, and the plan is for them to remain so, through September 2026.
1719

18-
Although Extendscript will be supported at least through the end of 2025, no updates will be made to the API.
1920
## Navigating the Guide
2021

2122
If you're not sure where to start, take a look at the [Overview](./introduction/extendscript-overview.md) for how scripting works in Premiere Pro, or the [Changelog](./introduction/changelog.md) for updates to the scripting API over time.

0 commit comments

Comments
 (0)