Skip to content

Releases: wonderpush/wonderpush-cordova-sdk

v2.0.2

31 Jul 08:38
Compare
Choose a tag to compare

Changelog:

  • Use iOS SDK 3.1.3 - Important iOS 13 fix!

Warning: This is an important fix, without it, push notifications will stop working as users update to iOS 13.

v2.0.0

18 Jul 14:41
Compare
Choose a tag to compare

Changelog:

  • Expose the full feature set of the native SDKs
  • Expose more variables to configure SenderId and user consent mode

For Android:

  • Upgrade to Android SDK v3.1.1
  • Requires cordova-android ≥ 8.0.0

For iOS:

  • Upgrade to iOS SDK v3.1.2
  • Requires cordova-ios ≥ 5.0.0
  • Automatic Notification Service Extension setup!

What are the breaking changes?

Refer to the upgrade guide for more information.

v1.1.0

15 Feb 21:29
Compare
Choose a tag to compare

Changelog:

v1.0.2

21 Dec 11:14
Compare
Choose a tag to compare

Changelog:

  • README, description and keyword changes.
  • No code changes from v1.0.0.

v1.0.1

21 Dec 09:04
Compare
Choose a tag to compare

Changelog:

No changes from v1.0.0.
This release was needed because an older v1.0.0 likely was published then unpublished to the npm registry, making that version impossible to reuse.

v1.0.0

21 Dec 09:06
Compare
Choose a tag to compare

Changelog:

  • Initial stable version
  • Simpler basic setup
  • Supports both Android and iOS
  • Supports rich notifications
  • Exposes most native SDK functions

Note: You may not find that version on the NPM Registry because it likely was published and unpublished while in very early development stage, and an unpublished version cannot be reused. So simply use v1.0.1 instead, there are no code change.

v0.1.0

13 Dec 13:57
Compare
Choose a tag to compare

Changelog:

  • Basic iOS support
  • Basic Android support