Skip to content

4.0.0

Compare
Choose a tag to compare
@abarisain abarisain released this 21 Sep 06:55
· 155 commits to master since this release

Plugin

  • Changed the Plugin ID from com.batch.cordova to @batch.com/cordova-plugin. This fixes an issue where cordova prepare would reinstall an older version of the plugin if the plugins folder was missing.
    Cordova users: when updating please remove the old plugin via cordova 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.