jeduan / cordova-plugin-crop

Crop an image in Cordova
MIT License
114 stars 170 forks source link

Version confusion #44

Open ThorvaldAagaard opened 7 years ago

ThorvaldAagaard commented 7 years ago

I am using this plugin from @Ionic-native ((at)Ionic-native/crop) and in my config.xml i have this line

<plugin name="cordova-plugin-crop" spec="^0.3.1" />

but when i execute ionic cordova plugin list I get this line

cordova-plugin-crop 0.1.0 "CropPlugin"

Looking at your repository I can see that in package.json there is stated another version

"name": "cordova-plugin-crop", "version": "0.4.0", "description": "Crop an image in a Cordova app",

but in plugin.xml we have

<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-crop" version="0.3.1">

I can see that (at)ionic-native/crop is referring to https://github.com/jeduan/cordova-plugin-crop

This is both for IOS and Android