Releases: wonderpush/wonderpush-flutter-sdk
Releases · wonderpush/wonderpush-flutter-sdk
FCM v1.0.5
Changelog:
- Upgrade to WonderPush Android SDK FCM v1.0.5
- Check for other conflicting
FirebaseMessagingService
s and provide with resolution stategies right from logcat.
- Check for other conflicting
- Replace JCenter repository with Maven Central
v2.1.6
Changelog:
- Updated iOS SDK to 4.0.6
- Updated Android SDK to 4.1.3
v2.1.5
v2.1.4
If you use "targetSdk 31" this SDK version is required, along with our FCM module v1.0.4 minimum.
For the others, we recommend to always use the latest published version.
Changelog:
- Upgrade to WonderPush Android SDK v4.1.0
- Support targeting builds to Android 12, when using
targetSdk 31
- Change the
APP_LAUNCH
in-app system trigger to match application cold starts - Allow to display in-apps contained in manually-displayed data push notifications
- Support targeting builds to Android 12, when using
Android 12 support
If you use targetSdk 31
, this SDK version is required.
You will also need to upgrade the version of our FCM module to v1.0.4 minimum.
Here is a more detailed outline of the changes:
- Adapt to the Notification trampoline restrictions
- Remove now-unnecessary and now-restricted use of the
ACTION_CLOSE_SYSTEM_DIALOGS
intent. - Fix missing
@APP_OPEN
events when an activity is resumed after a long time, like Android 12 now does when pressing back on the root activity. - Handle a few deprecations
HCM v1.0.2
Changelog:
- Initial release
- Integrates with
wonderpush-android-sdk-hcm
version 1.0.2
FCM v1.0.4
Changelog:
- Update to WonderPush Android SDK FCM module v1.0.4:
- Declare missing exported attribute for Android 12 compatibility
This update is required if your application uses targetSdk 31
.
This releases fixes the following build error:
Manifest merger failed : Apps targeting Android 12 and higher are required
to specify an explicit value for android:exported when the corresponding
component has an intent filter defined.
v2.1.3
Changelog:
- use iOS SDK v4.0.4:
- bug fixes
- use Android SDK v4.0.7:
- Upgrade the last dependencies still using pre-AndroidX support libraries. Without this change you needed to use android.enableJetifier=true.
- Use compileSdkVersion 30 and get rid of deprecated classes and method calls.
- Multiple StrictMode violation fixes.
- The SDK can now be imported in your own project as a project dependency without altering its build.gradle files. This makes it easier to hack it and contribute back to the community.
FCM v1.0.3
Changelog:
- Update to WonderPush Android SDK FCM module v1.0.3:
- Upgrade
firebase-messaging
to get rid of a dependency on pre-AndroidX support libraries. Without this change you needed to useandroid.enableJetifier=true
. - Upgrade
firebase-messaging
to be compatible with versions 22+, as they replaced their Instance ID SDK with their Installations SDK.
WonderPush failed to retrieve a push token with such versions of the dependency. This only affected users that depended on Firebase outside of WonderPush if one of their dependencies forced thefirebase-messaging
to use version 22+.
- Upgrade
v2.1.2
CHANGELOG
- use Android SDK v4.0.6
v2.1.1
CHANGELOG:
- iOS: fix potential data race