Upgrade Guide to the back-port version: Cordova¶
At the 20th February 2018 all currently supported minor versions of the plugin got a back-port release that only includes changes related to the domain change. Please determine the minor version of the Repro plugin that you are currently using and upgrade to the highest patch level version.
All released back-ports of the Cordova Plugin¶
- 3.6.2
- 3.1.3
- 3.0.3
- 2.3.2
- 2.2.1
- 2.0.2
Update process¶
Determine the version of the Plugin that you are currently using¶
Please execute the command cordova plugin ls
. In the example below the plugin version is 3.6.1
which should be upgraded to the back-port version 3.6.2
.
$ cordova plugin ls
cordova-plugin-repro 3.6.1 "Repro"
Delete the plugin that you are currently using¶
Use the command below to delete the current plugin.
$ cordova plugin rm cordova-plugin-repro
Add the back-port version of the plugin¶
Please specify the back-port version and execute the cordova plugin add
command. In the example below the specified version is 3.6.2
.
$ cordova plugin add cordova-plugin-repro@3.6.2
Points to consider while upgrading the SDK¶
In case that you limit the accessible domains of your app, you have to add *.reproio.com
to the white-list as well.