Cordova Plugin Release Notes¶
6.21.0 (2024/10/30)¶
Changes
This release contains APIs for the UX Optimizer feature (Beta).
For details, please refer to this document.
The SDK has been updated. Please refer to the release notes below.
6.10.3 (2023/01/25)¶
Bug Fixes
Fixed an issue which caused build failure of Android apps using the latest Android Gradle Plugin.
6.10.0 (2022/08/31)¶
New Features
The opening of Universal-Links (also called App-Links) can now be customized with a new callback API.
For details please refer to this document.
Changes
The SDK has been updated. Please refer to the release notes below.
6.9.0 (2022/04/14)¶
Changes
SDK environment detection for minor platforms added in order to improve customer support.
The SDK has been updated. Please refer to the release notes below.
6.8.0 (2022/03/22)¶
Changes
The SDK has been updated. Please refer to the release notes below.
Fixed a build error that would occur when installing the SDK if Cordova was configured to use Cordova Android 10 or higher.
To correct this issue, the SDK has been changed so that it does not automatically configure the Google Services Gradle Plugin. From now on, the plugin must be installed on the app side during development.
See Install Google Services Gradle Plugin for details.
6.7.0 (2021/12/07)¶
Changes
The SDK has been updated. Please refer to the release notes below.
The following interfaces have been added as the NewsFeed feature. For details of the Newsfeed feature, please refer to this document.
getNewsFeedsWithLimitAndCampaignType
getNewsFeedsWithLimitAndOffsetIdAndCampaignType
6.5.0 (2021/08/13)¶
Changes
The SDK has been updated. Please refer to the release notes below.
Remove dependency to firebase-core
When building for the Android platform, the warnings below may appear, but they do not effect the operation of the SDK.
Warning: The app gradle file must have a dependency on com.google.firebase:firebase-core for Firebase services to work as intended.
6.0.0 (2020/08/25)¶
Changes
The SDK has been updated. Please refer to the release notes below.
This release contains APIs for the news feed feature and the AI Recommender for In-App (Closed beta).
For details of the news feed feature, please refer to this document.
5.0.0 (2019/12/20)¶
Changes
The SDK has been updated. Please refer to the release notes below.
The screen recording functionality and corresponding API methods have been completely removed.
startRecording
stopRecording
pauseRecording
resumeRecording
maskWithRect
maskFullScreen
unmask
4.4.1 (2019/11/19)¶
Bug Fixes
Fixed an issue which caused build failure of Android apps using the latest Android Gradle plugin as of Nov. 19th, 2019.
4.4.0 (2019/04/05)¶
Changes
The SDK has been updated. Please refer to the release notes below.
The opt-out API has been added.
For details please refer to this document.
4.3.0 (2019/02/15)¶
Changes
The SDK has been updated. Please refer to the release notes below.
The screen recording capability has been disabled and related source code has been removed. The API methods listed below can be called but won't have any effect.
startRecording
stopRecording
pauseRecording
resumeRecording
maskWithRect
unmask
Warning
As of 22nd May 2019 the user screen recording capabilities have been disabled.
4.2.0 (2018/11/14)¶
Changes
The SDK has been updated. Please refer to the release notes below.
Discontinue of GCM support.
If you are still using GCM you will have to migrate to FCM. For a detailed migration guide please refer to Upgrade Guide to FCM: Cordova.
In order to use push notifications, version 17.1.0 or higher of firebase-messaging is necessary.
Please update to version 17.1.0 or above if you are still using a version below 17.1.0 of firebase-messaging.
Furthermore if you use push notifications you will have to call
Repro.enablePushNotificationForAndroid()
. Please refer to Push Notification (Cordova / PhoneGap) for details.
4.1.0 (2018/09/25)¶
Changes
Cordova CLI versions below 6.5 are not supported anymore.
It is no longer required to add phonega-plugin-push in order to use push notifications on iOS.
Added new methods to setup push notifications on iOS. Please refer here for the details.
The plugin will from now on automatically set necessary capabilities.
4.0.0 (2018/08/27)¶
Upgraded the SDKs
Upload processing of data has been changed
From the 24th June 2019, Cordova Plugin versions below 4.0.0 will not be able to upload session data.
Therefore, please update to Cordova Plugin 4.0.0 or above until the 24th June 2019.
3.7.0 (2018/07/24)¶
Upgraded the SDKs
The deployment target of the iOS platform has been upgraded to 8.0. For details please refer to the iOS SDK 2.12.2 release notes.
3.6.2 (2018/02/20)¶
Changes
Internal URLs have changed.
In case that you limit the accessible domains of your app, you have to add
*.reproio.com
to the white-list as well.For details please see this documentation.
For Cordova Plugin bundled versions of the iOS SDK and Android SDK
3.1.3 (2018/02/20)¶
Changes
Internal URLs have changed.
In case that you limit the accessible domains of your app, you have to add
*.reproio.com
to the white-list as well.For details please see this documentation.
For Cordova Plugin bundled versions of the iOS SDK and Android SDK
3.0.3 (2018/02/20)¶
Changes
Internal URLs have changed.
In case that you limit the accessible domains of your app, you have to add
*.reproio.com
to the white-list as well.For details please see this documentation.
For Cordova Plugin bundled versions of the iOS SDK and Android SDK
2.3.2 (2018/02/20)¶
Changes
Internal URLs have changed.
In case that you limit the accessible domains of your app, you have to add
*.reproio.com
to the white-list as well.For details please see this documentation.
For Cordova Plugin bundled versions of the iOS SDK and Android SDK
2.2.1 (2018/02/20)¶
Changes
Internal URLs have changed.
In case that you limit the accessible domains of your app, you have to add
*.reproio.com
to the white-list as well.For details please see this documentation.
For Cordova Plugin bundled versions of the iOS SDK and Android SDK
2.0.2 (2018/02/20)¶
Changes
Internal URLs have changed.
In case that you limit the accessible domains of your app, you have to add
*.reproio.com
to the white-list as well.For details please see this documentation.
For Cordova Plugin bundled versions of the iOS SDK and Android SDK
2.0.0¶
Support Android
Upgraded the SDKs
- iOS SDK: 1.4.22
- Android SDK: 0.13.18
Changes
Changed the argument order of
maskWithRect
API frommaskWithRect (x, y, width, height, key)
tomaskWithRect (key, x, y, width, height)
.
1.0.2¶
Moved the plugin's publish destination to npm.
1.0.1¶
Changed plugin ID.
0.0.14¶
Added setPushDeviceToken API.