cordova-plugin-camera
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -23,3 +23,3 @@ <!--- | ||
This plugin provides an API for taking pictures and for choosing images from | ||
the system's image libarary. | ||
the system's image library. | ||
@@ -26,0 +26,0 @@ cordova plugin add org.apache.cordova.camera |
{ | ||
"name": "cordova-plugin-camera", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Cordova Camera Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -74,1 +74,10 @@ <!-- | ||
* CB-1826 Catch OOM on gallery image resize | ||
### 0.2.9 (Apr 17, 2014) | ||
* CB-6460: Update license headers | ||
* CB-6422: [windows8] use cordova/exec/proxy | ||
* [WP8] When only targetWidth or targetHeight is provided, use it as the only bound | ||
* CB-4027, CB-5102, CB-2737, CB-2387: [WP] Fix camera issues, cropping, memory leaks | ||
* CB-6212: [iOS] fix warnings compiled under arm64 64-bit | ||
* [BlackBerry10] Add rim xml namespaces declaration | ||
* Add NOTICE file |
@@ -354,2 +354,2 @@ /* | ||
require("cordova/windows8/commandProxy").add("Camera",module.exports); | ||
require("cordova/exec/proxy").add("Camera",module.exports); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
252014