generated from AdobeDocs/dev-site-documentation-template
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #580 from AdobeDocs/releasenotes
Move Flutter Core release note to the top of the Flutter 4.x section
- Loading branch information
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,27 @@ Keywords: | |
|
||
## April 16, 2024 | ||
|
||
### Flutter Core 4.x and compatible plugins | ||
|
||
A new major version of the [Adobe Experience Platform Core Flutter Plugin](https://github.com/adobe/aepsdk-react-native/tree/main/packages/core) has been released along with updates to other plugins. The current release includes the following changes: | ||
|
||
* Updated to use Experience Platform Android `3.x` SDKs. | ||
* Updated to use Experience Platform iOS `5.x` SDKs, which include the `privacy manifest`. | ||
* Updated `MobileCore.dispatchEventWithResponseCallback` API with a timeout parameter. | ||
|
||
Note that all these plugins must be updated together. | ||
|
||
* flutter_aepcore:4.0.0 | ||
* flutter_aepuserprofile:4.0.0 | ||
* flutter_aepassurance:4.0.0 | ||
* flutter_aepedge:4.0.0 | ||
* flutter_aepedgeidentity:4.0.0 | ||
* flutter-aepedgeconsent:4.0.0 | ||
* flutter-aepedgebridge:4.0.0 | ||
* flutter-aepmessaging:4.0.0 | ||
|
||
To learn how Apple's privacy related announcements made in WWDC of 2023 affect the Mobile SDK, please read the guide on [iOS privacy manifest requirements](https://developer.adobe.com/client-sdks/resources/privacy-manifest). | ||
|
||
### Flutter EdgeBridge 4.0.0 | ||
|
||
Major version update for [Edge Bridge](https://github.com/adobe/aepsdk_flutter/tree/main/plugins/flutter_aepedgebridge) for Adobe Experience Platform Flutter Plugin compatible with Flutter Core 4.0.0. The current release includes the following changes: | ||
|
@@ -62,27 +83,6 @@ Major version update for [Assurance](https://github.com/adobe/aepsdk_flutter/tre | |
* Updated to use Experience Platform Android `3.x` SDKs. | ||
* Updated to use Experience Platform iOS `5.x` SDKs. | ||
|
||
### Flutter Core 4.x and compatible plugins | ||
|
||
A new major version of the [Adobe Experience Platform Core Flutter Plugin](https://github.com/adobe/aepsdk-react-native/tree/main/packages/core) has been released along with updates to other plugins. The current release includes the following changes: | ||
|
||
* Updated to use Experience Platform Android `3.x` SDKs. | ||
* Updated to use Experience Platform iOS `5.x` SDKs, which include the `privacy manifest`. | ||
* Updated `MobileCore.dispatchEventWithResponseCallback` API with a timeout parameter. | ||
|
||
Note that all these plugins must be updated together. | ||
|
||
* [email protected] | ||
* flutter_aepuserprofile:4.0.0 | ||
* flutter_aepassurance:4.0.0 | ||
* flutter_aepedge:4.0.0 | ||
* flutter_aepedgeidentity:4.0.0 | ||
* flutter-aepedgeconsent:4.0.0 | ||
* flutter-aepedgebridge:4.0.0 | ||
* flutter-aepmessaging:4.0.0 | ||
|
||
To learn how Apple's privacy related announcements made in WWDC of 2023 affect the Mobile SDK, please read the guide on [iOS privacy manifest requirements](https://developer.adobe.com/client-sdks/resources/privacy-manifest). | ||
|
||
## April 12, 2024 | ||
|
||
### React Native Core 6.x and compatible libraries | ||
|