Skip to content

Commit

Permalink
CB-8110 Updated version and RELEASENOTES.md for release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Dec 3, 2014
1 parent 032531a commit 2045e0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions RELEASENOTES.md
Expand Up @@ -150,3 +150,11 @@

### 0.3.3 (Oct 03, 2014)
* CB-7600 Adds informative message to error callback in manual test.

### 0.3.4 (Dec 02, 2014)
* CB-7977 Mention `deviceready` in plugin docs
* CB-7979 Each plugin doc should have a ## Installation section
* Fix memory leak of image data in `imagePickerControllerReturnImageResult`
* Pass uri to crop instead of pulling the low resolution image out of the intent return (close #43)
* Add orientation support for PNG to Android (closes #45)
* CB-7700 cordova-plugin-camera documentation translation: cordova-plugin-camera
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="org.apache.cordova.camera"
version="0.3.4-dev">
version="0.3.4">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Expand Up @@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="org.apache.cordova.camera.tests"
version="0.3.4-dev">
version="0.3.4">
<name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license>

Expand Down

0 comments on commit 2045e0a

Please sign in to comment.