Skip to content

Commit

Permalink
V3-deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nimithajalal committed Sep 12, 2024
1 parent d0c08dc commit 4c318b8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions src/pages/v1/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ contributors:
---
# SDK Reference

<InlineAlert variant="error" slots="header, text" />
<InlineAlert variant="error" slots="header, text1, text2" />

IMPORTANT: Deprecation Warning

We are no longer approving integrations using v1 or v2 of the SDK - both versions will be deprecated in 2024.
We are no longer approving integrations using using SDK V1, V2, or V3

V1 and V2 are deprecated and V3 will be deprecated in 2024.

This is the main API for accessing all Adobe Express Embed SDK components. The `initialize()` method takes [HostInfo](#hostinfo) and an optional [ConfigParams](#configparams), and returns a [CCEverywhere](#cceverywhere) object.

Expand Down
6 changes: 4 additions & 2 deletions src/pages/v2/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ contributors:

# SDK Reference

<InlineAlert variant="error" slots="header, text" />
<InlineAlert variant="error" slots="header, text1, text2" />

IMPORTANT: Deprecation Warning

We are no longer approving integrations using v1 or v2 of the SDK - both versions will be deprecated in 2024.
We are no longer approving integrations using using SDK V1, V2, or V3

V1 and V2 are deprecated and V3 will be deprecated in 2024.

This is the main API for accessing all Adobe Express Embed SDK components. The `initialize()` method takes [HostInfo](#hostinfo) and an optional [ConfigParams](#configparams), and returns a Promise with a [CCEverywhere](#cceverywhere) object. The v2 release introduces a new method: `terminate()`.

Expand Down
6 changes: 4 additions & 2 deletions src/pages/v3/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ contributors:

# Overview

<InlineAlert variant="error" slots="header, text" />
<InlineAlert variant="error" slots="header, text1, text2" />

IMPORTANT: Deprecation Warning

We are no longer approving integrations using v1 or v2 of the SDK - both versions will be deprecated in 2024.
We are no longer approving integrations using using SDK V1, V2, or V3

V1 and V2 are deprecated and V3 will be deprecated in 2024.

## Embed and initialize the SDK

Expand Down
6 changes: 4 additions & 2 deletions src/pages/v3/reference/types/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ contributors:

# Types

<InlineAlert variant="error" slots="header, text" />
<InlineAlert variant="error" slots="header, text1, text2" />

IMPORTANT: Deprecation Warning

We are no longer approving integrations using v1 or v2 of the SDK - both versions will be deprecated in 2024.
We are no longer approving integrations using using SDK V1, V2, or V3

V1 and V2 are deprecated and V3 will be deprecated in 2024.

## Asset

Expand Down

0 comments on commit 4c318b8

Please sign in to comment.