Skip to content

Commit

Permalink
chore(release): made UserNotificationCenterDelegateCacher public
Browse files Browse the repository at this point in the history
SUITEDEV-30047

Co-authored-by: LasOri <[email protected]>
  • Loading branch information
davidSchuppa and LasOri committed Jan 24, 2022
1 parent 3c79c27 commit 2611121
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
13 changes: 3 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# 1.1.0
# 1.2.0

## What's changed
[Emarsys SDK](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/)
* Updated underlying Emarsys SDK for Android to 3.2.0
* Updated underlying Emarsys SDK for iOS to 3.2.0
### [Predict](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/wiki#7-predict)
* Added new validation to the trackPurchase method so that empty cartItems lists are no longer accepted as it would be an invalid request.
## What's fixed
### [Push](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/wiki#3-push)
* Fixed an issue on both platforms, where in some cases app events where not fired when the app was not already running when the push message arrived.
* Fixed an issue on Android where the plug-in might not yet be initialized when the pushToken have been received causing the application to crash
[UserNotificationCenterDelegateCacher](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/blob/master/ios/Classes/Wrapper/Push/UserNotificationCenterDelegateCacher.swift)
* Made UserNotificationCenterDelegateCacher public to be available
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: emarsys_sdk_example
description: Demonstrates how to use the emarsys_sdk plug-in.
version: 1.1.0+1
version: 1.2.0+1

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
Expand Down
2 changes: 1 addition & 1 deletion lib/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: emarsys_sdk
description: The Flutter plug-in for SAP Emarsys Customer Engagement is the official plug-in to help integrate Emarsys into your Flutter application.
version: 1.1.0
version: 1.2.0
homepage: https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement

environment:
Expand Down Expand Up @@ -54,5 +54,5 @@ scripts:
- $test-ios
pana-test:
- flutter pub global activate pana
- flutter pub global run pana ~/work/flutter-plugin-for-sap-emarsys-customer-engagement/
- flutter pub global run pana ./

0 comments on commit 2611121

Please sign in to comment.