apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
596 stars 888 forks source link

CB-13294 Remove cordova-plugin-compat #192

Closed kelvindart closed 6 years ago

kelvindart commented 6 years ago

Platforms affected

cordova-android@6.3.0

What does this PR do?

Removes the dependency on cordova-plugin-compat, and includes checks for min platform version.

What testing has been done on this change?

Testing 1:

Testing 2:

Plugin doesn't support this project's cordova-android version. cordova-android: 6.2.3, failed version requirement: >=6.3.0
Skipping 'cordova-plugin-file-transfer' for android

This is desirable - this change stops the plugin being installed on <cordova-android@6.3.0

Checklist

stevengill commented 6 years ago

Actually, this one removes file for some reason. Not compat. Compat doesn't exist here. I'm going to revert this commit

kelvindart commented 6 years ago

Shoot - so it does. I'll update it later tonight @stevengill. Not sure what I was thinking at the time...