Skip to content

Commit dd2a3c4

Browse files
authored
Merge pull request #59 from docsforadobe/colombo/26.0-release
Update docs for AE 26.0 release
2 parents fbe5b28 + 8618539 commit dd2a3c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/introduction/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ What's new and changed for scripting?
88

99
---
1010

11-
## After Effects 26 (Beta)
11+
## After Effects 26
1212

13-
### After Effects 26.0 (Beta) (November 2025)
13+
### [After Effects 26.0](https://helpx.adobe.com/after-effects/using/whats-new.html) (January 2026)
1414

1515
- Scripting methods and attributes added:
1616
- Added: [PropertyGroup.addVariableFontAxis()](../property/propertygroup.md#propertygroupaddvariablefontaxis)

docs/property/property.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Integer; read-only.
465465
`app.project.item(index).layer(index).propertySpec.propertyParameters`
466466

467467
!!! note
468-
This functionality was added in After Effects (Beta) 26.0 and is subject to change while it remains in Beta.
468+
This functionality was added in After Effects 26.0
469469

470470
#### Description
471471

@@ -613,7 +613,7 @@ A value appropriate for the type of the property (see [Property.propertyValueTyp
613613
`app.project.item(index).layer(index).propertySpec.valueText`
614614

615615
!!! note
616-
This functionality was added in After Effects (Beta) 26.0 and is subject to change while it remains in Beta.
616+
This functionality was added in After Effects 26.0
617617

618618
#### Description
619619

docs/property/propertygroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Boolean.
134134
`app.project.item(index).layer(index).propertyGroupSpec.addVariableFontAxis(axisTag)`
135135

136136
!!! note
137-
This functionality was added in After Effects (Beta) 26.0 and is subject to change while it remains in Beta.
137+
This functionality was added in After Effects 26.0
138138

139139
#### Description
140140

0 commit comments

Comments
 (0)