Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
praveek authored Sep 27, 2023
2 parents 3bf2cd6 + 917a5ba commit 1fceebe
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ keywords:

# Release Notes

## September 21, 2023

### Android Campaign 2.0.6

* Updated the minimum Core dependency version to 2.3.1 to resolve a local notification display issue.

## July 12, 2023

### Android Campaign 2.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ Android
iOS

<Tabs query="platform=ios&api=update-consents"/>

For additional information about the management of consent preferences, please refer to the [Privacy and GDPR documentation](../resources/privacy-and-gdpr.md#using-experience-platform-sdks-for-edge-network).
14 changes: 7 additions & 7 deletions src/pages/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ keywords:

Welcome to the home of Adobe Experience Platform Mobile SDK documentation.

<InlineAlert variant="success" slots="header, text"/>

Good to go for iOS 17

The latest versions of the Adobe Experience Platform SDK for Apple iOS (Swift and Objective-C) are tested for compatibility with the release version of Apple iOS 17. See [Current SDK Versions](./current-sdk-versions.md) to find our latest SDK versions, or [release notes](./release-notes/index.md) for information on changes and updates.

<InlineAlert variant="info" slots="text"/>

Effective August 31, 2023: ACP iOS SDKs, Flutter for ACP, React Native for ACP, Cordova, and Xamarin SDKs will no longer be supported. Refer to [ACP SDKs end-of-support](./resources/acp-end-of-support.md) for more information.
Expand All @@ -24,12 +30,6 @@ Mobile Core 2.x for Android and the compatible extensions are here!
A new major version of the Mobile Core SDK for Android has been released along with updates to other extensions to take advantage of the new features and improvements.
For more information, check out the [release notes](./release-notes/#february-23-2023).

<InlineAlert variant="success" slots="header, text"/>

Good to go for iOS 16 and Android 13

The latest versions of the Adobe Experience Platform SDK for Google Android and Apple iOS (Swift and Objective-C) are tested for compatibility with release verisons of Apple iOS 16 and Google Android 13. See [Current SDK Versions](./current-sdk-versions.md) to find our latest SDK versions or [release notes](./release-notes/index.md) for information on changes and updates.

## Bring the Adobe Experience Cloud to your apps

The Adobe Experience Platform Mobile SDK helps power Adobe's Experience Cloud solutions and services in your mobile apps.
Expand All @@ -52,7 +52,7 @@ The Adobe Experience Platform Mobile SDK supports the following platforms:

* [Getting started](./getting-started/index.md)
* [Getting the Experience Platform SDKs](./getting-started/get-the-sdk.md)
* [Frequently asked questions](./faq.md)
* [Frequently asked questions](./resources/faq.md)
* [Why use the Adobe Experience Platform Mobile SDKs](https://medium.com/adobetech/accelerate-your-mobile-application-development-with-adobe-experience-platform-mobile-sdk-and-launch-ed023536d611)

## Get Help
Expand Down
45 changes: 44 additions & 1 deletion src/pages/documentation/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,49 @@ Keywords:

# Release notes

## September 26, 2023

### Android BOM 2.4.1

* This BOM ([Bill of Materials](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom)) release includes changes to the following Android extensions.

<Accordion>

<AccordionItem header='Expand'>

| Extension artifact | BOM (2.4.0) | BOM (2.4.1) |
|-----|-----|-----|
| **com.adobe.marketing.mobile:campaign** | **2.0.5** | **2.0.6**|
| com.adobe.marketing.mobile:analytics | 2.0.3 | 2.0.3 |
| com.adobe.marketing.mobile:assurance | 2.1.1 | 2.1.1 |
| com.adobe.marketing.mobile:audience | 2.0.0 | 2.0.0 |
| com.adobe.marketing.mobile:campaignclassic | 2.0.1 | 2.0.1 |
| com.adobe.marketing.mobile:core | 2.4.0 | 2.4.0 |
| com.adobe.marketing.mobile:edge | 2.3.0 | 2.3.0 |
| com.adobe.marketing.mobile:edgebridge | 2.1.0 | 2.1.0 |
| com.adobe.marketing.mobile:edgeconsent | 2.0.0 | 2.0.0 |
| com.adobe.marketing.mobile:edgeidentity | 2.0.1 | 2.0.1 |
| com.adobe.marketing.mobile:edgemedia | 2.0.0 | 2.0.0 |
| com.adobe.marketing.mobile:identity | 2.0.3 | 2.0.3 |
| com.adobe.marketing.mobile:lifecycle | 2.0.4 | 2.0.4 |
| com.adobe.marketing.mobile:media | 3.0.0 | 3.0.0 |
| com.adobe.marketing.mobile:messaging | 2.1.4 | 2.1.4 |
| com.adobe.marketing.mobile:optimize | 2.0.1 | 2.0.1 |
| com.adobe.marketing.mobile:places | 2.1.0 | 2.1.0 |
| com.adobe.marketing.mobile:signal | 2.0.1 | 2.0.1 |
| com.adobe.marketing.mobile:target | 2.0.1 | 2.0.1 |
| com.adobe.marketing.mobile:userprofile | 2.0.1 | 2.0.1 |

</AccordionItem>

</Accordion>

## September 21, 2023

### Android Campaign 2.0.6

* Updated the minimum Core dependency version to 2.3.1 to resolve a local notification display issue.

## September 5, 2023

### Android BOM 2.4.0
Expand Down Expand Up @@ -982,7 +1025,7 @@ Note that all these extensions must be updated together.
For help on moving to these versions, and information on deprecated APIs please see:

* [Migration guide](https://developer.adobe.com/client-sdks/previous-versions/documentation/migrate-to-android)
* [Migration FAQ](../faq.md#migrating-to-android-mobile-core-2x-and-compatible-extensions)
* [Migration FAQ](../resources/faq.md#migrating-to-android-mobile-core-2x-and-compatible-extensions)

## February 17, 2023

Expand Down

0 comments on commit 1fceebe

Please sign in to comment.