You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pv...@apache.org on 2021/05/11 21:57:39 UTC

[cordova-docs] 01/01: Camera plugin release blogpost.

This is an automated email from the ASF dual-hosted git repository.

pvpoyer pushed a commit to branch announcement/camera-plugin-5.0.2-rel
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit ee2dc5ae244e8a0730487f9c26190b1b63339f70
Author: PVPoyer <pi...@portofantwerp.com>
AuthorDate: Tue May 11 23:57:20 2021 +0200

    Camera plugin release blogpost.
---
 www/_posts/2021-05-11-camera-plugin-release.md | 29 ++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/www/_posts/2021-05-11-camera-plugin-release.md b/www/_posts/2021-05-11-camera-plugin-release.md
new file mode 100644
index 0000000..75d8717
--- /dev/null
+++ b/www/_posts/2021-05-11-camera-plugin-release.md
@@ -0,0 +1,29 @@
+---
+layout: post
+author:
+    name: Pieter Van Poyer
+title:  "Camera Plugin Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update to our Camera plugin!
+
+* [cordova-plugin-camera@5.0.2](https://github.com/apache/cordova-plugin-camera)
+
+## Release Highlights
+
+### Camera
+
+The 5.0.2 patch release fixes a bug on Android.
+After taking a picture with the camera plugin on Android, the app could occasionally crash. 
+This crash did occur when the main activity was destroyed by the Android OS to free up memory, when the app would resume afterwards with a PendingIntent the restoring of the state was not correctly handled.
+
+
+* [GH-700](https://github.com/apache/cordova-plugin-camera/pull/700) Bugfix [issue 665](https://github.com/apache/cordova-plugin-camera/issues/665) - app crashes after taking a picture due to a bug in the camera plugin when app is resumed
+
+<!--more-->
+# Changes include:
+
+* [GH-691](https://github.com/apache/cordova-plugin-camera/pull/691) ci: add node-14.x to workflow (#691)
+

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org