- Updated getting user media to be able to use modern way, while maintaining backward compatibility, PR.
- Removed underscore function in photo-cordova.js
- Localization functionality added by creating helper functions to handle the translations. All displayed strings are now located under
MeteorCamera.locale
, thanks @mertyildiran
- fixes deprecated
createObjectURL
method, thanks @rafahoro