4.0.0
Plugin
- Changed the Plugin ID from
com.batch.cordova
to@batch.com/cordova-plugin
. This fixes an issue wherecordova prepare
would reinstall an older version of the plugin if the plugins folder was missing.
Cordova users: when updating please remove the old plugin viacordova plugin remove com.batch.cordova
, then install the new one.
Ionic Capacitor users: Nothing needs to be done as Capacitor integrates with NPM and the package.json natively.
Android
- Android 12 compatibility: Added explicit
android:exported
values to the manifest entries added by the plugin.