Skip to content

Commit 5d2989e

Browse files
Merge pull request #161 from Harjot1508/dev-5.1.0
release versions update
2 parents 6bf2ad0 + 4a380bb commit 5d2989e

6 files changed

Lines changed: 10 additions & 4 deletions

File tree

plugins/flutter_aepcore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.1.0
2+
* Added `MobileCore.setPushIdentifier` API to the Flutter wrapper.
3+
14
## 5.0.1
25

36
* Add `MobileCore.setApplication` call in Android FlutterPlugin's `onAttachedToEngine` to accurately register lifecycle callbacks for launcher activity.

plugins/flutter_aepcore/ios/flutter_aepcore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_aepcore'
3-
s.version = '5.0.0'
3+
s.version = '5.1.0'
44
s.summary = 'Adobe Experience Platform support for Flutter apps.'
55
s.homepage = 'https://developer.adobe.com/client-sdks'
66
s.license = { :file => '../LICENSE' }

plugins/flutter_aepcore/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_aepcore
22
description: Official Adobe Experience Platform support for Flutter apps. The Mobile Core represents the core Adobe Experience Platform SDK that is required for every app implementation.
3-
version: 5.0.1
3+
version: 5.1.0
44
homepage: https://developer.adobe.com/client-sdks
55
repository: https://github.com/adobe/aepsdk-flutter/tree/main/plugins/flutter_aepcore
66

plugins/flutter_aepmessaging/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.1.0
2+
* Fixed Android `refreshInAppMessages` returning `Unit` instead of `null` over the method channel, causing a type mismatch on the Flutter side.
3+
14
## 5.0.1
25
* Add a timeout to the call made from native bridge to custom messaging delegate to allow showing the in-app message if no delegate is provided by the app developer.
36

plugins/flutter_aepmessaging/ios/flutter_aepmessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_aepmessaging'
7-
s.version = '5.0.0'
7+
s.version = '5.1.0'
88
s.summary = 'Adobe Experience Platform Messaging extension for Flutter apps'
99
s.homepage = 'https://developer.adobe.com/client-sdks/documentation'
1010
s.license = { :file => '../LICENSE' }

plugins/flutter_aepmessaging/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_aepmessaging
22

33
description: Official Adobe Experience Platform support for Flutter apps. The Experience Platform Messaging extension enables handling of user push an in-app messages from a mobile app when using the Adobe Experience Platform SDK.
4-
version: 5.0.1
4+
version: 5.1.0
55
homepage: https://aep-sdks.gitbook.io/docs/
66
repository: https://github.com/adobe/aepsdk_flutter/tree/main/plugins/flutter_aepmessaging
77

0 commit comments

Comments
 (0)