Skip to content

Releases: Pushwoosh/pushwoosh-react-native-plugin

6.1.23

13 Oct 14:45
Compare
Choose a tag to compare

Fixed

  • Package invalid configuration

Updated

  • Pushwoosh Android SDK updated to 6.6.17
  • Pushwoosh iOS SDK updated to 6.5.4

6.1.22

12 Sep 11:11
Compare
Choose a tag to compare

Updated

  • Pushwoosh Android SDK updated to 6.6.16
  • Pushwoosh iOS SDK updated to 6.5.1
  • bumped gradle dependencies to support Android 14

6.1.21

02 Aug 11:47
Compare
Choose a tag to compare

Changed

  • added actionParams to InboxMessage

Updated

  • Pushwoosh iOS SDK to 6.5.0
  • Pushwoosh Android SDK to 6.6.14

6.1.20

06 Apr 16:42
Compare
Choose a tag to compare

Changed

  • Pushwoosh Android SDK version updated to 6.6.10
  • Pushwoosh iOS SDK version updated to 6.4.11

6.1.19

27 Feb 12:17
Compare
Choose a tag to compare

Fixed

  • InboxNotification.sendDate now returns date in the same format on different platforms

Changed

  • Pushwoosh Android SDK version updated to 6.6.9
  • Pushwoosh iOS SDK version updated to 6.4.10

6.1.18

22 Dec 20:31
Compare
Choose a tag to compare

Changed

  • Pushwoosh Android SDK updated to 6.6.7
  • Pushwoosh iOS SDK updated to 6.4.8

6.1.17

23 Nov 12:16
Compare
Choose a tag to compare

Fixed

  • Huawei platform build issue with newer Gradle versions

Updated

  • Pushwoosh Android SDK to 6.6.5
  • Pushwoosh iOS SDK to 6.4.8

6.1.16

17 Oct 08:34
Compare
Choose a tag to compare

Added

  • Inbox API methods

Fixed

  • setTags method now uses a correct parameter type
  • PushwooshTags type now properly handles boolean values

Updated

  • Pushwoosh iOS SDK to 6.4.5
  • Pushwoosh Android SDK to 6.6.2

6.1.15

26 Jul 10:26
Compare
Choose a tag to compare

Updated

  • Pushwoosh Android SDK to 6.6.0
  • Pushwoosh iOS SDK to 6.4.3

6.1.14

17 May 12:45
Compare
Choose a tag to compare

Important

  • the plugin no longer automatically adds google-services plugin, it has to be added manually to the project's build.gradle:
//you should already have buildscript and dependencies blocks in your project's build.gradle so just put the classpath line there
buildscript {
 dependencies {
 classpath 'com.google.gms:google-services:4.3.3'
 }
}

//add these lines to the very end of your build.gradle
apply {
 plugin com.google.gms.googleservices.GoogleServicesPlugin
}

Added

  • TypeScript support

Updated

  • Android SDK to the 6.5.2 version
  • iOS SDK to the 6.4.2 version